mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
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:
committed by
Greg Kroah-Hartman
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_priv *pdmpriv = &pHalData->dmpriv;
|
||||
int i;
|
||||
pdmpriv->InitODMFlag = ODM_RF_CALIBRATION;
|
||||
pdmpriv->InitODMFlag = 0;
|
||||
/* Pointer reference */
|
||||
rtl8723a_odm_support_ability_set(Adapter, DYNAMIC_ALL_FUNC_ENABLE);
|
||||
|
||||
|
||||
@@ -359,8 +359,6 @@ enum {
|
||||
|
||||
/* RF ODM section BIT 24-31 */
|
||||
ODM_RF_RX_GAIN_TRACK = BIT(25),
|
||||
ODM_RF_CALIBRATION = BIT(26),
|
||||
|
||||
};
|
||||
|
||||
/* ODM_CMNINFO_INTERFACE */
|
||||
|
||||
Reference in New Issue
Block a user