diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2009-07-10 08:54:58 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-24 15:05:11 -0400 |
commit | ca3dbc20d47ae43c201c215259d078e227bfcf01 (patch) | |
tree | 6812bfccf5e2a0108c58facf3ed1b889616fb2db /include/net/cfg80211.h | |
parent | a43816df2a1a61effcb701037bdf63621d066182 (diff) |
cfg80211: update misleading comment
In cfg80211_scan_request n_channels refers to the total number
of channels to scan. Update the misleading comment accordingly.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 65a5cbcb5d14..a981ca8a5701 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -538,7 +538,7 @@ struct cfg80211_ssid { | |||
538 | * @ssids: SSIDs to scan for (active scan only) | 538 | * @ssids: SSIDs to scan for (active scan only) |
539 | * @n_ssids: number of SSIDs | 539 | * @n_ssids: number of SSIDs |
540 | * @channels: channels to scan on. | 540 | * @channels: channels to scan on. |
541 | * @n_channels: number of channels for each band | 541 | * @n_channels: total number of channels to scan |
542 | * @ie: optional information element(s) to add into Probe Request or %NULL | 542 | * @ie: optional information element(s) to add into Probe Request or %NULL |
543 | * @ie_len: length of ie in octets | 543 | * @ie_len: length of ie in octets |
544 | * @wiphy: the wiphy this was for | 544 | * @wiphy: the wiphy this was for |