Searched refs:ieee80211_send_bar (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | main.c | 368 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]); in mt76_ampdu_action()
|
/openbmc/linux/net/mac80211/ |
H A D | agg-tx.c | 112 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar() function 140 EXPORT_SYMBOL(ieee80211_send_bar);
|
H A D | status.c | 181 ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn); in ieee80211_check_pending_bar() 972 ieee80211_send_bar(&sta->sdata->vif, hdr->addr1, in __ieee80211_tx_status()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_util.c | 386 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action()
|
H A D | tx.c | 550 ieee80211_send_bar(vif, sta->addr, tid, agg_ssn); in mt76_txq_schedule_list()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | main.c | 850 ieee80211_send_bar(vif, sta->addr, tid, in mt7615_ampdu_action()
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 6639 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 159 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar()
|