Home
last modified time | relevance | path

Searched refs:PHY_TYPE_LCN (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dtypes.h224 #define _PHYCONF_LCN (1 << PHY_TYPE_LCN)
232 PHYTYPE_IS(phytype, PHY_TYPE_LCN) || \
237 #define BRCMS_ISLCNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_LCN)
H A Drate.c352 (phy_type == PHY_TYPE_LCN) || (phy_type == PHY_TYPE_HT)) { in brcms_c_compute_rspec()
450 (PHYTYPE_IS(phy_type, PHY_TYPE_LCN)) || in brcms_c_rateset_default()
H A Dpub.h33 #define PHY_TYPE_LCN 8 /* Phy type Single Stream N */ macro
H A Dmac80211_if.c1059 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
1062 if (phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
1074 if (phy_type == PHY_TYPE_N || phy_type == PHY_TYPE_LCN) { in ieee_hw_rate_init()
H A Dd11.h663 #define PHY_TYPE_LCN 8 /* LCN-Phy value */ macro
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c164 case PHY_TYPE_LCN: in read_radio_reg()
165 if (!CONF_HAS(PHYTYPE, PHY_TYPE_LCN)) in read_radio_reg()
477 pi->pubpi.phy_type != PHY_TYPE_LCN) in wlc_phy_attach()
H A Dphy_int.h33 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN)