iwlwifi: Update comments for struct iwl_ssid_ie
Signed-off-by: Ben Cahill <ben.m.cahill@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
e585447189
commit
2a3b793d6a
@@ -2566,9 +2566,10 @@ struct iwl_scan_channel {
|
|||||||
/**
|
/**
|
||||||
* struct iwl_ssid_ie - directed scan network information element
|
* struct iwl_ssid_ie - directed scan network information element
|
||||||
*
|
*
|
||||||
* Up to 4 of these may appear in REPLY_SCAN_CMD, selected by "type" field
|
* Up to 20 of these may appear in REPLY_SCAN_CMD (Note: Only 4 are in
|
||||||
* in struct iwl_scan_channel; each channel may select different ssids from
|
* 3945 SCAN api), selected by "type" bit field in struct iwl_scan_channel;
|
||||||
* among the 4 entries. SSID IEs get transmitted in reverse order of entry.
|
* each channel may select different ssids from among the 20 (4) entries.
|
||||||
|
* SSID IEs get transmitted in reverse order of entry.
|
||||||
*/
|
*/
|
||||||
struct iwl_ssid_ie {
|
struct iwl_ssid_ie {
|
||||||
u8 id;
|
u8 id;
|
||||||
|
Reference in New Issue
Block a user