/drivers/net/wireless/brcm80211/brcmsmac/ |
D | types.h | 230 #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)
|
D | main.h | 257 u16 phytype; /* phytype */ member 308 u16 phytype; /* phytype */ member
|
D | main.c | 1709 brcms_b_write_shm(wlc_hw, M_PHYTYPE, (u16) wlc_hw->band->phytype); in brcms_b_bsinit() 3430 brcms_c_rateset_default(rs, NULL, wlc->band->phytype, in brcms_default_rateset() 4629 wlc_phy_get_phyversion(wlc_hw->band->pi, &wlc_hw->band->phytype, in brcms_b_attach() 4654 wlc_hw->band->phytype, wlc_hw->band->phyrev); in brcms_b_attach() 4670 wlc->band->phytype = wlc_hw->band->phytype; in brcms_b_attach() 4834 brcms_c_rateset_default(&bi->rateset, NULL, band->phytype, in brcms_c_bss_default_init() 5691 return wlc->band->phytype; in brcms_c_get_phy_type()
|
/drivers/net/wireless/prism54/ |
D | islpci_eth.h | 54 __be32 phytype; member
|
D | islpci_eth.c | 289 avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */ in islpci_monitor_rx()
|
/drivers/staging/wlan-ng/ |
D | p80211conv.h | 111 u32 phytype; member
|
D | p80211types.h | 359 extern p80211enum_t MKENUMNAME(phytype);
|
D | hfa384x_usb.c | 3621 caphdr->phytype = htonl(4); /* dss_dot11_b */ in hfa384x_int_rxmonitor()
|
/drivers/net/wireless/b43legacy/ |
D | b43legacy.h | 384 #define B43legacy_PHYMODE(phytype) (1 << (phytype)) argument
|
/drivers/net/wireless/b43/ |
D | xmit.c | 664 u16 phytype; in b43_rx() local 685 phytype = chanstat & B43_RX_CHAN_PHYTYPE; in b43_rx() 769 phytype == B43_PHYTYPE_A); in b43_rx()
|
/drivers/net/wireless/bcmdhd/ |
D | wl_iw.c | 501 int phytype, err; in wl_iw_get_name() local 508 if ((err = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype))) < 0) in wl_iw_get_name() 514 switch (phytype) { in wl_iw_get_name() 679 int phytype; in wl_iw_get_range() local 745 if ((error = dev_wlc_ioctl(dev, WLC_GET_PHYTYPE, &phytype, sizeof(phytype)))) in wl_iw_get_range() 747 if (nmode == 1 && ((phytype == WLC_PHY_TYPE_SSN) || (phytype == WLC_PHY_TYPE_LCN) || in wl_iw_get_range() 748 (phytype == WLC_PHY_TYPE_LCN40))) { in wl_iw_get_range()
|
/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_hal.h | 188 extern bool wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype,
|
D | phy_cmn.c | 612 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, in wlc_phy_get_phyversion() argument 616 *phytype = (u16) pi->pubpi.phy_type; in wlc_phy_get_phyversion()
|
/drivers/net/wireless/hostap/ |
D | hostap_wlan.h | 49 __be32 phytype; member
|
D | hostap_80211_rx.c | 163 hdr->phytype = htonl(4); /* dss_dot11_b */ in prism2_rx_80211()
|
/drivers/net/wireless/bcmdhd/common/include/proto/ |
D | 802.11.h | 2542 uint8 phytype; member
|
/drivers/net/wireless/bcmdhd/include/ |
D | wlioctl.h | 1289 uint phytype; /* phy type */ member
|