staging: rtl8723au: Remove write-only struct dm_priv->DM_Type variable
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
45555706d2
commit
a0a88236a3
2 changed files with 0 additions and 2 deletions
|
@ -185,7 +185,6 @@ void rtl8723a_InitHalDm(struct rtw_adapter *Adapter)
|
||||||
struct dm_odm_t *pDM_Odm = &pHalData->odmpriv;
|
struct dm_odm_t *pDM_Odm = &pHalData->odmpriv;
|
||||||
u8 i;
|
u8 i;
|
||||||
|
|
||||||
pdmpriv->DM_Type = DM_Type_ByDriver;
|
|
||||||
pdmpriv->DMFlag = DYNAMIC_FUNC_DISABLE;
|
pdmpriv->DMFlag = DYNAMIC_FUNC_DISABLE;
|
||||||
|
|
||||||
#ifdef CONFIG_8723AU_BT_COEXIST
|
#ifdef CONFIG_8723AU_BT_COEXIST
|
||||||
|
|
|
@ -39,7 +39,6 @@ enum{
|
||||||
/* duplicate code,will move to ODM ######### */
|
/* duplicate code,will move to ODM ######### */
|
||||||
struct dm_priv
|
struct dm_priv
|
||||||
{
|
{
|
||||||
u8 DM_Type;
|
|
||||||
u8 DMFlag;
|
u8 DMFlag;
|
||||||
u8 InitDMFlag;
|
u8 InitDMFlag;
|
||||||
u32 InitODMFlag;
|
u32 InitODMFlag;
|
||||||
|
|
Loading…
Add table
Reference in a new issue