[PATCH] libertas: remove adapter->atimwindow
This varaible was initialized with 0 but there is no code that would ever change it's value. So it can go away. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
56c4656e84
commit
ae596ce2f7
3 changed files with 1 additions and 5 deletions
|
@ -303,7 +303,6 @@ struct _wlan_adapter {
|
|||
|
||||
/** POWER MANAGEMENT AND PnP SUPPORT */
|
||||
u8 surpriseremoved;
|
||||
u16 atimwindow;
|
||||
|
||||
u16 psmode; /* Wlan802_11PowermodeCAM=disable
|
||||
Wlan802_11PowermodeMAX_PSP=enable */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue