aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi1-0/+5
2022-07-11mt76: remove q->qidFelix Fietkau1-1/+0
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau1-3/+3
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol1-1/+1
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi1-81/+31
2022-03-16mt76: usb: add req_type to ___mt76u_wr signatureLorenzo Bianconi1-8/+9
2022-03-16mt76: usb: add req_type to ___mt76u_rr signatureLorenzo Bianconi1-8/+10
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-1/+1
2021-06-17mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau1-0/+1
2021-01-27mt76: usb: process URBs with status EPROTO properlyLorenzo Bianconi1-0/+1
2020-12-20mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi1-7/+0
2020-12-17mt76: mt76u: fix NULL pointer dereference in mt76u_status_workerLorenzo Bianconi1-0/+2
2020-12-08Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wirelessKalle Valo1-30/+59
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-6/+6
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi1-3/+4
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-12-02mt76: usb: fix crash on device removalStanislaw Gruszka1-8/+9
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