summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/usb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-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/+0Star
* | 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
* mt76usb: remove unneded sg_init_tableStanislaw Gruszka2019-05-011-2/+0Star
* mt76usb: resue mt76u_urb_alloc for txStanislaw Gruszka2019-05-011-17/+18
* mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_allocStanislaw Gruszka2019-05-011-11/+8Star
* mt76usb: remove mt76u_buf and use urb directlyStanislaw Gruszka2019-05-011-67/+63Star
* mt76usb: move mt76u_buf->done to queue entryStanislaw Gruszka2019-05-011-8/+5Star
* mt76usb: remove mt76u_buf redundant filedsStanislaw Gruszka2019-05-011-25/+31
* mt76usb: use usb_dev private dataStanislaw Gruszka2019-05-011-9/+4Star
* mt76usb: change mt76u_fill_rx_sg argumentsStanislaw Gruszka2019-05-011-5/+6
* mt76: remove rx_page_lockStanislaw Gruszka2019-05-011-7/+1Star
* mt76usb: change mt76u_submit_bufStanislaw Gruszka2019-05-011-18/+12Star
* mt76x02u: add mt76_release_buffered_framesStanislaw Gruszka2019-05-011-1/+6
* mt76: usb: reduce code indentation in mt76u_alloc_txLorenzo Bianconi2019-05-011-9/+8Star
* mt76: introduce mt76_sw_queue data structureLorenzo Bianconi2019-05-011-8/+15
* mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi2019-05-011-1/+1
* mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi2019-05-011-1/+1
* mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi2019-05-011-1/+2
* mt76: introduce q->stopped parameterLorenzo Bianconi2019-03-071-1/+5
* mt76: remove no longer used routine declarationsLorenzo Bianconi2019-02-261-6/+5Star
* mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entryLorenzo Bianconi2019-02-261-1/+1
* mt76: usb: simplify mt76u_tx_build_sg routineLorenzo Bianconi2019-02-261-14/+3Star
* mt76: usb: simplify rx buffer allocationLorenzo Bianconi2019-02-261-49/+27Star
* mt76: usb: introduce mt76u_fill_bulk_urb routineLorenzo Bianconi2019-02-261-19/+26
* mt76: usb: fix warning in mt76u_buf_freeLorenzo Bianconi2019-02-261-7/+2Star
* mt76usb: remove usb_mcu.cStanislaw Gruszka2019-02-261-0/+5
* mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka2019-02-261-1/+0Star
* mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rxLorenzo Bianconi2019-02-181-1/+2
* mt76: usb: introduce disable_usb_sg parameterLorenzo Bianconi2019-02-181-1/+5
* mt76: usb: use a linear buffer for tx/rx datapath if sg is not supportedLorenzo Bianconi2019-02-181-33/+54
* mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi2019-02-181-7/+31
* mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi2019-02-181-1/+13
* mt76: usb: do not run mt76u_queues_deinit twiceLorenzo Bianconi2019-02-181-9/+2Star
* mt76: usb: fix possible memory leak in mt76u_buf_freeLorenzo Bianconi2019-02-181-4/+10
* mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka2019-02-181-1/+0Star
* mt76: usb: avoid queue/status spinlocks while passing tx status to mac80211Lorenzo Bianconi2019-01-111-4/+6
* mt76: usb: do not build the skb if reported len does not fit in buf_sizeLorenzo Bianconi2019-01-111-6/+4Star
* mt76: add support for reporting tx status with skbFelix Fietkau2018-11-301-0/+1
* mt76: usb: fix static tracepointsLorenzo Bianconi2018-11-301-0/+5
* mt76: clean up unused leftover EXPORT_SYMBOLsFelix Fietkau2018-11-301-4/+2Star