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

12

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_common.h119 * @switch_channel: Switch the radio to another channel.
171 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel); member in struct:b43_phy_operations
H A Dphy_common.c435 err = phy->ops->switch_channel(dev, new_channel);
H A Dphy_lcn.c851 .switch_channel = b43_phy_lcn_op_switch_channel,
H A Dphy_ht.c1133 .switch_channel = b43_phy_ht_op_switch_channel,
H A Dphy_lp.c2686 .switch_channel = b43_lpphy_op_switch_channel,
H A Dphy_g.c3049 .switch_channel = b43_gphy_op_switch_channel,
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h722 __le16 switch_channel; member in struct:iwl_priv
H A Drxon.c1072 (priv->switch_channel != ctx->staging.channel)) {
1074 le16_to_cpu(priv->switch_channel));
H A Dmac80211.c1000 priv->switch_channel = cpu_to_le16(ch);
1003 priv->switch_channel = 0;
H A Drx.c58 if (!le32_to_cpu(csa->status) && csa->channel == priv->switch_channel) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dsw.c258 .switch_channel = rtl8821ae_phy_sw_chnl,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dsw.c216 .switch_channel = rtl8723be_phy_sw_chnl,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dsw.c212 .switch_channel = rtl8723e_phy_sw_chnl,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dsw.c249 .switch_channel = rtl92s_phy_sw_chnl,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dsw.c207 .switch_channel = rtl92ee_phy_sw_chnl,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dsw.c209 .switch_channel = rtl92d_phy_sw_chnl,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dsw.c219 .switch_channel = rtl88e_phy_sw_chnl,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dsw.c196 .switch_channel = rtl92c_phy_sw_chnl,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dsw.c110 .switch_channel = rtl92c_phy_sw_chnl,
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1342 il->switch_channel != il->staging.channel) {
1344 le16_to_cpu(il->switch_channel));
H A Dcommon.h1229 __le16 switch_channel; member in struct:il_priv
H A D4965-mac.c6115 il->switch_channel = cpu_to_le16(ch);
6118 il->switch_channel = 0;
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dps.c32 rtlpriv->cfg->ops->switch_channel(hw);
H A Dcore.c780 rtlpriv->cfg->ops->switch_channel(hw);
H A Dwifi.h2201 u8 (*switch_channel)(struct ieee80211_hw *hw); member in struct:rtl_hal_ops

Completed in 521 milliseconds

12