QCA vendor attributes to indicate BW-based agile spectral capability
Some chipsets don't have the capability to run agile spectral scan with 160/80+80 MHz modes. Add separate agile spectral scanning capability flags for 160, 80+80, and non-160 MHz modes to cover such cases. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
1317ea2c0e
commit
bf185bfd5d
1 changed files with 11 additions and 1 deletions
|
@ -5473,8 +5473,18 @@ enum qca_wlan_vendor_attr_spectral_cap {
|
|||
* u8 attribute.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_DEFAULT_AGC_MAX_GAIN = 10,
|
||||
/* Flag attribute to indicate agile spectral scan capability */
|
||||
/* Flag attribute to indicate agile spectral scan capability
|
||||
* for 20/40/80 MHz modes.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL = 11,
|
||||
/* Flag attribute to indicate agile spectral scan capability
|
||||
* for 160 MHz mode.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_160 = 12,
|
||||
/* Flag attribute to indicate agile spectral scan capability
|
||||
* for 80+80 MHz mode.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_80_80 = 13,
|
||||
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
|
||||
|
|
Loading…
Reference in a new issue