blob: 1f9ea51a194769fd09101de94fd480a3dda0adba [file] [log] [blame]
Forest Bond92b96792009-06-13 07:38:31 -04001/*
2 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
3 * All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 *
19 * File: device.h
20 *
21 * Purpose: MAC Data structure
22 *
23 * Author: Tevin Chen
24 *
25 * Date: Mar 17, 1997
26 *
27 */
28
29#ifndef __DEVICE_H__
30#define __DEVICE_H__
31
Forest Bond92b96792009-06-13 07:38:31 -040032#include <linux/module.h>
Forest Bond92b96792009-06-13 07:38:31 -040033#include <linux/kernel.h>
Forest Bond92b96792009-06-13 07:38:31 -040034#include <linux/slab.h>
Malcolm Priestley11d404c2012-11-24 14:19:34 +000035#include <linux/delay.h>
36#include <linux/device.h>
Ben Hutchings31d5bbf2011-01-09 04:16:48 +000037#include <linux/firmware.h>
Malcolm Priestley11d404c2012-11-24 14:19:34 +000038#include <linux/suspend.h>
39#include <linux/if_arp.h>
40#include <linux/wireless.h>
Malcolm Priestley11d404c2012-11-24 14:19:34 +000041#include <linux/timer.h>
42#include <linux/usb.h>
Malcolm Priestleyf0fde112013-11-03 19:02:41 +000043#include <linux/crc32.h>
Malcolm Priestley63b99072014-06-25 21:14:22 +010044#include <net/mac80211.h>
Malcolm Priestley11d404c2012-11-24 14:19:34 +000045
Forest Bond92b96792009-06-13 07:38:31 -040046#ifdef SIOCETHTOOL
47#define DEVICE_ETHTOOL_IOCTL_SUPPORT
48#include <linux/ethtool.h>
49#else
50#undef DEVICE_ETHTOOL_IOCTL_SUPPORT
51#endif
Forest Bond92b96792009-06-13 07:38:31 -040052
Malcolm Priestleyf07e9fb2014-06-25 21:14:34 +010053#define RATE_1M 0
54#define RATE_2M 1
55#define RATE_5M 2
56#define RATE_11M 3
57#define RATE_6M 4
58#define RATE_9M 5
59#define RATE_12M 6
60#define RATE_18M 7
61#define RATE_24M 8
62#define RATE_36M 9
63#define RATE_48M 10
64#define RATE_54M 11
65#define RATE_AUTO 12
66
Malcolm Priestley4aeaf152014-05-17 09:50:24 +010067#define MAX_RATE 12
68
Andres Mored3e23952013-01-31 15:57:19 -050069/*
70 * device specific
71 */
Forest Bond92b96792009-06-13 07:38:31 -040072
Forest Bond92b96792009-06-13 07:38:31 -040073#include "wcmd.h"
Forest Bond92b96792009-06-13 07:38:31 -040074#include "desc.h"
Forest Bond92b96792009-06-13 07:38:31 -040075#include "key.h"
Forest Bond92b96792009-06-13 07:38:31 -040076#include "card.h"
Forest Bond92b96792009-06-13 07:38:31 -040077
Otavio Salvador5008c452009-10-12 23:47:36 -030078#define VNT_USB_VENDOR_ID 0x160a
Forest Bond92b96792009-06-13 07:38:31 -040079#define VNT_USB_PRODUCT_ID 0x3184
80
Malcolm Priestley4aeaf152014-05-17 09:50:24 +010081#define DEVICE_NAME "vt6656"
82#define DEVICE_FULL_DRV_NAM "VIA Networking Wireless LAN USB Driver"
83
84#define DEVICE_VERSION "1.19_12"
85
86#define CONFIG_PATH "/etc/vntconfiguration.dat"
87
88#define MAX_UINTS 8
89#define OPTION_DEFAULT { [0 ... MAX_UINTS-1] = -1}
90
Forest Bond92b96792009-06-13 07:38:31 -040091#define DUPLICATE_RX_CACHE_LENGTH 5
92
Forest Bond92b96792009-06-13 07:38:31 -040093#define AUTO_FB_NONE 0
94#define AUTO_FB_0 1
95#define AUTO_FB_1 2
96
97#define FB_RATE0 0
98#define FB_RATE1 1
99
Andres Mored3e23952013-01-31 15:57:19 -0500100/* Antenna Mode */
Forest Bond92b96792009-06-13 07:38:31 -0400101#define ANT_A 0
102#define ANT_B 1
103#define ANT_DIVERSITY 2
104#define ANT_RXD_TXA 3
105#define ANT_RXD_TXB 4
106#define ANT_UNKNOWN 0xFF
107#define ANT_TXA 0
108#define ANT_TXB 1
109#define ANT_RXA 2
110#define ANT_RXB 3
111
Forest Bond92b96792009-06-13 07:38:31 -0400112#define BB_VGA_LEVEL 4
113#define BB_VGA_CHANGE_THRESHOLD 3
114
Malcolm Priestley15baf4f2014-05-17 09:50:28 +0100115#define EEP_MAX_CONTEXT_SIZE 256
116
117/* Contents in the EEPROM */
118#define EEP_OFS_PAR 0x0
119#define EEP_OFS_ANTENNA 0x17
120#define EEP_OFS_RADIOCTL 0x18
121#define EEP_OFS_RFTYPE 0x1b
122#define EEP_OFS_MINCHANNEL 0x1c
123#define EEP_OFS_MAXCHANNEL 0x1d
124#define EEP_OFS_SIGNATURE 0x1e
125#define EEP_OFS_ZONETYPE 0x1f
126#define EEP_OFS_RFTABLE 0x20
127#define EEP_OFS_PWR_CCK 0x20
128#define EEP_OFS_SETPT_CCK 0x21
129#define EEP_OFS_PWR_OFDMG 0x23
130
131#define EEP_OFS_CALIB_TX_IQ 0x24
132#define EEP_OFS_CALIB_TX_DC 0x25
133#define EEP_OFS_CALIB_RX_IQ 0x26
134
135#define EEP_OFS_MAJOR_VER 0x2e
136#define EEP_OFS_MINOR_VER 0x2f
137
138#define EEP_OFS_CCK_PWR_TBL 0x30
139#define EEP_OFS_OFDM_PWR_TBL 0x40
140#define EEP_OFS_OFDMA_PWR_TBL 0x50
141
142/* Bits in EEP_OFS_ANTENNA */
143#define EEP_ANTENNA_MAIN 0x1
144#define EEP_ANTENNA_AUX 0x2
145#define EEP_ANTINV 0x4
146
147/* Bits in EEP_OFS_RADIOCTL */
148#define EEP_RADIOCTL_ENABLE 0x80
149
Malcolm Priestley60f8ce82014-05-17 09:50:30 +0100150/* control commands */
151#define MESSAGE_TYPE_READ 0x1
152#define MESSAGE_TYPE_WRITE 0x0
153#define MESSAGE_TYPE_LOCK_OR 0x2
154#define MESSAGE_TYPE_LOCK_AND 0x3
155#define MESSAGE_TYPE_WRITE_MASK 0x4
156#define MESSAGE_TYPE_CARDINIT 0x5
157#define MESSAGE_TYPE_INIT_RSP 0x6
158#define MESSAGE_TYPE_MACSHUTDOWN 0x7
159#define MESSAGE_TYPE_SETKEY 0x8
160#define MESSAGE_TYPE_CLRKEYENTRY 0x9
161#define MESSAGE_TYPE_WRITE_MISCFF 0xa
162#define MESSAGE_TYPE_SET_ANTMD 0xb
163#define MESSAGE_TYPE_SELECT_CHANNLE 0xc
164#define MESSAGE_TYPE_SET_TSFTBTT 0xd
165#define MESSAGE_TYPE_SET_SSTIFS 0xe
166#define MESSAGE_TYPE_CHANGE_BBTYPE 0xf
167#define MESSAGE_TYPE_DISABLE_PS 0x10
168#define MESSAGE_TYPE_WRITE_IFRF 0x11
169
170/* command read/write(index) */
171#define MESSAGE_REQUEST_MEM 0x1
172#define MESSAGE_REQUEST_BBREG 0x2
173#define MESSAGE_REQUEST_MACREG 0x3
174#define MESSAGE_REQUEST_EEPROM 0x4
175#define MESSAGE_REQUEST_TSF 0x5
176#define MESSAGE_REQUEST_TBTT 0x6
177#define MESSAGE_REQUEST_BBAGC 0x7
178#define MESSAGE_REQUEST_VERSION 0x8
179#define MESSAGE_REQUEST_RF_INIT 0x9
180#define MESSAGE_REQUEST_RF_INIT2 0xa
181#define MESSAGE_REQUEST_RF_CH0 0xb
182#define MESSAGE_REQUEST_RF_CH1 0xc
183#define MESSAGE_REQUEST_RF_CH2 0xd
184
185/* USB registers */
186#define USB_REG4 0x604
187
Malcolm Priestley302433d2013-11-03 17:40:51 +0000188#define DEVICE_INIT_COLD 0x0 /* cold init */
189#define DEVICE_INIT_RESET 0x1 /* reset init or Dx to D0 power remain */
190#define DEVICE_INIT_DXPL 0x2 /* Dx to D0 power lost init */
Forest Bond92b96792009-06-13 07:38:31 -0400191
Malcolm Priestley60f8ce82014-05-17 09:50:30 +0100192/* Device init */
193struct vnt_cmd_card_init {
194 u8 init_class;
195 u8 exist_sw_net_addr;
196 u8 sw_net_addr[6];
197 u8 short_retry_limit;
198 u8 long_retry_limit;
199};
200
201struct vnt_rsp_card_init {
202 u8 status;
203 u8 net_addr[6];
204 u8 rf_type;
205 u8 min_channel;
206 u8 max_channel;
207};
208
Andres Mored3e23952013-01-31 15:57:19 -0500209/* USB */
Forest Bond92b96792009-06-13 07:38:31 -0400210
Andres Mored3e23952013-01-31 15:57:19 -0500211/*
212 * Enum of context types for SendPacket
213 */
Malcolm Priestley1450ba62014-02-19 21:56:33 +0000214enum {
215 CONTEXT_DATA_PACKET = 1,
Malcolm Priestleyd38b13a2014-06-25 21:14:23 +0100216 CONTEXT_MGMT_PACKET,
217 CONTEXT_BEACON_PACKET
Malcolm Priestley1450ba62014-02-19 21:56:33 +0000218};
Forest Bond92b96792009-06-13 07:38:31 -0400219
Andres Mored3e23952013-01-31 15:57:19 -0500220/* RCB (Receive Control Block) */
Malcolm Priestley115cac22013-08-28 21:12:35 +0100221struct vnt_rcb {
Malcolm Priestley325de982014-07-18 06:36:11 +0100222 void *priv;
223 struct urb *urb;
Malcolm Priestleydd0a7742012-12-10 21:59:10 +0000224 struct sk_buff *skb;
Malcolm Priestley325de982014-07-18 06:36:11 +0100225 int in_use;
Malcolm Priestley115cac22013-08-28 21:12:35 +0100226};
Forest Bond92b96792009-06-13 07:38:31 -0400227
Andres Mored3e23952013-01-31 15:57:19 -0500228/* used to track bulk out irps */
Malcolm Priestleydcdf1d02013-08-27 12:41:50 +0100229struct vnt_usb_send_context {
Malcolm Priestley30a05b32014-05-15 22:49:11 +0100230 void *priv;
231 struct sk_buff *skb;
232 struct urb *urb;
Malcolm Priestley1622c8f2014-05-31 13:34:58 +0100233 struct ieee80211_hdr *hdr;
Malcolm Priestley30a05b32014-05-15 22:49:11 +0100234 unsigned int buf_len;
Malcolm Priestley1622c8f2014-05-31 13:34:58 +0100235 u16 tx_hdr_size;
Malcolm Priestley1450ba62014-02-19 21:56:33 +0000236 u8 type;
Malcolm Priestley71d764a2014-07-05 19:24:27 +0100237 u8 pkt_no;
238 u8 fb_option;
Malcolm Priestley30a05b32014-05-15 22:49:11 +0100239 bool in_use;
240 unsigned char data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS];
Malcolm Priestleydcdf1d02013-08-27 12:41:50 +0100241};
Forest Bond92b96792009-06-13 07:38:31 -0400242
Andres Mored3e23952013-01-31 15:57:19 -0500243/*
244 * Structure to keep track of USB interrupt packets
245 */
Malcolm Priestleyf764e002014-02-19 18:39:09 +0000246struct vnt_interrupt_buffer {
247 u8 *data_buf;
248 bool in_use;
249};
Forest Bond92b96792009-06-13 07:38:31 -0400250
Andres Mored3e23952013-01-31 15:57:19 -0500251/*++ NDIS related */
Forest Bond92b96792009-06-13 07:38:31 -0400252
Peter Senna Tschudin879be452014-07-16 18:13:43 +0200253enum {
254 STATUS_SUCCESS = 0,
255 STATUS_FAILURE,
256 STATUS_RESOURCES,
257 STATUS_PENDING,
258};
Forest Bond92b96792009-06-13 07:38:31 -0400259
Andres Mored3e23952013-01-31 15:57:19 -0500260/* flags for options */
Forest Bond92b96792009-06-13 07:38:31 -0400261#define DEVICE_FLAGS_UNPLUG 0x00000001UL
Forest Bond92b96792009-06-13 07:38:31 -0400262
Andres Mored3e23952013-01-31 15:57:19 -0500263/* flags for driver status */
Forest Bond92b96792009-06-13 07:38:31 -0400264#define DEVICE_FLAGS_OPENED 0x00010000UL
Forest Bond92b96792009-06-13 07:38:31 -0400265
Malcolm Priestley14c5ef52013-01-17 23:19:37 +0000266struct vnt_private {
Malcolm Priestley63b99072014-06-25 21:14:22 +0100267 /* mac80211 */
268 struct ieee80211_hw *hw;
Malcolm Priestleydb8f37f2014-06-25 21:14:25 +0100269 struct ieee80211_vif *vif;
Malcolm Priestley30816f82014-06-25 21:14:27 +0100270 u8 mac_hw;
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000271 /* netdev */
272 struct usb_device *usb;
Forest Bond92b96792009-06-13 07:38:31 -0400273
Malcolm Priestley63b99072014-06-25 21:14:22 +0100274 u64 tsf_time;
275 u8 rx_rate;
276
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000277 u32 rx_buf_sz;
Malcolm Priestleydb8f37f2014-06-25 21:14:25 +0100278 int mc_list_count;
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000279
280 spinlock_t lock;
Malcolm Priestleyc91b1862014-05-15 22:49:19 +0100281 struct mutex usb_lock;
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000282
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000283 u32 flags;
284 unsigned long Flags;
285
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000286 /* USB */
Malcolm Priestley3d582482014-07-18 06:36:14 +0100287 struct urb *interrupt_urb;
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000288 u32 int_interval;
Forest Bond92b96792009-06-13 07:38:31 -0400289
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000290 /* Variables to track resources for the BULK In Pipe */
Malcolm Priestley85770112014-07-18 06:36:15 +0100291 struct vnt_rcb *rcb[CB_MAX_RX_DESC];
Malcolm Priestley6da47382014-07-19 12:30:03 +0100292 u32 num_rcb;
Forest Bond92b96792009-06-13 07:38:31 -0400293
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000294 /* Variables to track resources for the BULK Out Pipe */
Malcolm Priestleyf7e4a8f2014-07-18 06:36:16 +0100295 struct vnt_usb_send_context *tx_context[CB_MAX_TX_DESC];
Malcolm Priestley03b7e352014-07-19 12:30:04 +0100296 u32 num_tx_context;
Forest Bond92b96792009-06-13 07:38:31 -0400297
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000298 /* Variables to track resources for the Interrupt In Pipe */
Malcolm Priestleyf764e002014-02-19 18:39:09 +0000299 struct vnt_interrupt_buffer int_buf;
Forest Bond92b96792009-06-13 07:38:31 -0400300
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000301 /* Version control */
Malcolm Priestley8a73f9d2014-07-19 12:30:05 +0100302 u16 firmware_version;
Malcolm Priestleyf1945a12014-07-19 12:30:06 +0100303 u8 local_id;
Malcolm Priestley6242eca2014-07-19 12:30:07 +0100304 u8 rf_type;
Malcolm Priestleycd5856a2014-07-19 12:30:08 +0100305 u8 bb_rx_conf;
Forest Bond92b96792009-06-13 07:38:31 -0400306
Malcolm Priestley748bf692013-11-03 17:49:32 +0000307 struct vnt_cmd_card_init init_command;
308 struct vnt_rsp_card_init init_response;
Malcolm Priestleyebf9b312014-07-19 12:30:10 +0100309 u8 current_net_addr[ETH_ALEN];
Malcolm Priestley41e83212014-07-19 12:30:11 +0100310 u8 permanent_net_addr[ETH_ALEN];
Forest Bond92b96792009-06-13 07:38:31 -0400311
Malcolm Priestley35cc8f92014-07-19 12:30:12 +0100312 u8 exist_sw_net_addr;
Forest Bond92b96792009-06-13 07:38:31 -0400313
Malcolm Priestley113f0b92014-07-19 12:30:13 +0100314 u64 current_tsf;
Forest Bond92b96792009-06-13 07:38:31 -0400315
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000316 /* 802.11 MAC specific */
Malcolm Priestley125cfc62014-07-19 12:30:14 +0100317 u32 current_rssi;
Forest Bond92b96792009-06-13 07:38:31 -0400318
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000319 /* Antenna Diversity */
Malcolm Priestley2044dbd2014-07-19 12:30:16 +0100320 int tx_rx_ant_inv;
321 u32 rx_antenna_sel;
322 u8 rx_antenna_mode;
323 u8 tx_antenna_mode;
324 u8 radio_ctl;
Forest Bond92b96792009-06-13 07:38:31 -0400325
Andres Morecc856e62010-05-17 21:34:01 -0300326 /* IFS & Cw */
Malcolm Priestleyff5fee22014-07-19 12:30:18 +0100327 u32 sifs; /* Current SIFS */
328 u32 difs; /* Current DIFS */
329 u32 eifs; /* Current EIFS */
330 u32 slot; /* Current SlotTime */
Andres Morecc856e62010-05-17 21:34:01 -0300331
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000332 /* Rate */
Malcolm Priestley65df77e2014-07-20 15:33:11 +0100333 u8 bb_type; /* 0: 11A, 1:11B, 2:11G */
Malcolm Priestleye12471d2014-07-20 15:33:12 +0100334 u8 packet_type; /* 0:11a 1:11b 2:11gb 3:11ga */
Malcolm Priestleyee61fde2014-06-25 21:14:28 +0100335 u32 wBasicRate;
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000336 u8 byTopOFDMBasicRate;
337 u8 byTopCCKBasicRate;
Forest Bond92b96792009-06-13 07:38:31 -0400338
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000339 u8 abyEEPROM[EEP_MAX_CONTEXT_SIZE]; /*u32 alignment */
Forest Bond92b96792009-06-13 07:38:31 -0400340
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000341 u8 byPreambleType;
Forest Bond92b96792009-06-13 07:38:31 -0400342
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000343 /* For RF Power table */
344 u8 byCCKPwr;
345 u8 byOFDMPwrG;
346 u8 byOFDMPwrA;
347 u8 byCurPwr;
348 u8 abyCCKPwrTbl[14];
349 u8 abyOFDMPwrTbl[14];
350 u8 abyOFDMAPwrTbl[42];
Forest Bond92b96792009-06-13 07:38:31 -0400351
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000352 u16 wCurrentRate;
Malcolm Priestleyf84cdf62013-10-15 21:00:09 +0100353 u16 tx_rate_fb0;
354 u16 tx_rate_fb1;
355
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000356 u8 byShortRetryLimit;
357 u8 byLongRetryLimit;
Malcolm Priestleya0ad2772014-02-15 21:56:20 +0000358
359 enum nl80211_iftype op_mode;
360
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000361 int bShortSlotTime;
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000362 int bBarkerPreambleMd;
Forest Bond92b96792009-06-13 07:38:31 -0400363
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000364 /* Power save */
Malcolm Priestleydb8f37f2014-06-25 21:14:25 +0100365 u16 current_aid;
Forest Bond92b96792009-06-13 07:38:31 -0400366
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000367 /* Beacon releated */
368 u16 wSeqCounter;
Forest Bond92b96792009-06-13 07:38:31 -0400369
Malcolm Priestleyad74e912014-07-13 10:42:42 +0100370 enum vnt_cmd_state command_state;
Forest Bond92b96792009-06-13 07:38:31 -0400371
Malcolm Priestley80f0d092014-07-13 10:42:41 +0100372 enum vnt_cmd command;
Forest Bond92b96792009-06-13 07:38:31 -0400373
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000374 /* 802.11 counter */
Forest Bond92b96792009-06-13 07:38:31 -0400375
Malcolm Priestleyb595f9b2014-07-13 10:42:43 +0100376 enum vnt_cmd cmd_queue[CMD_Q_SIZE];
Malcolm Priestley33a60b82014-07-13 10:42:45 +0100377 u32 cmd_dequeue_idx;
378 u32 cmd_enqueue_idx;
379 u32 free_cmd_queue;
380 int cmd_running;
Forest Bond92b96792009-06-13 07:38:31 -0400381
Malcolm Priestleyd1eb5002014-06-25 21:14:24 +0100382 unsigned long key_entry_inuse;
Forest Bond92b96792009-06-13 07:38:31 -0400383
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000384 u8 byAutoFBCtrl;
Forest Bond92b96792009-06-13 07:38:31 -0400385
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000386 /* For Update BaseBand VGA Gain Offset */
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000387 u8 abyBBVGA[BB_VGA_LEVEL];
388 signed long ldBmThreshold[BB_VGA_LEVEL];
Forest Bond92b96792009-06-13 07:38:31 -0400389
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000390 u8 byBBPreEDRSSI;
391 u8 byBBPreEDIndex;
Forest Bond92b96792009-06-13 07:38:31 -0400392
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000393 /* command timer */
Malcolm Priestley94488a72013-09-27 16:48:14 +0100394 struct delayed_work run_command_work;
Forest Bond92b96792009-06-13 07:38:31 -0400395
Malcolm Priestley61462ab2013-01-17 23:21:50 +0000396 int bChannelSwitch;
397 u8 byNewChannel;
398 u8 byChannelSwitchCount;
Forest Bond92b96792009-06-13 07:38:31 -0400399
Malcolm Priestley17863842014-06-29 20:39:54 +0100400 struct ieee80211_low_level_stats low_stats;
Malcolm Priestley14c5ef52013-01-17 23:19:37 +0000401};
Forest Bond92b96792009-06-13 07:38:31 -0400402
Peter Senna Tschudindbf0a032014-07-15 23:23:24 +0200403#define ADD_ONE_WITH_WRAP_AROUND(uVar, uModulo) { \
404 if ((uVar) >= ((uModulo) - 1)) \
405 (uVar) = 0; \
406 else \
407 (uVar)++; \
Forest Bond92b96792009-06-13 07:38:31 -0400408}
409
Forest Bond92b96792009-06-13 07:38:31 -0400410#define fMP_DISCONNECTED 0x00000002
Forest Bond92b96792009-06-13 07:38:31 -0400411#define fMP_POST_READS 0x00000100
412#define fMP_POST_WRITES 0x00000200
Forest Bond92b96792009-06-13 07:38:31 -0400413
Forest Bond92b96792009-06-13 07:38:31 -0400414#define MP_SET_FLAG(_M, _F) ((_M)->Flags |= (_F))
415#define MP_CLEAR_FLAG(_M, _F) ((_M)->Flags &= ~(_F))
Forest Bond92b96792009-06-13 07:38:31 -0400416#define MP_TEST_FLAGS(_M, _F) (((_M)->Flags & (_F)) == (_F))
417
Malcolm Priestleyd4f376d2014-05-17 09:50:25 +0100418#define MP_IS_READY(_M) (((_M)->Flags & fMP_DISCONNECTED) == 0)
Forest Bond92b96792009-06-13 07:38:31 -0400419
Malcolm Priestley30816f82014-06-25 21:14:27 +0100420int vnt_init(struct vnt_private *priv);
Forest Bond92b96792009-06-13 07:38:31 -0400421
422#endif