summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/usb.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-04mt76: mt76u: use dedicated thread for status workLorenzo Bianconi1-5/+15
2020-12-04mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi1-16/+32
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-6/+8
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-9/+7
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau1-2/+0
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-2/+0
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau1-27/+7
2020-09-24mt76: usb: fix use of q->head and q->tailFelix Fietkau1-15/+15
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-5/+17
2020-07-21mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi1-29/+0
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi1-16/+4
2020-07-21mt76: usb: rely on mt76_for_each_q_rxLorenzo Bianconi1-29/+12
2020-07-21mt76: mt7615: fix hw queue mappingLorenzo Bianconi1-8/+9
2020-06-23mt76: mt7663u: fix memory leaks in mt7663u_probeLorenzo Bianconi1-5/+17
2020-06-07mt76: mt7615: fix hw queue mappingLorenzo Bianconi1-8/+9
2020-05-12mt76: mt76u: rely on mt7622 queue scheme for mt7663uLorenzo Bianconi1-2/+13
2020-03-17mt76: mt76u: rely only on data buffer for usb control messaggesLorenzo Bianconi1-4/+4
2020-03-17mt76: mt76u: fix a possible memory leak in mt76u_initLorenzo Bianconi1-5/+12
2020-03-17mt76: mt76u: loop over all possible rx queues in mt76u_rx_taskletLorenzo Bianconi1-2/+9
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-2/+1
2020-02-14mt76: mt76u: rename stat_wq in wqLorenzo Bianconi1-7/+7
2020-02-14mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flagLorenzo Bianconi1-12/+19
2020-02-14mt76: mt76u: introduce mt76u_skb_dma_info routineLorenzo Bianconi1-0/+29
2020-02-14mt76: mt76u: take into account different queue mapping for 7663Lorenzo Bianconi1-1/+9
2020-02-14mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi1-26/+116
2020-02-14mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routineLorenzo Bianconi1-0/+6
2020-02-14mt76: mt76u: resume all rx queue in mt76u_resume_rxLorenzo Bianconi1-5/+16
2020-02-14mt76: mt76u: add queue parameter to mt76u_rx_urb_allocLorenzo Bianconi1-8/+9
2020-02-14mt76: mt76u: add mt76u_alloc_rx_queue utility routineLorenzo Bianconi1-4/+5
2020-02-14mt76: mt76u: stop/free all possible rx queuesLorenzo Bianconi1-6/+19
2020-02-14mt76: mt76u: introduce mt76u_free_rx_queue utility routineLorenzo Bianconi1-2/+9
2020-02-14mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi1-5/+0
2020-02-14mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffersLorenzo Bianconi1-5/+6
2020-02-14mt76: mt76u: use mt76_queue as mt76u_complete_rx contextLorenzo Bianconi1-7/+10
2020-02-14mt76: mt76u: add mt76_queue to mt76u_refill_rx signatureLorenzo Bianconi1-5/+7
2020-02-14mt76: mt76u: add mt76_queue to mt76u_get_next_rx_entry signatureLorenzo Bianconi1-4/+3
2020-02-14mt76: mt76u: add mt76u_process_rx_queue utility routineLorenzo Bianconi1-11/+19
2020-02-14mt76: mt76u: check tx_status_data pointer in mt76u_tx_taskletLorenzo Bianconi1-1/+2
2020-02-14mt76: usb: use max packet length for m76u_copyStanislaw Gruszka1-10/+19
2020-02-14mt76: speed up usb bulk copyMarkus Theil1-6/+18
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-11/+11
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau1-1/+1
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-1/+1
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau1-1/+0
2019-11-20mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi1-9/+18
2019-11-20mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi1-3/+9
2019-11-20mt76: usb: add lockdep_assert_held in __mt76u_vendor_requestLorenzo Bianconi1-3/+2
2019-09-05mt76: fix some checkpatch warningsRyder Lee1-15/+16