diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2007-11-28 11:29:36 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:04:57 -0500 |
commit | dd1d12dabfeb123881b0c813d0b7d3585312bacd (patch) | |
tree | f7b9d23da8393d34a46400f7ffb36cde6bce8ce6 /drivers/net/wireless/libertas/scan.h | |
parent | 01affb653077d8581552d566276b405237636e5c (diff) |
libertas: remove numprobes
Remove the ability to specify number of probes via debugfs
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/scan.h')
-rw-r--r-- | drivers/net/wireless/libertas/scan.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/libertas/scan.h b/drivers/net/wireless/libertas/scan.h index b23144814677..e420cd9217cd 100644 --- a/drivers/net/wireless/libertas/scan.h +++ b/drivers/net/wireless/libertas/scan.h | |||
@@ -105,11 +105,6 @@ struct lbs_ioctl_user_scan_cfg { | |||
105 | */ | 105 | */ |
106 | u8 bsstype; | 106 | u8 bsstype; |
107 | 107 | ||
108 | /** | ||
109 | * @brief Configure the number of probe requests for active chan scans | ||
110 | */ | ||
111 | u8 numprobes; | ||
112 | |||
113 | /** | 108 | /** |
114 | * @brief BSSID filter sent in the firmware command to limit the results | 109 | * @brief BSSID filter sent in the firmware command to limit the results |
115 | */ | 110 | */ |