Commit 0e493474 authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman

staging: brcm80211: replaced typedef wlc_ap_info_t by struct wlc_ap_info

Code cleanup.
Signed-off-by: default avatarRoland Vossen <rvossen@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1f2fd453
...@@ -749,7 +749,7 @@ struct wlc_info { ...@@ -749,7 +749,7 @@ 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
*/ */
wlc_ap_info_t *ap; struct wlc_ap_info *ap;
u8 htphy_membership; /* HT PHY membership */ u8 htphy_membership; /* HT PHY membership */
......
...@@ -24,7 +24,7 @@ struct wlc_hw_info; ...@@ -24,7 +24,7 @@ struct wlc_hw_info;
struct wlc_if; struct wlc_if;
typedef struct wl_if wl_if_t; typedef struct wl_if wl_if_t;
struct ampdu_info; struct ampdu_info;
typedef struct wlc_ap_info wlc_ap_info_t; struct wlc_ap_info;
typedef struct antsel_info antsel_info_t; typedef struct antsel_info antsel_info_t;
typedef struct bmac_pmq bmac_pmq_t; typedef struct bmac_pmq bmac_pmq_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment