summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/usb.c
AgeCommit message (Expand)Author
2024-02-22wifi: mt76: usb: store usb endpoint in mt76_queueLorenzo Bianconi
2024-02-22wifi: mt76: usb: create a dedicated queue for psd trafficLorenzo Bianconi
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern
2023-02-26wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queueLorenzo Bianconi
2023-02-03wifi: mt76: switch to page_pool allocatorLorenzo Bianconi
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen
2022-12-01wifi: mt76: do not run mt76u_status_worker if the device is not runningLorenzo Bianconi
2022-09-15wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi
2022-07-11mt76: remove q->qidFelix Fietkau
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi
2022-03-16mt76: usb: add req_type to ___mt76u_wr signatureLorenzo Bianconi
2022-03-16mt76: usb: add req_type to ___mt76u_rr signatureLorenzo Bianconi
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi
2021-06-17mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau
2021-01-27mt76: usb: process URBs with status EPROTO properlyLorenzo Bianconi
2020-12-20mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi
2020-12-17mt76: mt76u: fix NULL pointer dereference in mt76u_status_workerLorenzo Bianconi
2020-12-08Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wirelessKalle Valo
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-12-04mt76: mt76u: use dedicated thread for status workLorenzo Bianconi
2020-12-04mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-12-02mt76: usb: fix crash on device removalStanislaw Gruszka
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
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 swq from struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau
2020-09-24mt76: usb: fix use of q->head and q->tailFelix Fietkau
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo
2020-07-21mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi
2020-07-21mt76: usb: rely on mt76_for_each_q_rxLorenzo Bianconi
2020-07-21mt76: mt7615: fix hw queue mappingLorenzo Bianconi
2020-06-23mt76: mt7663u: fix memory leaks in mt7663u_probeLorenzo Bianconi
2020-06-07mt76: mt7615: fix hw queue mappingLorenzo Bianconi
2020-05-12mt76: mt76u: rely on mt7622 queue scheme for mt7663uLorenzo Bianconi
2020-03-17mt76: mt76u: rely only on data buffer for usb control messaggesLorenzo Bianconi
2020-03-17mt76: mt76u: fix a possible memory leak in mt76u_initLorenzo Bianconi
2020-03-17mt76: mt76u: loop over all possible rx queues in mt76u_rx_taskletLorenzo Bianconi
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi
2020-02-14mt76: mt76u: rename stat_wq in wqLorenzo Bianconi
2020-02-14mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flagLorenzo Bianconi
2020-02-14mt76: mt76u: introduce mt76u_skb_dma_info routineLorenzo Bianconi
2020-02-14mt76: mt76u: take into account different queue mapping for 7663Lorenzo Bianconi