소스 검색

qcacld-3.0: Modify Default value for Switch to 11n OUI ini

Currently defined default value for gActionOUISwitchTo11nMode leads
to vendor APs which don't require the WAR also to be identified
for forcing 11n connection.

Fix the default value to limit the WAR to only the required vendor
AP.

Change-Id: Icecd5a3a92a35eb4d0a7eb4ae156aed7dcfbfb86
CRs-Fixed: 2276057
Vignesh Viswanathan 6 년 전
부모
커밋
cbbc358095
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      core/hdd/inc/wlan_hdd_cfg.h

+ 9 - 1
core/hdd/inc/wlan_hdd_cfg.h

@@ -13806,6 +13806,14 @@ enum hdd_external_acs_policy {
  * This ini is used to specify which AP for which the connection has to be
  * made in 2x2 mode with HT capabilities only and not VHT.
  *
+ * Default OUIs: (All values in Hex)
+ * OUI 1 : 00904C
+ *   OUI data Len : 03
+ *   OUI Data : 0418BF
+ *   OUI data Mask: E0 - 11100000
+ *   Info Mask : 21 - Check for Band
+ *   Capabilities: 40 - Band == 2G
+ *
  * Related: None
  *
  * Supported Feature: Action OUIs
@@ -13815,7 +13823,7 @@ enum hdd_external_acs_policy {
  * </ini>
  */
 #define CFG_ACTION_OUI_SWITCH_TO_11N_MODE_NAME    "gActionOUISwitchTo11nMode"
-#define CFG_ACTION_OUI_SWITCH_TO_11N_MODE_DEFAULT "00904C 03 FFFFBF 20 21 40"
+#define CFG_ACTION_OUI_SWITCH_TO_11N_MODE_DEFAULT "00904C 03 0418BF E0 21 40"
 
  /* End of action oui inis */