Code cleanup.
Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
ac_bitmap_t apsd_trigger_ac; /* Permissible Acess Category in which APSD Null
* Trigger frames can be send
*/
- wlc_ap_info_t *ap;
+ struct wlc_ap_info *ap;
u8 htphy_membership; /* HT PHY membership */
struct wlc_if;
typedef struct wl_if wl_if_t;
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 bmac_pmq bmac_pmq_t;