staging: rtl8188eu:Remove EepromAddressSize from struct adapter
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
525c688039
commit
24e0bf42ec
2 changed files with 0 additions and 4 deletions
|
|
@ -1203,9 +1203,6 @@ static int _ReadAdapterInfo8188EU(struct adapter *Adapter)
|
|||
|
||||
static void ReadAdapterInfo8188EU(struct adapter *Adapter)
|
||||
{
|
||||
/* Read EEPROM size before call any EEPROM function */
|
||||
Adapter->EepromAddressSize = GetEEPROMSize8188E(Adapter);
|
||||
|
||||
_ReadAdapterInfo8188EU(Adapter);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -220,7 +220,6 @@ struct adapter {
|
|||
s32 bSurpriseRemoved;
|
||||
s32 bCardDisableWOHSM;
|
||||
|
||||
u8 EepromAddressSize;
|
||||
u8 hw_init_completed;
|
||||
|
||||
void *cmdThread;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue