aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-06-04 21:04:02 -0400
committerGuido Guenther <agx@sigxcpu.org>2007-06-05 08:59:34 +0200
commite6039cdebd9c680500c20fda8f043686a412076f (patch)
treee093537f00be0a1d04c86d56ad390df921f670a3 /at76_usb.h
parent85f3acf80050a2dedfbd0867e0d6cd3132ff684e (diff)
[PATCH] Remove support for channel scanning in monitor mode
This should be implemented by the userspace. No other Linux driver does that. The expected behavior is that the driver stays on the same channel while in monitor mode. Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 7b7db30..a97c042 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -584,9 +584,6 @@ struct at76_priv {
struct set_mib_buffer mib_buf; /* global buffer for set_mib calls */
/* beacon counting */
- int monitor_scan_min_time;
- int monitor_scan_max_time;
-
int beacon_period; /* period of mgmt beacons */
int beacons_received;
unsigned long beacons_last_qual; /* last time we reset beacons_received = 0 */