Searched defs:channel_type (Results 1 - 19 of 19) sorted by relevance

/drivers/net/wireless/ti/wl18xx/
H A Dcmd.h42 u8 channel_type; member in struct:wl18xx_cmd_channel_switch
/drivers/net/wireless/ath/
H A Dspectral_common.h69 u8 channel_type; member in struct:fft_sample_ht20_40
/drivers/net/wireless/b43/
H A Dphy_lcn.c627 enum nl80211_channel_type channel_type)
779 enum nl80211_channel_type channel_type = local
789 return b43_phy_lcn_set_channel(dev, channel, channel_type);
625 b43_phy_lcn_set_channel(struct b43_wldev *dev, struct ieee80211_channel *channel, enum nl80211_channel_type channel_type) argument
H A Dphy_ht.c822 enum nl80211_channel_type channel_type)
1077 enum nl80211_channel_type channel_type = local
1087 return b43_phy_ht_set_channel(dev, channel, channel_type);
820 b43_phy_ht_set_channel(struct b43_wldev *dev, struct ieee80211_channel *channel, enum nl80211_channel_type channel_type) argument
H A Dphy_n.c5285 iqcal_chanspec->channel_type =
5586 nphy->txiqlocal_chanspec.channel_type =
5624 nphy->txiqlocal_chanspec.channel_type != cfg80211_get_chandef_type(dev->phy.chandef))
6394 enum nl80211_channel_type channel_type)
6430 if (b43_channel_type_is_40mhz(phy->channel_type) !=
6431 b43_channel_type_is_40mhz(channel_type))
6432 ; /* TODO: BMAC BW Set (channel_type) */
6435 if (channel_type == NL80211_CHAN_HT40PLUS) {
6439 } else if (channel_type == NL80211_CHAN_HT40MINUS) {
6692 enum nl80211_channel_type channel_type local
6392 b43_nphy_set_channel(struct b43_wldev *dev, struct ieee80211_channel *channel, enum nl80211_channel_type channel_type) argument
[all...]
H A Dphy_n.h887 enum nl80211_channel_type channel_type; member in struct:b43_chanspec
/drivers/net/wireless/ath/carl9170/
H A Dmain.c931 enum nl80211_channel_type channel_type = local
944 channel_type);
/drivers/net/wireless/rtlwifi/
H A Dcore.c643 enum nl80211_channel_type channel_type = NL80211_CHAN_NO_HT; local
646 /* channel_type is for 20&40M */
648 channel_type =
711 switch (channel_type) {
777 rtlpriv->cfg->ops->set_bw_mode(hw, channel_type);
/drivers/net/wireless/ti/wlcore/
H A Dacx.c875 u8 queue_id, u8 channel_type,
893 acx->channel_type = channel_type;
874 wl1271_acx_tid_cfg(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue_id, u8 channel_type, u8 tsid, u8 ps_scheme, u8 ack_policy, u32 apsd_conf0, u32 apsd_conf1) argument
H A Dwlcore_i.h392 enum nl80211_channel_type channel_type; member in struct:wl12xx_vif
H A Dcmd.h304 u8 channel_type; member in struct:wl12xx_cmd_role_start
H A Dwlcore.h474 enum nl80211_channel_type channel_type; member in struct:wl1271
H A Dacx.h451 u8 channel_type; member in struct:acx_tid_config
1084 u8 queue_id, u8 channel_type,
H A Dconf.h618 u8 channel_type; member in struct:conf_tx_tid
/drivers/atm/
H A Dhorizon.c739 u32 channel_type; // u16? local
748 channel_type = rd_mem (dev, &rx_desc->wr_buf_type) & BUFFER_PTR_MASK;
752 if (channel_type != RX_CHANNEL_DISABLED) {
/drivers/net/wireless/cw1200/
H A Dcw1200.h58 enum nl80211_channel_type channel_type; member in struct:cw1200_ht_info
305 return ht_info->channel_type != NL80211_CHAN_NO_HT;
/drivers/tty/
H A Dnozomi.c199 enum channel_type { enum
/drivers/net/hyperv/
H A Dhyperv_net.h440 u32 channel_type; member in struct:nvsp_1_message_send_rndis_packet
/drivers/net/wireless/
H A Dmwl8k.c2865 enum nl80211_channel_type channel_type = local
2886 if (channel_type == NL80211_CHAN_NO_HT ||
2887 channel_type == NL80211_CHAN_HT20) {
2891 if (channel_type == NL80211_CHAN_HT40MINUS)
2893 else if (channel_type == NL80211_CHAN_HT40PLUS)
3137 enum nl80211_channel_type channel_type = local
3158 if (channel_type == NL80211_CHAN_NO_HT ||
3159 channel_type == NL80211_CHAN_HT20)
3161 else if (channel_type == NL80211_CHAN_HT40MINUS)
3163 else if (channel_type
[all...]

Completed in 1032 milliseconds