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:
parent
08db27dc8d
commit
baffa2f609
2 changed files with 0 additions and 3 deletions
|
@ -753,8 +753,6 @@ struct wlc_info {
|
||||||
ac_bitmap_t apsd_trigger_ac; /* Permissible Acess Category in which APSD Null
|
ac_bitmap_t apsd_trigger_ac; /* Permissible Acess Category in which APSD Null
|
||||||
* Trigger frames can be send
|
* Trigger frames can be send
|
||||||
*/
|
*/
|
||||||
struct wlc_ap_info *ap;
|
|
||||||
|
|
||||||
u8 htphy_membership; /* HT PHY membership */
|
u8 htphy_membership; /* HT PHY membership */
|
||||||
|
|
||||||
bool _regulatory_domain; /* 802.11d enabled? */
|
bool _regulatory_domain; /* 802.11d enabled? */
|
||||||
|
|
|
@ -24,7 +24,6 @@ struct wlc_hw_info;
|
||||||
struct wlc_if;
|
struct wlc_if;
|
||||||
struct wl_if;
|
struct wl_if;
|
||||||
struct ampdu_info;
|
struct ampdu_info;
|
||||||
struct wlc_ap_info;
|
|
||||||
struct antsel_info;
|
struct antsel_info;
|
||||||
struct bmac_pmq;
|
struct bmac_pmq;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue