Home
last modified time | relevance | path

Searched refs:phytype (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dtypes.h230 #define PHYTYPE_11N_CAP(phytype) \ argument
231 (PHYTYPE_IS(phytype, PHY_TYPE_N) || \
232 PHYTYPE_IS(phytype, PHY_TYPE_LCN) || \
233 PHYTYPE_IS(phytype, PHY_TYPE_SSN))
236 #define BRCMS_ISNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_N)
237 #define BRCMS_ISLCNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_LCN)
238 #define BRCMS_ISSSLPNPHY(band) PHYTYPE_IS((band)->phytype, PHY_TYPE_SSN)
240 #define BRCMS_PHY_11N_CAP(band) PHYTYPE_11N_CAP((band)->phytype)
Dmain.h253 u16 phytype; /* phytype */ member
304 u16 phytype; /* phytype */ member
Ddebug.c103 hw->band->phytype, hw->band->phyrev, hw->band->pi->ana_rev, in brcms_debugfs_hardware_read()
Dmain.c1728 brcms_b_write_shm(wlc_hw, M_PHYTYPE, (u16) wlc_hw->band->phytype); in brcms_b_bsinit()
3417 brcms_c_rateset_default(rs, NULL, wlc->band->phytype, in brcms_default_rateset()
4609 wlc_phy_get_phyversion(wlc_hw->band->pi, &wlc_hw->band->phytype, in brcms_b_attach()
4634 wlc_hw->band->phytype, wlc_hw->band->phyrev); in brcms_b_attach()
4650 wlc->band->phytype = wlc_hw->band->phytype; in brcms_b_attach()
4655 wlc->band->phytype, wlc->band->phyrev, in brcms_b_attach()
4773 brcms_c_rateset_default(&bi->rateset, NULL, band->phytype, in brcms_c_bss_default_init()
5563 return wlc->band->phytype; in brcms_c_get_phy_type()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcommon.c76 ri->phytype = le32_to_cpu(revinfo.phytype); in brcmf_c_preinit_dcmds()
Dcore.h96 u32 phytype; member
Dfwil_types.h576 __le32 phytype; member
Dcore.c967 seq_printf(s, "phytype: %u\n", ri->phytype); in brcmf_revinfo_read()
/linux-4.1.27/drivers/net/wireless/prism54/
Dislpci_eth.h53 __be32 phytype; member
Dislpci_eth.c288 avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */ in islpci_monitor_rx()
/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211conv.h111 u32 phytype; member
Dp80211types.h359 extern p80211enum_t MKENUMNAME(phytype);
Dhfa384x_usb.c3595 caphdr->phytype = htonl(4); /* dss_dot11_b */ in hfa384x_int_rxmonitor()
/linux-4.1.27/drivers/net/wireless/b43legacy/
Db43legacy.h384 #define B43legacy_PHYMODE(phytype) (1 << (phytype)) argument
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_hal.h188 bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
Dphy_cmn.c613 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, in wlc_phy_get_phyversion() argument
617 *phytype = (u16) pi->pubpi.phy_type; in wlc_phy_get_phyversion()
/linux-4.1.27/drivers/net/wireless/b43/
Dxmit.c666 u16 phytype; in b43_rx() local
687 phytype = chanstat & B43_RX_CHAN_PHYTYPE; in b43_rx()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_wlan.h50 __be32 phytype; member
Dhostap_80211_rx.c163 hdr->phytype = htonl(4); /* dss_dot11_b */ in prism2_rx_80211()