qcacld-3.0: Update VHT IE with highest supported LGI rate

Currently, the Rx/Tx highest Long GI data rate field in
the  VHT IE is filled with short GI data rate. Therefore,
change the highest supported data rate back to LGI data
rate.

Allow the short GI rate to be filled as the highest supported
rate in the wiphy if short GI is enabled.

Change-Id: Ie0652b4cdeef370cb8ad3d11b5d36b6959c1cbcb
CRs-Fixed: 3053946
This commit is contained in:
Surya Prakash Sivaraj
2021-10-11 16:21:51 +05:30
committed by Madan Koyyalamudi
szülő ec7d2c71ed
commit 1840b420af
2 fájl változott, egészen pontosan 30 új sor hozzáadva és 31 régi sor törölve

Fájl megtekintése

@@ -113,16 +113,16 @@
#define CFG_VHT_RX_SUPP_DATA_RATE CFG_UINT( \
"rx_supp_data_rate", \
0, \
866, \
866, \
780, \
780, \
CFG_VALUE_OR_DEFAULT, \
"VHT RX SUPP DATA RATE")
#define CFG_VHT_TX_SUPP_DATA_RATE CFG_UINT( \
"tx_supp_data_rate", \
0, \
866, \
866, \
780, \
780, \
CFG_VALUE_OR_DEFAULT, \
"VHT TX SUPP DATA RATE")