summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_usb_core.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-1/+1
* mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi2020-09-241-2/+3
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-241-1/+1
* mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau2020-09-241-1/+1
* mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau2020-09-241-2/+1
* mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi2020-07-211-1/+2
* mt76: mt76u: introduce mt76u_skb_dma_info routineLorenzo Bianconi2020-02-141-23/+2
* mt76: mt76x02u: do not set NULL beaconsStanislaw Gruszka2020-02-141-4/+2
* mt76: mt76x02: add channel switch support for usb interfacesMarkus Theil2020-02-141-0/+8
* mt76: mt76x02: split beaconingMarkus Theil2020-02-141-11/+9
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-141-1/+1
* mt76: mt76x02u: update ewma pkt len in mt76x02u_tx_prepare_skbLorenzo Bianconi2019-11-201-0/+6
* mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2019-11-201-1/+3
* mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi2019-11-201-0/+21
* mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee2019-09-051-12/+1
* kernel: fix typos and some coding style in commentsWeitao Hou2019-07-161-1/+1
* mt76: mt76x02u: fix sparse warnings: should it be static?Lorenzo Bianconi2019-06-271-1/+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: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi2019-05-011-0/+3
* mt76: move beacon_mask in mt76_devLorenzo Bianconi2019-05-011-3/+4
* mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-011-2/+2
* mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-011-9/+9
* mt76x02: make beacon slots bigger for USBStanislaw Gruszka2019-05-011-8/+12
* mt76x02u: implement pre TBTT work for USBStanislaw Gruszka2019-05-011-3/+33
* mt76x02u: implement beacon_opsStanislaw Gruszka2019-05-011-0/+33
* mt76x02: introduce beacon_opsStanislaw Gruszka2019-05-011-0/+14
* mt76x02: add hrtimer for pre TBTT for USBStanislaw Gruszka2019-05-011-0/+70
* mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka2019-05-011-0/+6
* mt76: introduce mt76_tx_info data structureLorenzo Bianconi2019-05-011-1/+1
* mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi2019-05-011-1/+1
* mt76: introduce mt76_sw_queue data structureLorenzo Bianconi2019-05-011-1/+1
* mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi2019-05-011-2/+2
* mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi2019-05-011-4/+3
* mt76x02: fix hdr pointer in write txwi for USBStanislaw Gruszka2019-03-071-1/+2
* mt76x02u: remove bogus check and comment paddingStanislaw Gruszka2019-02-181-5/+9
* mt76: fix tx status reporting for non-probing framesFelix Fietkau2019-01-171-2/+1
* mt76: add support for reporting tx status with skbFelix Fietkau2018-11-301-23/+19
* mt76: reserve enough room for USB tx skbsStanislaw Gruszka2018-10-131-16/+1
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi2018-10-131-1/+2
* mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi2018-10-051-0/+18
* mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi2018-10-051-4/+1
* mt76: usb: use mt76x02u_tx_prepare_skb to fill txwiLorenzo Bianconi2018-10-051-2/+36
* mt76: use skb_pad() instead of __skb_pad()Hauke Mehrtens2018-10-011-1/+1
* mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.hLorenzo Bianconi2018-09-191-1/+1
* mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.cLorenzo Bianconi2018-09-191-0/+72