staging: brcm80211: removed lmac remnants
authorRoland Vossen <rvossen@broadcom.com>
Wed, 1 Jun 2011 11:45:50 +0000 (13:45 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 19:40:25 +0000 (12:40 -0700)
Code cleanup. LMAC (a Broadcom specific acronym) was not used.

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

index 4f0fa20..a0c170b 100644 (file)
@@ -319,9 +319,6 @@ struct wlc_pub {
        u32 boardflags; /* Board specific flags from srom */
        u32 boardflags2;        /* More board flags if sromrev >= 4 */
        bool tempsense_disable; /* disable periodic tempsense check */
-
-       bool _lmac;             /* lmac module included and enabled */
-       bool _lmacproto;        /* lmac protocol module included and enabled */
        bool phy_11ncapable;    /* the PHY/HW is capable of 802.11N */
        bool _ampdumac;         /* mac assist ampdu enabled or not */