qcacmn: Modify qca_wlan_vendor_attr_config attribute
QCA_WLAN_VENDOR_ATTR_CONFIG_MODULATED_DTIM attribute is defined incorrectly. Modify this attribute to QCA_WLAN_VENDOR_ATTR_CONFIG_DYNAMIC_DTIM as per the upstream qca-vendor.h file. CRs-Fixed: 3617541 Change-Id: I0f5ea3fb419af3e6850270a500edf2fa72401e93
This commit is contained in:

committed by
Rahul Choudhary

parent
ad7c045aca
commit
e4db5e6c73
@@ -4986,7 +4986,7 @@ enum qca_wlan_vendor_attr_config {
|
||||
* the DTIM period. If DTIM is set to 3, the STA shall wake up every 3
|
||||
* DTIM beacons.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_MODULATED_DTIM = 1,
|
||||
QCA_WLAN_VENDOR_ATTR_CONFIG_DYNAMIC_DTIM = 1,
|
||||
/*
|
||||
* Unsigned 32-bit value to set the wifi_iface stats averaging factor
|
||||
* used to calculate statistics like average the TSF offset or average
|
||||
|
Reference in New Issue
Block a user