Browse Source

qcacld-3.0: Enable WLAN_SYSFS on sdxpinn target

To set fixed 11be rate, 11be_rate sysfs entry is the only
option. sdxpinn target supports Wifi-7 and hence 11be_rate
sysfs entry is needed.

Change is to enable WLAN_SYSFS feature on sdxpinn target and
at the same time disable CONFIG_WLAN_SYSFS_RANGE_EXT, which
is not needed.

Change-Id: Id468ee15b3ddc82794ab12487f21e06a0b61b209
CRs-Fixed: 3510104
Jia Ding 1 year ago
parent
commit
b3b5cf9d2d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      configs/kiwi_v2_defconfig

+ 3 - 0
configs/kiwi_v2_defconfig

@@ -3,6 +3,7 @@ CONFIG_CNSS_KIWI_V2 := y
 
 ifeq ($(CONFIG_ARCH_SDXPINN), y)
 CONFIG_MOBILE_ROUTER := y
+CONFIG_WLAN_SYSFS := y
 endif
 
 include $(WLAN_ROOT)/configs/default_defconfig
@@ -94,6 +95,8 @@ CONFIG_SMMU_S1_UNMAP := y
 CONFIG_IPA_WDI3_TX_TWO_PIPES := y
 endif # IPA_OFFLOAD
 
+CONFIG_WLAN_SYSFS_RANGE_EXT := n
+
 endif # ARCH_SDXPINN
 
 CONFIG_WLAN_TX_MON_2_0 := y