Skip to content

Commit

Permalink
staging: brcm80211: removed unused struct wlc_ap_info
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Dec 8, 2010
1 parent 08db27d commit baffa2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/brcm80211/sys/wlc_mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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? */
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/brcm80211/sys/wlc_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit baffa2f

Please sign in to comment.