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:

committed by
Madan Koyyalamudi

szülő
ec7d2c71ed
commit
1840b420af
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user