rtl8188eu: Remove CONFIG_ODM_ADAPTIVITY

This one is not defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-02 17:13:19 -06:00
parent dfeb1b4e83
commit 4081d131cc
2 changed files with 1 additions and 10 deletions

View file

@ -216,11 +216,7 @@ static void Update_ODM_ComInfo_88E(struct adapter *Adapter)
| ODM_BB_CCK_PD
| ODM_BB_PWR_SAVE
| ODM_RF_CALIBRATION
| ODM_RF_TX_PWR_TRACK
#ifdef CONFIG_ODM_ADAPTIVITY
| ODM_BB_ADAPTIVITY
#endif
;
| ODM_RF_TX_PWR_TRACK;
if (!Adapter->registrypriv.qos_opt_enable) {
pdmpriv->InitODMFlag |= ODM_MAC_EDCA_TURBO;