Searched refs:ieee80211_chanctx_num_assigned (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/mac80211/
H A Dchan.c12 static int ieee80211_chanctx_num_assigned(struct ieee80211_local *local, ieee80211_chanctx_num_assigned() function
43 return ieee80211_chanctx_num_assigned(local, ctx) + ieee80211_chanctx_refcount()
673 if (curr_ctx && ieee80211_chanctx_num_assigned(local, curr_ctx) > 0) { ieee80211_assign_vif_chanctx()
680 if (new_ctx && ieee80211_chanctx_num_assigned(local, new_ctx) > 0) { ieee80211_assign_vif_chanctx()

Completed in 57 milliseconds