Commit 2a3b793d authored by Ben Cahill's avatar Ben Cahill Committed by John W. Linville

iwlwifi: Update comments for struct iwl_ssid_ie

Signed-off-by: default avatarBen Cahill <ben.m.cahill@intel.com>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent e5854471
...@@ -2566,9 +2566,10 @@ struct iwl_scan_channel { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment