brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LEN
authorArend van Spriel <arend@broadcom.com>
Thu, 10 Nov 2011 19:30:19 +0000 (20:30 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 11 Nov 2011 19:28:31 +0000 (14:28 -0500)
The macro definition D11_PHY_HDR_LEN was defined in d11.h and pub.h.
It has been removed from pub.h.

Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Alwin Beukers <alwin@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/pub.h

index 022523a5a5321b26e0b17f824d7b3f023d1951ad..8f3da0e4af01a0a0836904e97f7d23e0f4f8ade7 100644 (file)
@@ -248,7 +248,6 @@ enum brcms_srom_id {
 };
 
 #define        BRCMS_NUMRATES  16      /* max # of rates in a rateset */
-#define        D11_PHY_HDR_LEN 6       /* Phy header length - 6 bytes */
 
 /* phy types */
 #define        PHY_TYPE_A      0       /* Phy type A */
This page took 0.031884 seconds and 5 git commands to generate.