Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Ddriver-ops.h569 if (local->ops->sta_pre_rcu_remove) in drv_sta_pre_rcu_remove()
570 local->ops->sta_pre_rcu_remove(&local->hw, &sdata->vif, in drv_sta_pre_rcu_remove()
/linux-4.1.27/include/net/
Dmac80211.h3247 void (*sta_pre_rcu_remove)(struct ieee80211_hw *hw, member
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4054 .sta_pre_rcu_remove = iwl_mvm_sta_pre_rcu_remove,