[PATCH] libertas: remove adapter->adhoc_grate_enabled

The variable was initialized with 0 (false). There is no code that would
ever change it, so we can use the false-patch directly.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Holger Schurig
2007-08-02 13:11:19 -04:00
committed by David S. Miller
parent 0aabc0a5d5
commit 85c93e5189
3 changed files with 2 additions and 10 deletions

View File

@@ -281,8 +281,6 @@ struct _wlan_adapter {
u16 enablehwauto;
u16 ratebitmap;
/** control G rates */
u8 adhoc_grate_enabled;
u32 fragthsd;
u32 rtsthsd;