Jelajahi Sumber

qcacld-3.0: change mask for gActionOUIDisableDynamicQosNullTxRate

Change mask for OUI as the 2nd byte will change dynamically
for each powerup/powerdown.

Change-Id: Ia742f96956e470fd0c02ae4ee8813f0f84e96556
CRs-Fixed: 3460525
Jingxiang Ge 2 tahun lalu
induk
melakukan
2069b79a16

+ 3 - 3
components/action_oui/dispatcher/inc/wlan_action_oui_cfg.h

@@ -691,8 +691,8 @@
  *
  * OUI 2: 001018
  *   OUI data Len : 06
- *   OUI Data : 0204009C0000
- *   OUI data Mask: FC - 11111100
+ *   OUI Data : 02FF009C0000
+ *   OUI data Mask: BC - 10111100
  *   Info Mask : 01 - only OUI present in Info mask
  * Refer to gEnableActionOUI for more detail about the format.
  *
@@ -708,7 +708,7 @@
 	"gActionOUIDisableDynamicQosNullTxRate", \
 	0, \
 	ACTION_OUI_MAX_STR_LEN, \
-	"00e04c 03 020160 E0 01 001018 06 0204009c0000 FC 01", \
+	"00e04c 03 020160 E0 01 001018 06 02FF009c0000 BC 01", \
 	"Used to turn off FW's dynamic qos null tx rate for specified APs")
 
 #define CFG_ACTION_OUI \