qcacld-3.0: Add sysfs replacement for set bitrates

Add a sysfs replacement for the deprecated WEXT commands
set11NRates, set11ACRates and set_11ax_rate.

Change-Id: I7823660f377d4d4aeb8df2d88b6a871b9ec33ec2
CRs-Fixed: 3588225
This commit is contained in:
Aditya Kodukula
2023-03-23 21:51:44 -07:00
committed by Rahul Choudhary
parent e9ba7dbdc4
commit d82b9641ac
6 changed files with 552 additions and 0 deletions

View File

@@ -1972,6 +1972,11 @@ _conditional_srcs = {
"core/hdd/src/wlan_hdd_sysfs_thermal_cfg.c",
],
},
"CONFIG_WLAN_SYSFS_BITRATES": {
True: [
"core/hdd/src/wlan_hdd_sysfs_bitrates.c",
],
},
"CONFIG_WLAN_TRACEPOINTS": {
True: [
"cmn/qdf/linux/src/qdf_tracepoint.c",