Home
last modified time | relevance | path

Searched refs:post_channel_switch (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddriver-ops.h1055 if (local->ops->post_channel_switch) in drv_post_channel_switch()
1056 ret = local->ops->post_channel_switch(&local->hw, &sdata->vif); in drv_post_channel_switch()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h4143 int (*post_channel_switch)(struct ieee80211_hw *hw, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5329 .post_channel_switch = iwl_mvm_post_channel_switch,