staging: brcm80211: remove some bsscfg attribute that are redundant
authorArend van Spriel <arend@broadcom.com>
Tue, 22 Feb 2011 10:12:10 +0000 (11:12 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Feb 2011 22:07:31 +0000 (14:07 -0800)
In the struct wlc_bsscfg a couple of attribute were held under a
preprocessor definition, but these are not needed in the mac80211
driver context.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wlc_bsscfg.h

index 8096b0f521563f4b85b44ccaf1934421c3f6acb9..301270f4002b9cdff0676f5a2a55d07d0316175c 100644 (file)
@@ -53,15 +53,7 @@ struct wlc_bsscfg {
        bool associated;        /* is BSS in ASSOCIATED state */
        bool BSS;               /* infraustructure or adhac */
        bool dtim_programmed;
-#ifdef LATER
-       bool _ap;               /* is this configuration an AP */
-       struct wlc_if *wlcif;   /* virtual interface, NULL for primary bsscfg */
-       void *sup;              /* pointer to supplicant state */
-       s8 sup_type;            /* type of supplicant */
-       bool sup_enable_wpa;    /* supplicant WPA on/off */
-       void *authenticator;    /* pointer to authenticator state */
-       bool sup_auth_pending;  /* flag for auth timeout */
-#endif
+
        u8 SSID_len;            /* the length of SSID */
        u8 SSID[IEEE80211_MAX_SSID_LEN]; /* SSID string */
        struct scb *bcmc_scb[MAXBANDS]; /* one bcmc_scb per band */