summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2022-12-011-1/+1
* wifi: mt76: mt76x02: simplify struct mt76x02_rate_powerFelix Fietkau2022-12-011-1/+1
* wifi: mt76: move mt76_rate_power from core to mt76x02 driver codeFelix Fietkau2022-12-011-6/+6
* mt76: Introduce mt76_mcu data structureLorenzo Bianconi2020-02-141-1/+0
* mt76: move txpower_conf back to driver specific structsFelix Fietkau2020-02-141-1/+1
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-141-1/+1
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-141-1/+1
* mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2019-11-201-1/+9
* mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee2019-09-051-12/+1
* mt76: mt76x02: fix tx reordering on rate control probing without a-mpduFelix Fietkau2019-06-271-1/+2
* mt76: mt76x02: fix tx status reporting issuesFelix Fietkau2019-06-271-1/+7
* mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-011-6/+6
* mt76: introduce mt76_tx_info data structureLorenzo Bianconi2019-05-011-4/+4
* mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi2019-05-011-5/+5
* mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi2019-05-011-4/+1
* mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi2019-05-011-2/+2
* mt76: fix software encryption issuesFelix Fietkau2019-02-181-8/+1
* mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi2019-02-181-2/+1
* mt76: fix tx status reporting for non-probing framesFelix Fietkau2019-01-171-1/+1
* mt76: add support for reporting tx status with skbFelix Fietkau2018-11-301-18/+7
* mt76: mt76x02: only override control->sta on sw-encrypted txFelix Fietkau2018-11-301-1/+3
* mt76: clean up unused leftover EXPORT_SYMBOLsFelix Fietkau2018-11-301-2/+0
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_txrx.cLorenzo Bianconi2018-10-131-12/+10
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi2018-10-131-3/+4
* mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi2018-10-051-18/+0
* mt76: move mt76x02_tx_prepare_skb in mt76x02_txrx.cLorenzo Bianconi2018-10-051-0/+32
* mt76: move tpc routines in mt76x02-lib moduleLorenzo Bianconi2018-10-051-0/+30
* mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi2018-10-051-4/+1
* mt76: move txrx shared routines in mt76x02_txrx.cLorenzo Bianconi2018-10-051-0/+162