staging: brcm80211: replaced typedef wlc_ap_info_t by struct wlc_ap_info
authorRoland Vossen <rvossen@broadcom.com>
Tue, 7 Dec 2010 16:45:39 +0000 (17:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 8 Dec 2010 22:27:47 +0000 (14:27 -0800)
Code cleanup.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/sys/wlc_mac80211.h
drivers/staging/brcm80211/sys/wlc_types.h

index 59a8d6b..1d5149e 100644 (file)
@@ -749,7 +749,7 @@ struct wlc_info {
        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 */
 
index 9c18a7f..9634a66 100644 (file)
@@ -24,7 +24,7 @@ struct wlc_hw_info;
 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;