Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Ddriver-ops.h514 if (local->ops->sta_pre_rcu_remove) in drv_sta_pre_rcu_remove()
515 local->ops->sta_pre_rcu_remove(&local->hw, &sdata->vif, in drv_sta_pre_rcu_remove()
/linux-4.4.14/include/net/
Dmac80211.h3357 void (*sta_pre_rcu_remove)(struct ieee80211_hw *hw, member
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4211 .sta_pre_rcu_remove = iwl_mvm_sta_pre_rcu_remove,