aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-04-27 03:10:54 -0400
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-04-27 10:23:22 +0200
commitb3c8b311336d6ea5b5ca592dd316b8d9285a079c (patch)
treefb0302b1eece26765cf61ba7c3b48fd91c6c3595 /at76_usb.h
parent775165672a6121aba5770ec52005d90e71cc9442 (diff)
[PATCH] Assorted minor comment changes
Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 996649e..3d52a79 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -548,6 +548,7 @@ struct at76_priv {
u32 board_type; /* BOARDTYPE_* in at76_usb_ids.h */
struct reg_domain const *domain; /* the description of the regulatory domain */
+ int international_roaming;
/* iwspy support */
spinlock_t spy_spinlock;
@@ -582,8 +583,7 @@ struct at76_priv {
char obuf[2 * 256 + 1]; /* global debug output buffer to reduce stack usage */
struct set_mib_buffer mib_buf; /* global buffer for set_mib calls */
- /* new whiz-bang feature flags */
- int international_roaming;
+ /* beacon counting */
int monitor_scan_min_time;
int monitor_scan_max_time;
@@ -618,7 +618,7 @@ struct at76_rx_radiotap {
(AT76_TX_HDRLEN + sizeof(struct ieee80211_assoc_request) + \
1+1+IW_ESSID_MAX_SIZE + 1+1+4)
-/* the maximum size of an AssocReq packet */
+/* the maximum size of a ReAssocReq packet */
#define REASSOCREQ_MAX_SIZE \
(AT76_TX_HDRLEN + sizeof(struct ieee80211_reassoc_request) + \
1+1+IW_ESSID_MAX_SIZE + 1+1+4)