summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mt76: keep a set of software tx queues per phyFelix Fietkau2020-02-141-1/+1
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-141-1/+1
* mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau2020-02-141-1/+0
* mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi2019-11-201-9/+18
* mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi2019-11-201-3/+9
* mt76: usb: add lockdep_assert_held in __mt76u_vendor_requestLorenzo Bianconi2019-11-201-3/+2
* mt76: fix some checkpatch warningsRyder Lee2019-09-051-15/+16
* mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee2019-09-051-12/+1
* mt76: introduce mt76_mmio_read_copy routineLorenzo Bianconi2019-09-051-1/+1
* mt76: usb: remove unneeded {put,get}_unalignedStanislaw Gruszka2019-09-051-4/+4
* mt76: usb: fix endian in mt76u_copyStanislaw Gruszka2019-09-051-2/+2
* mt76: mt76u: fix typo in mt76u_fill_rx_sgLorenzo Bianconi2019-09-051-1/+1
* mt76: round up length on mt76_wr_copyFelix Fietkau2019-09-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-9/+37
|\
| * mt76: usb: fix rx A-MSDU supportLorenzo Bianconi2019-06-271-9/+37
* | mt76: mt76u: get rid of {out,in}_max_packetLorenzo Bianconi2019-06-271-2/+0
* | mt76: mt76u: reduce rx memory footprintLorenzo Bianconi2019-06-271-7/+11
|/
* mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka2019-05-011-5/+6
* mt76usb: fix tx/rx stopStanislaw Gruszka2019-05-011-24/+54
* mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-011-6/+8
* mt76: usb: reduce locking in mt76u_tx_taskletLorenzo Bianconi2019-05-011-8/+12
* mt76: move tx tasklet to struct mt76_devFelix Fietkau2019-05-011-3/+3
* mt76: use mac80211 txq schedulingFelix Fietkau2019-05-011-1/+2
* mt76usb: remove queue variable from rx_taskletStanislaw Gruszka2019-05-011-3/+3
* mt76usb: allocate urb and sg as linear dataStanislaw Gruszka2019-05-011-10/+10