ieee80211_chanctx_num_assigned
if (curr_ctx && ieee80211_chanctx_num_assigned(local, curr_ctx) > 0) {
if (new_ctx && ieee80211_chanctx_num_assigned(local, new_ctx) > 0) {
if (ieee80211_chanctx_num_assigned(local, ctx) != 0)
if (ieee80211_chanctx_num_assigned(local, ctx) != 0)
int ieee80211_chanctx_num_assigned(struct ieee80211_local *local,
if (ieee80211_chanctx_num_assigned(sdata->local, ctx) > 0) {
if (ieee80211_chanctx_num_assigned(sdata->local, ctx) > 0) {