mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 03:20:25 -04:00
staging: rtl8723au: ODM_BB_PWR_SAVE is unused
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
6bdef7a0d4
commit
719d3f6cf0
@@ -129,8 +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_BB_PWR_SAVE |
|
||||
ODM_RF_TX_PWR_TRACK |
|
||||
pdmpriv->InitODMFlag = ODM_RF_TX_PWR_TRACK |
|
||||
ODM_RF_CALIBRATION;
|
||||
/* Pointer reference */
|
||||
rtl8723a_odm_support_ability_set(Adapter, DYNAMIC_ALL_FUNC_ENABLE);
|
||||
|
||||
@@ -348,7 +348,6 @@ enum odm_cmninfo {
|
||||
enum {
|
||||
/* BB ODM section BIT 0-15 */
|
||||
ODM_BB_ANT_DIV = BIT(6),
|
||||
ODM_BB_PWR_SAVE = BIT(7),
|
||||
ODM_BB_PWR_TRAIN = BIT(8),
|
||||
ODM_BB_RATE_ADAPTIVE = BIT(9),
|
||||
ODM_BB_PATH_DIV = BIT(10),
|
||||
|
||||
Reference in New Issue
Block a user