staging: brcm80211: removed unused struct wlc_ap_info

Code cleanup, reaction on the email from Dan Carpenter.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Roland Vossen 2010-12-08 20:16:02 +01:00 committed by Greg Kroah-Hartman
parent 08db27dc8d
commit baffa2f609
2 changed files with 0 additions and 3 deletions

View file

@ -753,8 +753,6 @@ struct wlc_info {
ac_bitmap_t apsd_trigger_ac; /* Permissible Acess Category in which APSD Null
* Trigger frames can be send
*/
struct wlc_ap_info *ap;
u8 htphy_membership; /* HT PHY membership */
bool _regulatory_domain; /* 802.11d enabled? */

View file

@ -24,7 +24,6 @@ struct wlc_hw_info;
struct wlc_if;
struct wl_if;
struct ampdu_info;
struct wlc_ap_info;
struct antsel_info;
struct bmac_pmq;