Message ID | cover.1551533068.git.lorenzo@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | introduce mt76_sw_queue data structure | expand |
On 2019-03-02 14:47, Lorenzo Bianconi wrote: > Add mt76_sw_queue data structure in order to support new > chipsets (e.g. mt7615) that have a shared hardware queue for all traffic > identifiers. mt76_sw_queue is used to track outstanding packets. > Add mt76_txq_id field to mt76_queue_entry in order to properly > track outstanding frames > > Lorenzo Bianconi (5): > mt76: remove mt76_queue dependency from tx_queue_skb function pointer > mt76: remove mt76_queue dependency from tx_prepare_skb function > pointer > mt76: remove mt76_queue dependency from tx_complete_skb function > pointer > mt76: introduce mt76_sw_queue data structure > mt76: introduce mt76_txq_id field in mt76_queue_entry Applied, thanks. - Felix