ieee80211_send_bar
ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno,
ieee80211_send_bar(vif, sta->addr, tid,
ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn);
ieee80211_send_bar(vif, sta->addr, tid, agg_ssn);
ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]);
void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
EXPORT_SYMBOL(ieee80211_send_bar);
ieee80211_send_bar(&sta->sdata->vif, hdr->addr1,
ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn);