Home
last modified time | relevance | path

Searched refs:switch_channel (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/drivers/net/wireless/b43/
Dphy_common.h177 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel); member
Dphy_a.c588 .switch_channel = b43_aphy_op_switch_channel,
Dphy_lcn.c851 .switch_channel = b43_phy_lcn_op_switch_channel,
Dphy_common.c448 err = phy->ops->switch_channel(dev, new_channel); in b43_switch_channel()
Dphy_ht.c1149 .switch_channel = b43_phy_ht_op_switch_channel,
Dphy_g.c3047 .switch_channel = b43_gphy_op_switch_channel,
Dphy_lp.c2709 .switch_channel = b43_lpphy_op_switch_channel,
Dphy_n.c6723 .switch_channel = b43_nphy_op_switch_channel,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dsw.c234 .switch_channel = rtl92ee_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dsw.c253 .switch_channel = rtl88e_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dsw.c244 .switch_channel = rtl8723e_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dsw.c238 .switch_channel = rtl92d_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dsw.c246 .switch_channel = rtl8723be_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c137 .switch_channel = rtl92c_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c226 .switch_channel = rtl92c_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dsw.c280 .switch_channel = rtl92s_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dsw.c286 .switch_channel = rtl8821ae_phy_sw_chnl,
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddev.h744 __le16 switch_channel; member
Drxon.c1097 (priv->switch_channel != ctx->staging.channel)) { in iwlagn_commit_rxon()
1099 le16_to_cpu(priv->switch_channel)); in iwlagn_commit_rxon()
Dmac80211.c1028 priv->switch_channel = cpu_to_le16(ch); in iwlagn_mac_channel_switch()
1031 priv->switch_channel = 0; in iwlagn_mac_channel_switch()
Drx.c154 if (!le32_to_cpu(csa->status) && csa->channel == priv->switch_channel) { in iwlagn_rx_csa()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D4965.c1356 il->switch_channel != il->staging.channel) { in il4965_commit_rxon()
1358 le16_to_cpu(il->switch_channel)); in il4965_commit_rxon()
Dcommon.h1246 __le16 switch_channel; member
D4965-mac.c6142 il->switch_channel = cpu_to_le16(ch); in il4965_mac_channel_switch()
6145 il->switch_channel = 0; in il4965_mac_channel_switch()
Dcommon.c4124 if (!le32_to_cpu(csa->status) && csa->channel == il->switch_channel) { in il_hdl_csa()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dcore.c795 rtlpriv->cfg->ops->switch_channel(hw); in rtl_op_config()
Dwifi.h2111 u8(*switch_channel) (struct ieee80211_hw *hw); member