staging: rtl8723au: ODM_RF_CALIBRATION is never set

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jes Sorensen 2015-03-02 15:24:47 -05:00 committed by Greg Kroah-Hartman
parent 4be419e6d3
commit fec75cd5f1
2 changed files with 1 additions and 3 deletions

View File

@ -129,7 +129,7 @@ static void Update_ODM_ComInfo_8723a(struct rtw_adapter *Adapter)
struct dm_odm_t *pDM_Odm = &pHalData->odmpriv; struct dm_odm_t *pDM_Odm = &pHalData->odmpriv;
struct dm_priv *pdmpriv = &pHalData->dmpriv; struct dm_priv *pdmpriv = &pHalData->dmpriv;
int i; int i;
pdmpriv->InitODMFlag = ODM_RF_CALIBRATION; pdmpriv->InitODMFlag = 0;
/* Pointer reference */ /* Pointer reference */
rtl8723a_odm_support_ability_set(Adapter, DYNAMIC_ALL_FUNC_ENABLE); rtl8723a_odm_support_ability_set(Adapter, DYNAMIC_ALL_FUNC_ENABLE);

View File

@ -359,8 +359,6 @@ enum {
/* RF ODM section BIT 24-31 */ /* RF ODM section BIT 24-31 */
ODM_RF_RX_GAIN_TRACK = BIT(25), ODM_RF_RX_GAIN_TRACK = BIT(25),
ODM_RF_CALIBRATION = BIT(26),
}; };
/* ODM_CMNINFO_INTERFACE */ /* ODM_CMNINFO_INTERFACE */