]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/brcm80211/brcmsmac/phy/phy_int.h
staging: brcm80211: removed NORADIO_ENAB() macro from softmac phy code
[karo-tx-linux.git] / drivers / staging / brcm80211 / brcmsmac / phy / phy_int.h
index 0594a088e72692edab63fd89c3d9f796b2ea34d6..7ec2ad253e8f348d48443c0bfae5c36c5eb2c7b8 100644 (file)
@@ -297,12 +297,6 @@ enum phy_cal_mode {
 #define PUB_NOT_ASSOC(pi) \
        (mboolisset(pi->measure_hold, PHY_HOLD_FOR_NOT_ASSOC))
 
-#if defined(EXT_CBALL)
-#define NORADIO_ENAB(pub) ((pub).radioid == NORADIO_ID)
-#else
-#define NORADIO_ENAB(pub) 0
-#endif
-
 #define PHY_LTRN_LIST_LEN      64
 extern u16 ltrn_list[PHY_LTRN_LIST_LEN];