Correct the type/usage of QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST
Update the documentation of QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST to make it a nested attribute to carry frequencies of type u32. This is to be in sync with the nl80211 attribute NL80211_ATTR_SCAN_FREQUENCIES. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
6bf6c6feca
commit
0df82a3daf
1 changed files with 1 additions and 1 deletions
|
@ -3589,7 +3589,7 @@ enum qca_scan_freq_list_type {
|
|||
/**
|
||||
* enum qca_vendor_attr_scan_freq_list_scheme: Frequency list scheme
|
||||
*
|
||||
* @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST: An array of unsigned 32-bit values.
|
||||
* @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST: Nested attribute of u32 values
|
||||
* List of frequencies in MHz to be considered for a roam scan.
|
||||
*
|
||||
* @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_TYPE: Unsigned 32-bit value.
|
||||
|
|
Loading…
Reference in a new issue