| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | phy_common.h | 171 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel); member
|
| H A D | phy_common.c | 435 err = phy->ops->switch_channel(dev, new_channel); in b43_switch_channel()
|
| H A D | phy_lcn.c | 851 .switch_channel = b43_phy_lcn_op_switch_channel,
|
| H A D | phy_ht.c | 1133 .switch_channel = b43_phy_ht_op_switch_channel,
|
| H A D | phy_g.c | 3049 .switch_channel = b43_gphy_op_switch_channel,
|
| H A D | phy_lp.c | 2686 .switch_channel = b43_lpphy_op_switch_channel,
|
| H A D | phy_n.c | 6661 .switch_channel = b43_nphy_op_switch_channel,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A D | sw.c | 196 .switch_channel = rtl92c_phy_sw_chnl,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | sw.c | 216 .switch_channel = rtl8723be_phy_sw_chnl,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | sw.c | 207 .switch_channel = rtl92ee_phy_sw_chnl,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | sw.c | 212 .switch_channel = rtl8723e_phy_sw_chnl,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | sw.c | 213 .switch_channel = rtl92d_phy_sw_chnl,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | sw.c | 219 .switch_channel = rtl88e_phy_sw_chnl,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | sw.c | 258 .switch_channel = rtl8821ae_phy_sw_chnl,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | sw.c | 250 .switch_channel = rtl92s_phy_sw_chnl,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| H A D | sw.c | 202 .switch_channel = rtl92du_phy_sw_chnl,
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | dev.h | 723 __le16 switch_channel; member
|
| H A D | rxon.c | 1072 (priv->switch_channel != ctx->staging.channel)) { in iwlagn_commit_rxon() 1074 le16_to_cpu(priv->switch_channel)); in iwlagn_commit_rxon()
|
| H A D | rx.c | 58 if (!le32_to_cpu(csa->status) && csa->channel == priv->switch_channel) { in iwlagn_rx_csa()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965.c | 1342 il->switch_channel != il->staging.channel) { in il4965_commit_rxon() 1344 le16_to_cpu(il->switch_channel)); in il4965_commit_rxon()
|
| H A D | common.h | 1241 __le16 switch_channel; member
|
| H A D | 4965-mac.c | 6120 il->switch_channel = cpu_to_le16(ch); in il4965_mac_channel_switch() 6123 il->switch_channel = 0; in il4965_mac_channel_switch()
|
| H A D | common.c | 4084 if (!le32_to_cpu(csa->status) && csa->channel == il->switch_channel) { in il_hdl_csa()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | core.c | 754 rtlpriv->cfg->ops->switch_channel(hw); in rtl_op_config()
|