소스 검색

qcacld-3.0: Disable CTS2SELF for OUI : 8CFDF0

Currently, Host driver is enabling CTS2SELF for most of the qcom
AP (8CFDF0) and It will try to send the data in all the cases by
not waiting for RTS-CTS and in some cases if it does not win the
medium, it will take around 4x time than normal RTS-CTS(in case
of failure) leading to throughput issue.

This change is to disable CTS2SELF for OUI : 8CFDF0

Change-Id: I4becf0d1c093f458868634a9636d2e14d60a9f37
CRs-Fixed: 3689771
(cherry picked from commit 3089936013f242828c4aa9fec9c09cc6e094f511)
Aasir Rasheed 1 년 전
부모
커밋
a17bef9024
1개의 변경된 파일2개의 추가작업 그리고 16개의 파일을 삭제
  1. 2 16
      components/action_oui/dispatcher/inc/wlan_action_oui_cfg.h

+ 2 - 16
components/action_oui/dispatcher/inc/wlan_action_oui_cfg.h

@@ -780,21 +780,7 @@
  * Info Mask : 21 - 0010 0001 Check for OUI and Band
  * Capabilities: C0 - 1100 0000 Band == 2 GHz || Band == 5 GHz
  *
- * OUI 3 : 8CFDF0
- * OUI data Len : 05
- * OUI Data : 0101020100
- * OUI data Mask: F8 - 11111000
- * Info Mask : 21 - 0010 0001 Check for OUI and Band
- * Capabilities: C0 - 1100 0000 Band == 2 GHz || Band == 5 GHz
- *
- * OUI 4 : 8CFDF0
- * OUI data Len : 05
- * OUI Data : 0109020300
- * OUI data Mask: F8 - 11111000
- * Info Mask : 21 - 0010 0001 Check for OUI and Band
- * Capabilities: C0 - 1100 0000 Band == 2 GHz || Band == 5 GHz
- *
- * g_action_oui_enable_cts_2_self=000C43 04 07000000 F0 21 C0 000C43 04 03000000 F0 21 C0 8CFDF0 05 0101020100 F8 21 C0 8CFDF0 05 0109020300 F8 21 C0
+ * g_action_oui_enable_cts_2_self=000C43 04 07000000 F0 21 C0 000C43 04 03000000 F0 21 C0
  *
  * Refer to gEnableActionOUI for more detail about the format.
  *
@@ -810,7 +796,7 @@
 	"g_action_oui_enable_cts_2_self", \
 	0, \
 	ACTION_OUI_MAX_STR_LEN, \
-	"000C43 04 07000000 F0 21 C0 000C43 04 03000000 F0 21 C0 8CFDF0 05 0101020100 F8 21 C0 8CFDF0 05 0109020300 F8 21 C0", \
+	"000C43 04 07000000 F0 21 C0 000C43 04 03000000 F0 21 C0", \
 	"Used to enable CTS2SELF frame for specified APs")
 
 /*