Przeglądaj źródła

qcacld-3.0: Enable 6GHz feature for WHUNT

1. Add whunt_defconfig for whunt target. New Features can be
enabled in it to run related whunt test cases.

2. Enable CONFIG_BAND_6GHZ and CONFIG_WLAN_FEATURE_11AX
for whunt 6GHz test.

Change-Id: I63b84086cbf28e1fe3ab44bedb4977e73212af29
CRs-Fixed: 2550575
Liangwei Dong 5 lat temu
rodzic
commit
c59d2b0004
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      configs/whunt_defconfig

+ 7 - 0
configs/whunt_defconfig

@@ -0,0 +1,7 @@
+#Enable 6 GHz Band
+CONFIG_BAND_6GHZ := y
+
+#Enable 11AX Feature
+CONFIG_WLAN_FEATURE_11AX := y
+
+include $(WLAN_ROOT)/configs/default_defconfig