Home
last modified time | relevance | path

Searched refs:ieee80211_send_bar (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_common.c74 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x2_ampdu_action()
79 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x2_ampdu_action()
Dtx.c329 ieee80211_send_bar(vif, sta->addr, tid, agg_ssn); in mt76_txq_schedule_list()
/Linux-v4.19/net/mac80211/
Dstatus.c182 ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn); in ieee80211_check_pending_bar()
763 ieee80211_send_bar(&sta->sdata->vif, hdr->addr1, in __ieee80211_tx_status()
Dagg-tx.c115 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar() function
143 EXPORT_SYMBOL(ieee80211_send_bar);
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmain.c343 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]); in mt76_ampdu_action()
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmain.c376 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]); in mt76_ampdu_action()
/Linux-v4.19/include/net/
Dmac80211.h5544 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dxmit.c187 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar()