mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 00:42:16 +00:00
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>
This commit is contained in:
parent
a43816df2a
commit
ca3dbc20d4
@ -538,7 +538,7 @@ struct cfg80211_ssid {
|
|||||||
* @ssids: SSIDs to scan for (active scan only)
|
* @ssids: SSIDs to scan for (active scan only)
|
||||||
* @n_ssids: number of SSIDs
|
* @n_ssids: number of SSIDs
|
||||||
* @channels: channels to scan on.
|
* @channels: channels to scan on.
|
||||||
* @n_channels: number of channels for each band
|
* @n_channels: total number of channels to scan
|
||||||
* @ie: optional information element(s) to add into Probe Request or %NULL
|
* @ie: optional information element(s) to add into Probe Request or %NULL
|
||||||
* @ie_len: length of ie in octets
|
* @ie_len: length of ie in octets
|
||||||
* @wiphy: the wiphy this was for
|
* @wiphy: the wiphy this was for
|
||||||
|
Loading…
Reference in New Issue
Block a user