forked from Minki/linux
staging: rtl8723au: ODM_MAC_EDCA_TURBO is always set
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4b4431ce04
commit
6520715ed2
@ -1368,9 +1368,6 @@ static void odm_EdcaTurboCheck23a(struct dm_odm_t *pDM_Odm)
|
||||
/* at the same time. In the stage2/3, we need to prive universal interface and merge all */
|
||||
/* HW dynamic mechanism. */
|
||||
|
||||
if (!(pDM_Odm->SupportAbility & ODM_MAC_EDCA_TURBO))
|
||||
return;
|
||||
|
||||
if ((pregpriv->wifi_spec == 1))/* (pmlmeinfo->HT_enable == 0)) */
|
||||
goto dm_CheckEdcaTurbo_EXIT;
|
||||
|
||||
|
@ -136,7 +136,6 @@ static void Update_ODM_ComInfo_8723a(struct rtw_adapter *Adapter)
|
||||
ODM_BB_RSSI_MONITOR |
|
||||
ODM_BB_CCK_PD |
|
||||
ODM_BB_PWR_SAVE |
|
||||
ODM_MAC_EDCA_TURBO |
|
||||
ODM_RF_TX_PWR_TRACK |
|
||||
ODM_RF_CALIBRATION;
|
||||
/* Pointer reference */
|
||||
|
@ -362,7 +362,6 @@ enum {
|
||||
ODM_BB_RXHP = BIT(12),
|
||||
|
||||
/* MAC DM section BIT 16-23 */
|
||||
ODM_MAC_EDCA_TURBO = BIT(16),
|
||||
ODM_MAC_EARLY_MODE = BIT(17),
|
||||
|
||||
/* RF ODM section BIT 24-31 */
|
||||
|
Loading…
Reference in New Issue
Block a user