qcacmn: Add QCA vendor attributes to indicate 320MHz spectral capabilities
Add a QCA vendor attribute to indicate agile spectral scan support for 320MHz mode. Add another attribute to indicate the number of detectors used for spectral scan in 320MHz mode. CRs-Fixed: 3045445 Change-Id: I4667e93e8074af122bfe9e08bededc439811afbf
此提交包含在:

提交者
Madan Koyyalamudi

父節點
e7c9776900
當前提交
41879eb3ca
@@ -7688,6 +7688,14 @@ enum qca_wlan_vendor_attr_spectral_cap {
|
||||
* u32 attribute.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80P80_MHZ = 18,
|
||||
/* Flag attribute to indicate agile spectral scan capability
|
||||
* for 320 MHz mode.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_320 = 19,
|
||||
/* Number of spectral detectors used for scan in 320 MHz.
|
||||
* u32 attribute.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_320_MHZ = 20,
|
||||
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
|
||||
|
新增問題並參考
封鎖使用者