Home
last modified time | relevance | path

Searched refs:PHY_TYPE_SSN (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dtypes.h225 #define _PHYCONF_SSLPN (1 << PHY_TYPE_SSN)
233 PHYTYPE_IS(phytype, PHY_TYPE_SSN))
238 #define BRCMS_ISSSLPNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_SSN)
Drate.c351 if ((phy_type == PHY_TYPE_N) || (phy_type == PHY_TYPE_SSN) || in brcms_c_compute_rspec()
451 (PHYTYPE_IS(phy_type, PHY_TYPE_SSN))) { in brcms_c_rateset_default()
Dpub.h32 #define PHY_TYPE_SSN 6 /* Phy type Single Stream N */ macro
Dd11.h662 #define PHY_TYPE_SSN 6 /* SSLPN-Phy value */ macro
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c176 && (pi->pubpi.phy_type != PHY_TYPE_SSN))) { in read_radio_reg()
192 && (pi->pubpi.phy_type != PHY_TYPE_SSN))) { in write_radio_reg()