[PATCH] libertas: remove adapter->scantype
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Thu, 2 Aug 2007 17:12:27 +0000 (13:12 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:50:08 +0000 (16:50 -0700)
commit4f2fdaaf0e4209bff3b18dc14c915b61f5fa5cd2
treee076d4c7be629fbc1415a1f7976c89651fea0f5b
parentd65ead886a193682f88b07aaf11d46127735a2b5
[PATCH] libertas: remove adapter->scantype

scantype was initialized with CMD_SCAN_TYPE_ACTIVE, but there is no code
that would ever change it, so we can use that variable directly.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/dev.h
drivers/net/wireless/libertas/main.c
drivers/net/wireless/libertas/scan.c