qcacld-3.0: Update correct MCS parameters in wiphy
Currently MCS parameters are not getting correctly in wiphy which results in incorrect capabilities for iw list command output. To resolve above issue, update MCS parameters correctly in wiphy band capabilities. CRs-Fixed: 2633314 Change-Id: I830ad50aa4842bd2a79c97ed7b11b82c35148ff0
Tento commit je obsažen v:

odevzdal
nshrivas

rodič
fcbf75cb84
revize
489e2ae31e
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -113,16 +113,16 @@
|
||||
#define CFG_VHT_RX_SUPP_DATA_RATE CFG_UINT( \
|
||||
"rx_supp_data_rate", \
|
||||
0, \
|
||||
780, \
|
||||
780, \
|
||||
866, \
|
||||
866, \
|
||||
CFG_VALUE_OR_DEFAULT, \
|
||||
"VHT RX SUPP DATA RATE")
|
||||
|
||||
#define CFG_VHT_TX_SUPP_DATA_RATE CFG_UINT( \
|
||||
"tx_supp_data_rate", \
|
||||
0, \
|
||||
780, \
|
||||
780, \
|
||||
866, \
|
||||
866, \
|
||||
CFG_VALUE_OR_DEFAULT, \
|
||||
"VHT TX SUPP DATA RATE")
|
||||
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele