summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-012-3/+3
* mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka2019-05-012-18/+5
* mt76usb: fix tx/rx stopStanislaw Gruszka2019-05-013-7/+3
* mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka2019-05-011-1/+0
* mt76: move mac_work in mt76_devLorenzo Bianconi2019-05-014-4/+4
* mt76: move tx tasklet to struct mt76_devFelix Fietkau2019-05-011-1/+1
* mt76: fix tx power issuesFelix Fietkau2019-05-012-12/+6
* mt76: introduce mt76_free_device routineLorenzo Bianconi2019-05-011-1/+1
* mt76usb: use usb_dev private dataStanislaw Gruszka2019-05-011-1/+3
* mt76: unify set_timStanislaw Gruszka2019-05-012-7/+2
* mt76x02u: add mt76_release_buffered_framesStanislaw Gruszka2019-05-011-0/+1
* mt76x02u: add sta_psStanislaw Gruszka2019-05-011-0/+1
* mt76x02: introduce beacon_opsStanislaw Gruszka2019-05-011-0/+4
* mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka2019-05-012-2/+2
* mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi2019-05-011-0/+1
* mt76x02: do not enable RTS/CTS by defaultStanislaw Gruszka2019-03-192-2/+1
* mt76x02u: check chip version on probeStanislaw Gruszka2019-03-191-0/+4
* mt76x2u: remove duplicated entry in mt76x2u_device_tableLorenzo Bianconi2019-03-071-2/+1
* mt76: mt76x2: fix 2.4 GHz channel gain settingsFelix Fietkau2019-03-071-5/+14
* mt76: mt76x2: fix external LNA gain settingsFelix Fietkau2019-03-071-3/+8
* mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau2019-03-073-1/+23
* mt76usb: remove usb_mcu.cStanislaw Gruszka2019-02-261-5/+0
* mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka2019-02-261-11/+0
* mt76: mt76x2: unify mt76x2[u]_mac_resumeFelix Fietkau2019-02-266-18/+9
* mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau2019-02-265-11/+9
* mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi2019-02-181-1/+1
* mt76x2: remove mt76x2_alloc_device routineLorenzo Bianconi2019-02-183-33/+20
* mt76x2u: remove mt76x2u_alloc_device routineLorenzo Bianconi2019-02-183-30/+18
* mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi2019-02-182-6/+4
* mt76: run MAC work every 100msFelix Fietkau2019-02-182-2/+2
* mt76: explicitly disable energy detect cca during scanFelix Fietkau2019-02-181-2/+4
* mt76: mt76x2: avoid running DPD calibration if tx is blockedFelix Fietkau2019-02-181-1/+1
* mt76x02: init beacon config for mt76x2uStanislaw Gruszka2019-02-181-5/+1
* mt76x02: initialize mutli bss mode when set up addressStanislaw Gruszka2019-02-181-3/+1
* mt76x02: use commmon add interface for mt76x2uStanislaw Gruszka2019-02-181-14/+1
* mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau2019-01-171-1/+3
* mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau2019-01-172-2/+2
* mt76: add led support to mt76x0e driverLorenzo Bianconi2019-01-112-77/+0
* mt76: make const array 'data' static, shrinks object sizeColin Ian King2019-01-111-1/+1
* mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi2019-01-112-0/+3
* mt76: add energy detect CCA support to mt76x{0,2}e driversLorenzo Bianconi2019-01-112-0/+3
* mt76x2: init: set default value for MT_TX_LINK_CFGLorenzo Bianconi2019-01-111-0/+1
* mt76x2: add static qualifier to mt76x2_init_hardwareLorenzo Bianconi2019-01-112-2/+1
* Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wirelessKalle Valo2018-12-1322-1974/+199
|\
| * mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau2018-11-304-4/+6
| * mt76: remove wait argument from mt76x02_mcu_calibrateStanislaw Gruszka2018-11-304-25/+25
| * mt76x2u: init: remove mt76x2u_init_beacon_offsets routineLorenzo Bianconi2018-11-301-10/+0
| * mt76x2u: main: use mt76x02_bss_info_changed utility routineLorenzo Bianconi2018-11-301-20/+3
| * mt76x2u: phy: run phy_channel_calibrate after channel switchLorenzo Bianconi2018-11-303-9/+15