mirror of https://gitee.com/openkylin/linux.git
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:
parent
4be419e6d3
commit
fec75cd5f1
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue