diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-04-21 10:54:29 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-04-22 21:06:34 +0200 |
commit | 644aa4d62096039a79987e13062c6fc656ea380c (patch) | |
tree | 38b5a8646ba59b8f29a89e85381e8a30104e27de /drivers/net/wireless/b43/b43.h | |
parent | b43: ssb: refuse to support more than IEEE 802.11 core (diff) | |
download | linux-644aa4d62096039a79987e13062c6fc656ea380c.tar.xz linux-644aa4d62096039a79987e13062c6fc656ea380c.zip |
b43: remove list of IEEE 802.11 devices
This is the first step to remove leftover code.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index 54376fddfaf9..4113b6934764 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h @@ -915,10 +915,6 @@ struct b43_wl { char rng_name[30 + 1]; #endif /* CONFIG_B43_HWRNG */ - /* List of all wireless devices on this chip */ - struct list_head devlist; - u8 nr_devs; - bool radiotap_enabled; bool radio_enabled; |