PHY_TYPE_SSN
&& (pi->pubpi.phy_type != PHY_TYPE_SSN))) {
&& (pi->pubpi.phy_type != PHY_TYPE_SSN))) {
if ((phy_type == PHY_TYPE_N) || (phy_type == PHY_TYPE_SSN) ||
(PHYTYPE_IS(phy_type, PHY_TYPE_SSN))) {
#define _PHYCONF_SSLPN (1 << PHY_TYPE_SSN)
PHYTYPE_IS(phytype, PHY_TYPE_SSN))
#define BRCMS_ISSSLPNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_SSN)