summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/usb.c
AgeCommit message (Expand)Author
2020-02-14mt76: mt76u: take into account different queue mapping for 7663Lorenzo Bianconi
2020-02-14mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi
2020-02-14mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: resume all rx queue in mt76u_resume_rxLorenzo Bianconi
2020-02-14mt76: mt76u: add queue parameter to mt76u_rx_urb_allocLorenzo Bianconi
2020-02-14mt76: mt76u: add mt76u_alloc_rx_queue utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: stop/free all possible rx queuesLorenzo Bianconi
2020-02-14mt76: mt76u: introduce mt76u_free_rx_queue utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi
2020-02-14mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffersLorenzo Bianconi
2020-02-14mt76: mt76u: use mt76_queue as mt76u_complete_rx contextLorenzo Bianconi
2020-02-14mt76: mt76u: add mt76_queue to mt76u_refill_rx signatureLorenzo Bianconi
2020-02-14mt76: mt76u: add mt76_queue to mt76u_get_next_rx_entry signatureLorenzo Bianconi
2020-02-14mt76: mt76u: add mt76u_process_rx_queue utility routineLorenzo Bianconi
2020-02-14mt76: mt76u: check tx_status_data pointer in mt76u_tx_taskletLorenzo Bianconi
2020-02-14mt76: usb: use max packet length for m76u_copyStanislaw Gruszka
2020-02-14mt76: speed up usb bulk copyMarkus Theil
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau
2019-11-20mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi
2019-11-20mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi
2019-11-20mt76: usb: add lockdep_assert_held in __mt76u_vendor_requestLorenzo Bianconi
2019-09-05mt76: fix some checkpatch warningsRyder Lee
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee
2019-09-05mt76: introduce mt76_mmio_read_copy routineLorenzo Bianconi
2019-09-05mt76: usb: remove unneeded {put,get}_unalignedStanislaw Gruszka
2019-09-05mt76: usb: fix endian in mt76u_copyStanislaw Gruszka
2019-09-05mt76: mt76u: fix typo in mt76u_fill_rx_sgLorenzo Bianconi
2019-09-05mt76: round up length on mt76_wr_copyFelix Fietkau
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27mt76: usb: fix rx A-MSDU supportLorenzo Bianconi
2019-06-27mt76: mt76u: get rid of {out,in}_max_packetLorenzo Bianconi
2019-06-27mt76: mt76u: reduce rx memory footprintLorenzo Bianconi
2019-05-01mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi
2019-05-01mt76: usb: reduce locking in mt76u_tx_taskletLorenzo Bianconi
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau
2019-05-01mt76usb: remove queue variable from rx_taskletStanislaw Gruszka
2019-05-01mt76usb: allocate urb and sg as linear dataStanislaw Gruszka
2019-05-01mt76usb: remove unneded sg_init_tableStanislaw Gruszka
2019-05-01mt76usb: resue mt76u_urb_alloc for txStanislaw Gruszka
2019-05-01mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_allocStanislaw Gruszka
2019-05-01mt76usb: remove mt76u_buf and use urb directlyStanislaw Gruszka
2019-05-01mt76usb: move mt76u_buf->done to queue entryStanislaw Gruszka
2019-05-01mt76usb: remove mt76u_buf redundant filedsStanislaw Gruszka
2019-05-01mt76usb: use usb_dev private dataStanislaw Gruszka