Searched refs:ba_size (Results 1 – 4 of 4) sorted by relevance
172 u8 ba_size = IEEE80211_MIN_AMPDU_BUF; in mt7601u_push_txwi() local174 ba_size <<= sta->ht_cap.ampdu_factor; in mt7601u_push_txwi()175 ba_size = min_t(int, 63, ba_size); in mt7601u_push_txwi()177 ba_size = 0; in mt7601u_push_txwi()178 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size); in mt7601u_push_txwi()
319 u8 ba_size; member
348 txdesc->u.ht.ba_size = 7; /* FIXME: What value is needed? */ in rt2x00queue_create_tx_descriptor_ht()
746 rt2x00_set_field32(&word, TXWI_W1_BW_WIN_SIZE, txdesc->u.ht.ba_size); in rt2800_write_tx_data()