rtl8187.h 6.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/*
 * Definitions for RTL8187 hardware
 *
 * Copyright 2007 Michael Wu <flamingice@sourmilk.net>
 * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
 *
 * Based on the r8187 driver, which is:
 * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

M
Michael Wu 已提交
15 16 17 18
#ifndef RTL8187_H
#define RTL8187_H

#include "rtl818x.h"
19
#include "leds.h"
M
Michael Wu 已提交
20 21 22 23 24 25

#define RTL8187_EEPROM_TXPWR_BASE	0x05
#define RTL8187_EEPROM_MAC_ADDR		0x07
#define RTL8187_EEPROM_TXPWR_CHAN_1	0x16	/* 3 channels */
#define RTL8187_EEPROM_TXPWR_CHAN_6	0x1B	/* 2 channels */
#define RTL8187_EEPROM_TXPWR_CHAN_4	0x3D	/* 2 channels */
26
#define RTL8187_EEPROM_SELECT_GPIO	0x3B
M
Michael Wu 已提交
27 28 29 30 31 32 33 34

#define RTL8187_REQT_READ	0xC0
#define RTL8187_REQT_WRITE	0x40
#define RTL8187_REQ_GET_REG	0x05
#define RTL8187_REQ_SET_REG	0x05

#define RTL8187_MAX_RX		0x9C4

35 36 37
#define RFKILL_MASK_8187_89_97	0x2
#define RFKILL_MASK_8198	0x4

38 39
#define RETRY_COUNT		7

M
Michael Wu 已提交
40 41 42 43 44 45
struct rtl8187_rx_info {
	struct urb *urb;
	struct ieee80211_hw *dev;
};

struct rtl8187_rx_hdr {
46
	__le32 flags;
M
Michael Wu 已提交
47 48 49 50 51
	u8 noise;
	u8 signal;
	u8 agc;
	u8 reserved;
	__le64 mac_time;
52
} __packed;
M
Michael Wu 已提交
53

54
struct rtl8187b_rx_hdr {
M
Michael Wu 已提交
55
	__le32 flags;
56
	__le64 mac_time;
57 58
	u8 sq;
	u8 rssi;
59
	u8 agc;
60 61 62 63
	u8 flags2;
	__le16 snr_long2end;
	s8 pwdb_g12;
	u8 fot;
64
} __packed;
65 66 67 68 69

/* {rtl8187,rtl8187b}_tx_info is in skb */

struct rtl8187_tx_hdr {
	__le32 flags;
M
Michael Wu 已提交
70 71 72
	__le16 rts_duration;
	__le16 len;
	__le32 retry;
73
} __packed;
M
Michael Wu 已提交
74

75 76 77 78 79 80 81 82 83 84
struct rtl8187b_tx_hdr {
	__le32 flags;
	__le16 rts_duration;
	__le16 len;
	__le32 unused_1;
	__le16 unused_2;
	__le16 tx_duration;
	__le32 unused_3;
	__le32 retry;
	__le32 unused_4[2];
85
} __packed;
86 87 88 89 90 91

enum {
	DEVICE_RTL8187,
	DEVICE_RTL8187B
};

M
Michael Wu 已提交
92 93 94
struct rtl8187_priv {
	/* common between rtl818x drivers */
	struct rtl818x_csr *map;
M
Michael Wu 已提交
95
	const struct rtl818x_rf_ops *rf;
96
	struct ieee80211_vif *vif;
J
John W. Linville 已提交
97

98 99 100 101
	/* The mutex protects the TX loopback state.
	 * Any attempt to set channels concurrently locks the device.
	 */
	struct mutex conf_mutex;
M
Michael Wu 已提交
102 103 104 105

	/* rtl8187 specific */
	struct ieee80211_channel channels[14];
	struct ieee80211_rate rates[12];
106
	struct ieee80211_supported_band band;
M
Michael Wu 已提交
107
	struct usb_device *udev;
108
	u32 rx_conf;
109
	struct usb_anchor anchored;
110 111
	struct delayed_work work;
	struct ieee80211_hw *dev;
112
#ifdef CONFIG_RTL8187_LEDS
113
	struct rtl8187_led led_radio;
114 115 116 117 118
	struct rtl8187_led led_tx;
	struct rtl8187_led led_rx;
	struct delayed_work led_on;
	struct delayed_work led_off;
#endif
M
Michael Wu 已提交
119 120
	u16 txpwr_base;
	u8 asic_rev;
121 122 123 124 125 126
	u8 is_rtl8187b;
	enum {
		RTL8187BvB,
		RTL8187BvD,
		RTL8187BvE
	} hw_rev;
M
Michael Wu 已提交
127
	struct sk_buff_head rx_queue;
128 129
	u8 signal;
	u8 noise;
130 131
	u8 slot_time;
	u8 aifsn[4];
132
	u8 rfkill_mask;
133 134 135
	struct {
		__le64 buf;
		struct sk_buff_head queue;
136
	} b_tx_status; /* This queue is used by both -b and non-b devices */
137 138 139 140 141 142
	struct mutex io_mutex;
	union {
		u8 bits8;
		__le16 bits16;
		__le32 bits32;
	} *io_dmabuf;
143
	bool rfkill_off;
M
Michael Wu 已提交
144 145 146 147
};

void rtl8187_write_phy(struct ieee80211_hw *dev, u8 addr, u32 data);

148 149
static inline u8 rtl818x_ioread8_idx(struct rtl8187_priv *priv,
				     u8 *addr, u8 idx)
