mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: Remove write only bIsCurRDLState
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bb1ede84df
commit
dd42f95cf0
|
@ -1271,7 +1271,6 @@ static void ODM_EdcaTurboInit23a(struct dm_odm_t *pDM_Odm)
|
|||
struct rtw_adapter *Adapter = pDM_Odm->Adapter;
|
||||
|
||||
pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = false;
|
||||
pDM_Odm->DM_EDCA_Table.bIsCurRDLState = false;
|
||||
Adapter->recvpriv.bIsAnyNonBEPkts = false;
|
||||
|
||||
ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO, ODM_DBG_LOUD, ("Orginial VO PARAM: 0x%x\n", ODM_Read4Byte(pDM_Odm, ODM_EDCA_VO_PARAM)));
|
||||
|
|
|
@ -219,7 +219,6 @@ struct sw_ant_sw {
|
|||
|
||||
struct edca_turbo {
|
||||
bool bCurrentTurboEDCA;
|
||||
bool bIsCurRDLState;
|
||||
u32 prv_traffic_idx; /* edca turbo */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue