aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-06-27mt76: mt76x02: fix tx reordering on rate control probing without a-mpduFelix Fietkau1-1/+2
2019-06-27mt76: mt76x02: fix tx status reporting issuesFelix Fietkau1-1/+7
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi1-6/+6
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi1-4/+4
2019-05-01mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi1-5/+5
2019-05-01mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi1-4/+1
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi1-2/+2
2019-02-18mt76: fix software encryption issuesFelix Fietkau1-8/+1
2019-02-18mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi1-2/+1
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau1-1/+1
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau1-18/+7
2018-11-30mt76: mt76x02: only override control->sta on sw-encrypted txFelix Fietkau1-1/+3
2018-11-30mt76: clean up unused leftover EXPORT_SYMBOLsFelix Fietkau1-2/+0
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_txrx.cLorenzo Bianconi1-12/+10
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi1-3/+4
2018-10-05mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi1-18/+0
2018-10-05mt76: move mt76x02_tx_prepare_skb in mt76x02_txrx.cLorenzo Bianconi1-0/+32
2018-10-05mt76: move tpc routines in mt76x02-lib moduleLorenzo Bianconi1-0/+30
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi1-4/+1
2018-10-05mt76: move txrx shared routines in mt76x02_txrx.cLorenzo Bianconi1-0/+162