brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LEN
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>
This commit is contained in:
committed by
John W. Linville
parent
b7eec4233c
commit
a0f24c8a93
@@ -248,7 +248,6 @@ enum brcms_srom_id {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define BRCMS_NUMRATES 16 /* max # of rates in a rateset */
|
#define BRCMS_NUMRATES 16 /* max # of rates in a rateset */
|
||||||
#define D11_PHY_HDR_LEN 6 /* Phy header length - 6 bytes */
|
|
||||||
|
|
||||||
/* phy types */
|
/* phy types */
|
||||||
#define PHY_TYPE_A 0 /* Phy type A */
|
#define PHY_TYPE_A 0 /* Phy type A */
|
||||||
|
Reference in New Issue
Block a user