M
Michael Wu 已提交
150 151 152
{
	u8 val;

153
	mutex_lock(&priv->io_mutex);
M
Michael Wu 已提交
154 155
	usb_control_msg(priv->udev, usb_rcvctrlpipe(priv->udev, 0),
			RTL8187_REQ_GET_REG, RTL8187_REQT_READ,
156 157 158 159 160
			(unsigned long)addr, idx & 0x03,
			&priv->io_dmabuf->bits8, sizeof(val), HZ / 2);

	val = priv->io_dmabuf->bits8;
	mutex_unlock(&priv->io_mutex);
M
Michael Wu 已提交
161 162 163 164

	return val;
}

165 166 167 168 169 170 171
static inline u8 rtl818x_ioread8(struct rtl8187_priv *priv, u8 *addr)
{
	return rtl818x_ioread8_idx(priv, addr, 0);
}

static inline u16 rtl818x_ioread16_idx(struct rtl8187_priv *priv,
				       __le16 *addr, u8 idx)
M
Michael Wu 已提交
172 173 174
{
	__le16 val;

175
	mutex_lock(&priv->io_mutex);
M
Michael Wu 已提交
176 177
	usb_control_msg(priv->udev, usb_rcvctrlpipe(priv->udev, 0),
			RTL8187_REQ_GET_REG, RTL8187_REQT_READ,
178 179 180 181 182
			(unsigned long)addr, idx & 0x03,
			&priv->io_dmabuf->bits16, sizeof(val), HZ / 2);

	val = priv->io_dmabuf->bits16;
	mutex_unlock(&priv->io_mutex);
M
Michael Wu 已提交
183 184 185 186

	return le16_to_cpu(val);
}

187 188 189 190 191 192 193
static inline u16 rtl818x_ioread16(struct rtl8187_priv *priv, __le16 *addr)
{
	return rtl818x_ioread16_idx(priv, addr, 0);
}

static inline u32 rtl818x_ioread32_idx(struct rtl8187_priv *priv,
				       __le32 *addr, u8 idx)
M
Michael Wu 已提交
194 195 196
{
	__le32 val;

197
	mutex_lock(&priv->io_mutex);
M
Michael Wu 已提交
198 199
	usb_control_msg(priv->udev, usb_rcvctrlpipe(priv->udev, 0),
			RTL8187_REQ_GET_REG, RTL8187_REQT_READ,
200 201 202 203 204
			(unsigned long)addr, idx & 0x03,
			&priv->io_dmabuf->bits32, sizeof(val), HZ / 2);

	val = priv->io_dmabuf->bits32;
	mutex_unlock(&priv->io_mutex);
M
Michael Wu 已提交
205 206 207 208

	return le32_to_cpu(val);
}

209 210 211 212 213 214 215
static inline u32 rtl818x_ioread32(struct rtl8187_priv *priv, __le32 *addr)
{
	return rtl818x_ioread32_idx(priv, addr, 0);
}

static inline void rtl818x_iowrite8_idx(struct rtl8187_priv *priv,
					u8 *addr, u8 val, u8 idx)
M
Michael Wu 已提交
216
{
217 218 219
	mutex_lock(&priv->io_mutex);

	priv->io_dmabuf->bits8 = val;
M
Michael Wu 已提交
220 221
	usb_control_msg(priv->udev, usb_sndctrlpipe(priv->udev, 0),
			RTL8187_REQ_SET_REG, RTL8187_REQT_WRITE,
222 223 224 225
			(unsigned long)addr, idx & 0x03,
			&priv->io_dmabuf->bits8, sizeof(val), HZ / 2);

	mutex_unlock(&priv->io_mutex);
226 227 228 229 230
}

static inline void rtl818x_iowrite8(struct rtl8187_priv *priv, u8 *addr, u8 val)
{
	rtl818x_iowrite8_idx(priv, addr, val, 0);
M
Michael Wu 已提交
231 232
}

233 234
static inline void rtl818x_iowrite16_idx(struct rtl8187_priv *priv,
					 __le16 *addr, u16 val, u8 idx)
M
Michael Wu 已提交
235
{
236
	mutex_lock(&priv->io_mutex);
M
Michael Wu 已提交
237

238
	priv->io_dmabuf->bits16 = cpu_to_le16(val);
M
Michael Wu 已提交
239 240
	usb_control_msg(priv->udev, usb_sndctrlpipe(priv->udev, 0),
			RTL8187_REQ_SET_REG, RTL8187_REQT_WRITE,
241 242 243 244
			(unsigned long)addr, idx & 0x03,
			&priv->io_dmabuf->bits16, sizeof(val), HZ / 2);

	mutex_unlock(&priv->io_mutex);
M
Michael Wu 已提交
245 246
}

247 248 249 250 251 252 253 254
static inline void rtl818x_iowrite16(struct rtl8187_priv *priv, __le16 *addr,
				     u16 val)
{
	rtl818x_iowrite16_idx(priv, addr, val, 0);
}

static inline void rtl818x_iowrite32_idx(struct rtl8187_priv *priv,
					 __le32 *addr, u32 val, u8 idx)
M
Michael Wu 已提交
255
{
256
	mutex_lock(&priv->io_mutex);
M
Michael Wu 已提交
257

258
	priv->io_dmabuf->bits32 = cpu_to_le32(val);
M
Michael Wu 已提交
259 260
	usb_control_msg(priv->udev, usb_sndctrlpipe(priv->udev, 0),
			RTL8187_REQ_SET_REG, RTL8187_REQT_WRITE,
261 262 263 264
			(unsigned long)addr, idx & 0x03,
			&priv->io_dmabuf->bits32, sizeof(val), HZ / 2);

	mutex_unlock(&priv->io_mutex);
265 266 267 268 269 270
}

static inline void rtl818x_iowrite32(struct rtl8187_priv *priv, __le32 *addr,
				     u32 val)
{
	rtl818x_iowrite32_idx(priv, addr, val, 0);
M
Michael Wu 已提交
271 272 273
}

#endif /* RTL8187_H */