aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka1-17/+5
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka1-7/+3
2019-05-01mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka1-1/+0
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau1-1/+1
2019-05-01mt76usb: use usb_dev private dataStanislaw Gruszka1-1/+1
2019-05-01mt76: unify set_timStanislaw Gruszka1-0/+1
2019-05-01mt76x02u: add mt76_release_buffered_framesStanislaw Gruszka1-0/+1
2019-05-01mt76x02u: add sta_psStanislaw Gruszka1-0/+1
2019-05-01mt76x02u: implement beacon_opsStanislaw Gruszka1-4/+1
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka1-0/+2
2019-03-19mt76x02u: check chip version on probeStanislaw Gruszka1-3/+7
2019-02-26mt76usb: remove usb_mcu.cStanislaw Gruszka1-5/+0
2019-02-26mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka1-11/+0
2019-02-18mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi1-1/+1
2019-02-18mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi1-9/+13
2019-02-18mt76: run MAC work every 100msFelix Fietkau1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-17/+29
2019-02-07mt76x0u: fix suspend/resumeStanislaw Gruszka1-17/+29
2019-01-17mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau1-1/+1
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau1-2/+3
2018-11-30mt76: move mt76x02_bss_info_changed in mt76x02-lib moduleLorenzo Bianconi1-1/+1
2018-11-30mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi1-1/+1
2018-11-30mt76: move mt76x02_get_txpower in mt76x02_util.cLorenzo Bianconi1-0/+1
2018-11-30mt76: move mt76x02_sw_scan and mt76x02_sw_scan_complete in mt76x02-lib moduleLorenzo Bianconi1-2/+2
2018-11-30mt76x0: align mt76x0u and mt76x0e fw versionLorenzo Bianconi1-0/+2
2018-11-30mt76: usb: fix static tracepointsLorenzo Bianconi1-1/+0
2018-11-30mt76x0: phy: unify calibration between mt76x0u and mt76x0eLorenzo Bianconi1-0/+1
2018-10-05mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi1-1/+1
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi1-1/+0
2018-10-05mt76: move mt76x02_tx in mt76x02-lib moduleLorenzo Bianconi1-1/+1
2018-10-05mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi1-1/+1
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi1-10/+10
2018-10-05mt76: usb: use mt76x02u_tx_prepare_skb to fill txwiLorenzo Bianconi1-16/+1
2018-10-05mt76x0: usb: stop cal/mac workqueues at hw stopLorenzo Bianconi1-3/+3
2018-10-05mt76: usb: fix hw initialization sequenceLorenzo Bianconi1-9/+9
2018-10-01mt76x0: usb: move mt76x0u_tx_prepare_skb in usb.cLorenzo Bianconi1-1/+16
2018-10-01mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi1-2/+78
2018-10-01mt76x0: usb: move initialization code in usb.cLorenzo Bianconi1-24/+91
2018-10-01mt76x0: usb: move mcu code in usb_mcu.cLorenzo Bianconi1-157/+0
2018-10-01mt76x0: add quirk to disable 2.4GHz band for Archer T1UStanislaw Gruszka1-1/+6
2018-10-01mt76: usb: make rx page_frag_cache access atomicLorenzo Bianconi1-2/+2
2018-10-01mt76: report firmware version using ethtoolDavide Caratti1-0/+1
2018-10-01mt76x0: pci: add fw uploading routineLorenzo Bianconi1-5/+0
2018-09-19mt76x0: usb: remove mt76_fw definitionLorenzo Bianconi1-38/+35
2018-09-19mt76x0: remove unused usb header fileLorenzo Bianconi1-3/+4
2018-09-19mt76x0: usb: move firmware loading to usb.cStanislaw Gruszka1-0/+171
2018-09-19mt76: usb: move mt76x02 mcu code in mt76x02-usb moduleLorenzo Bianconi1-0/+2
2018-09-19mt76x0: make device allocation bus neutralStanislaw Gruszka1-1/+8
2018-09-19mt76x0: remove some usb specific code from mt76x0_register_deviceStanislaw Gruszka1-2/+10