summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/usb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mt76: usb: process URBs with status EPROTO properlyLorenzo Bianconi2021-01-271-0/+1
* mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi2020-12-201-7/+0
* mt76: mt76u: fix NULL pointer dereference in mt76u_status_workerLorenzo Bianconi2020-12-171-0/+2
* Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wirelessKalle Valo2020-12-081-30/+59
|\
| * mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-6/+6
| * mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi2020-12-041-3/+4
| * mt76: mt76u: use dedicated thread for status workLorenzo Bianconi2020-12-041-5/+15
| * mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi2020-12-041-16/+32
| * wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais2020-12-041-3/+3
* | mt76: usb: fix crash on device removalStanislaw Gruszka2020-12-021-8/+9
|/
* mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-241-1/+1
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-6/+8
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-241-9/+7
* mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau2020-09-241-2/+0
* mt76: remove swq from struct mt76_sw_queueFelix Fietkau2020-09-241-2/+0
* mt76: unify queue tx cleanup codeFelix Fietkau2020-09-241-27/+7
* mt76: usb: fix use of q->head and q->tailFelix Fietkau2020-09-241-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2020-08-041-5/+17
|\
| * mt76: mt7663u: fix memory leaks in mt7663u_probeLorenzo Bianconi2020-06-231-5/+17
| * mt76: mt7615: fix hw queue mappingLorenzo Bianconi2020-06-071-8/+9
* | mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi2020-07-211-29/+0
* | mt76: move mt76 workqueue in common codeLorenzo Bianconi2020-07-211-16/+4
* | mt76: usb: rely on mt76_for_each_q_rxLorenzo Bianconi2020-07-211-29/+12
* | mt76: mt7615: fix hw queue mappingLorenzo Bianconi2020-07-211-8/+9
|/
* mt76: mt76u: rely on mt7622 queue scheme for mt7663uLorenzo Bianconi2020-05-121-2/+13
* mt76: mt76u: rely only on data buffer for usb control messaggesLorenzo Bianconi2020-03-171-4/+4
* mt76: mt76u: fix a possible memory leak in mt76u_initLorenzo Bianconi2020-03-171-5/+12
* mt76: mt76u: loop over all possible rx queues in mt76u_rx_taskletLorenzo Bianconi2020-03-171-2/+9
* mt76: Introduce mt76_mcu data structureLorenzo Bianconi2020-02-141-2/+1
* mt76: mt76u: rename stat_wq in wqLorenzo Bianconi2020-02-141-7/+7
* mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flagLorenzo Bianconi2020-02-141-12/+19
* mt76: mt76u: introduce mt76u_skb_dma_info routineLorenzo Bianconi2020-02-141-0/+29
* mt76: mt76u: take into account different queue mapping for 7663Lorenzo Bianconi2020-02-141-1/+9
* mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi2020-02-141-26/+116
* mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routineLorenzo Bianconi2020-02-141-0/+6
* mt76: mt76u: resume all rx queue in mt76u_resume_rxLorenzo Bianconi2020-02-141-5/+16
* mt76: mt76u: add queue parameter to mt76u_rx_urb_allocLorenzo Bianconi2020-02-141-8/+9
* mt76: mt76u: add mt76u_alloc_rx_queue utility routineLorenzo Bianconi2020-02-141-4/+5
* mt76: mt76u: stop/free all possible rx queuesLorenzo Bianconi2020-02-141-6/+19
* mt76: mt76u: introduce mt76u_free_rx_queue utility routineLorenzo Bianconi2020-02-141-2/+9
* mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi2020-02-141-5/+0
* mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffersLorenzo Bianconi2020-02-141-5/+6
* mt76: mt76u: use mt76_queue as mt76u_complete_rx contextLorenzo Bianconi2020-02-141-7/+10
* mt76: mt76u: add mt76_queue to mt76u_refill_rx signatureLorenzo Bianconi2020-02-141-5/+7
* mt76: mt76u: add mt76_queue to mt76u_get_next_rx_entry signatureLorenzo Bianconi2020-02-141-4/+3
* mt76: mt76u: add mt76u_process_rx_queue utility routineLorenzo Bianconi2020-02-141-11/+19
* mt76: mt76u: check tx_status_data pointer in mt76u_tx_taskletLorenzo Bianconi2020-02-141-1/+2
* mt76: usb: use max packet length for m76u_copyStanislaw Gruszka2020-02-141-10/+19
* mt76: speed up usb bulk copyMarkus Theil2020-02-141-6/+18
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-141-11/+11