qcacmn: Add attributes indicating number of Spectral detectors
Add per BW attributes which indicate the number of Spectral detectors used. CRs-Fixed: 2659389 Change-Id: If76c86e23ff32f21defe34c2369de5d8b0752f99
This commit is contained in:

committed by
nshrivas

parent
81f0e970cb
commit
f592d86b9b
@@ -6827,6 +6827,26 @@ enum qca_wlan_vendor_attr_spectral_cap {
|
||||
* for 80+80 MHz mode.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_80_80 = 13,
|
||||
/* Number of spectral detectors used for scan in 20 MHz.
|
||||
* u32 attribute.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_20_MHZ = 14,
|
||||
/* Number of spectral detectors used for scan in 40 MHz.
|
||||
* u32 attribute.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_40_MHZ = 15,
|
||||
/* Number of spectral detectors used for scan in 80 MHz.
|
||||
* u32 attribute.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80_MHZ = 16,
|
||||
/* Number of spectral detectors used for scan in 160 MHz.
|
||||
* u32 attribute.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_160_MHZ = 17,
|
||||
/* Number of spectral detectors used for scan in 80+80 MHz.
|
||||
* u32 attribute.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80P80_MHZ = 18,
|
||||
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
|
||||
|
Reference in New Issue
Block a user