Searched refs:ba_size (Results 1 – 7 of 7) sorted by relevance
164 u8 ba_size = IEEE80211_MIN_AMPDU_BUF; in mt7601u_push_txwi() local166 ba_size <<= sta->deflink.ht_cap.ampdu_factor; in mt7601u_push_txwi()167 ba_size = min_t(int, 63, ba_size); in mt7601u_push_txwi()169 ba_size = 0; in mt7601u_push_txwi()170 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size); in mt7601u_push_txwi()
414 u8 ba_size = IEEE80211_MIN_AMPDU_BUF; in mt76x02_mac_write_txwi() local417 ba_size <<= sta->deflink.ht_cap.ampdu_factor; in mt76x02_mac_write_txwi()418 ba_size = min_t(int, 63, ba_size - 1); in mt76x02_mac_write_txwi()420 ba_size = 0; in mt76x02_mac_write_txwi()421 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size); in mt76x02_mac_write_txwi()
311 u8 ba_size; member
353 txdesc->u.ht.ba_size = 7; /* FIXME: What value is needed? */ in rt2x00queue_create_tx_descriptor_ht()
212 int ba_size);
649 u8 ba_size = params->buf_size; in mt7603_ampdu_action() local671 mt7603_mac_tx_ba_reset(dev, msta->wcid.idx, tid, ba_size); in mt7603_ampdu_action()
407 int ba_size) in mt7603_mac_tx_ba_reset() argument416 if (ba_size < 0) { in mt7603_mac_tx_ba_reset()423 if (ba_size >= MT_AGG_SIZE_LIMIT(i)) in mt7603_mac_tx_ba_reset()