summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_usb_core.c
AgeCommit message (Expand)Author
2021-11-24mt76: fix possible pktid leakLorenzo Bianconi
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-07-21mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: introduce mt76u_skb_dma_info routineLorenzo Bianconi
2020-02-14mt76: mt76x02u: do not set NULL beaconsStanislaw Gruszka
2020-02-14mt76: mt76x02: add channel switch support for usb interfacesMarkus Theil
2020-02-14mt76: mt76x02: split beaconingMarkus Theil
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2019-11-20mt76: mt76x02u: update ewma pkt len in mt76x02u_tx_prepare_skbLorenzo Bianconi
2019-11-20mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau
2019-11-20mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee
2019-07-16kernel: fix typos and some coding style in commentsWeitao Hou
2019-06-27mt76: mt76x02u: fix sparse warnings: should it be static?Lorenzo Bianconi
2019-06-27mt76: mt76x02: fix tx reordering on rate control probing without a-mpduFelix Fietkau
2019-06-27mt76: mt76x02: fix tx status reporting issuesFelix Fietkau
2019-05-01mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi
2019-05-01mt76x02: make beacon slots bigger for USBStanislaw Gruszka
2019-05-01mt76x02u: implement pre TBTT work for USBStanislaw Gruszka
2019-05-01mt76x02u: implement beacon_opsStanislaw Gruszka
2019-05-01mt76x02: introduce beacon_opsStanislaw Gruszka
2019-05-01mt76x02: add hrtimer for pre TBTT for USBStanislaw Gruszka
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi
2019-05-01mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi
2019-03-07mt76x02: fix hdr pointer in write txwi for USBStanislaw Gruszka
2019-02-18mt76x02u: remove bogus check and comment paddingStanislaw Gruszka
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau
2018-10-13mt76: reserve enough room for USB tx skbsStanislaw Gruszka
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi
2018-10-05mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi
2018-10-05mt76: usb: use mt76x02u_tx_prepare_skb to fill txwiLorenzo Bianconi
2018-10-01mt76: use skb_pad() instead of __skb_pad()Hauke Mehrtens
2018-09-19mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.hLorenzo Bianconi
2018-09-19mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.cLorenzo Bianconi