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/README | |
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/README')
-rw-r--r-- | drivers/net/wireless/libertas/README | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/drivers/net/wireless/libertas/README b/drivers/net/wireless/libertas/README index 0b133ce63805..05cfc29e43c3 100644 --- a/drivers/net/wireless/libertas/README +++ b/drivers/net/wireless/libertas/README | |||
@@ -201,15 +201,14 @@ setuserscan | |||
201 | ssid="[SSID]" specify a SSID filter for the scan | 201 | ssid="[SSID]" specify a SSID filter for the scan |
202 | keep=[0 or 1] keep the previous scan results (1), discard (0) | 202 | keep=[0 or 1] keep the previous scan results (1), discard (0) |
203 | dur=[scan time] time to scan for each channel in milliseconds | 203 | dur=[scan time] time to scan for each channel in milliseconds |
204 | probes=[#] number of probe requests to send on each chan | ||
205 | type=[1,2,3] BSS type: 1 (Infra), 2(Adhoc), 3(Any) | 204 | type=[1,2,3] BSS type: 1 (Infra), 2(Adhoc), 3(Any) |
206 | 205 | ||
207 | Any combination of the above arguments can be supplied on the command line. | 206 | Any combination of the above arguments can be supplied on the command |
208 | If the chan token is absent, a full channel scan will be completed by | 207 | line. If the chan token is absent, a full channel scan will be |
209 | the driver. If the dur or probes tokens are absent, the driver default | 208 | completed by the driver. If dur tokens are absent, the driver default |
210 | setting will be used. The bssid and ssid fields, if blank, | 209 | setting will be used. The bssid and ssid fields, if blank, will |
211 | will produce an unfiltered scan. The type field will default to 3 (Any) | 210 | produce an unfiltered scan. The type field will default to 3 (Any) and |
212 | and the keep field will default to 0 (Discard). | 211 | the keep field will default to 0 (Discard). |
213 | 212 | ||
214 | Examples: | 213 | Examples: |
215 | 1) Perform an active scan on channels 1, 6, and 11 in the 'g' band: | 214 | 1) Perform an active scan on channels 1, 6, and 11 in the 'g' band: |
@@ -230,10 +229,10 @@ setuserscan | |||
230 | the current scan table intact, update existing or append new scan data: | 229 | the current scan table intact, update existing or append new scan data: |
231 | echo "bssid=00:50:43:20:12:82 keep=1" > setuserscan | 230 | echo "bssid=00:50:43:20:12:82 keep=1" > setuserscan |
232 | 231 | ||
233 | 6) Scan channel 6, for all infrastructure networks, sending two probe | 232 | 6) Scan channel 6, for all infrastructure networks. |
234 | requests. Keep the previous scan table intact. Update any duplicate | 233 | Keep the previous scan table intact. Update any duplicate BSSID/SSID |
235 | BSSID/SSID matches with the new scan data: | 234 | matches with the new scan data: |
236 | echo "chan=6g type=1 probes=2 keep=1" > setuserscan | 235 | echo "chan=6g type=1 keep=1" > setuserscan |
237 | 236 | ||
238 | All entries in the scan table (not just the new scan data when keep=1) | 237 | All entries in the scan table (not just the new scan data when keep=1) |
239 | will be displayed upon completion by use of the getscantable ioctl. | 238 | will be displayed upon completion by use of the getscantable ioctl. |