summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0
AgeCommit message (Expand)AuthorFilesLines
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau1-1/+1
2019-11-20mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi3-18/+1
2019-11-20mt76: mt76x0u: reset counter starting the deviceLorenzo Bianconi1-2/+1
2019-11-20mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi1-11/+1
2019-11-20mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smallerColin Ian King1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+19
2019-09-05mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka3-16/+9
2019-09-05mt76: mt76x0: remove redundant chandef copyStanislaw Gruszka1-1/+0
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi2-2/+2
2019-09-05mt76: mt76x02u: enable survey supportLorenzo Bianconi1-0/+9
2019-09-05mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable ma...Lorenzo Bianconi1-2/+2
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee3-36/+3
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee4-31/+37
2019-09-05mt76: Add paragraphs to describe the config symbols fullyRyder Lee1-2/+10
2019-09-05mt76: mt76x0u: add support to TP-Link T2UHPLorenzo Bianconi1-0/+1
2019-09-03mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka1-0/+5
2019-09-03mt76: mt76x0e: don't use hw encryption for MT7630EStanislaw Gruszka1-1/+14
2019-08-20mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka1-4/+4
2019-06-30Merge tag 'mt76-for-kvalo-2019-06-27' of https://github.com/nbd168/wirelessKalle Valo4-10/+12
2019-06-27mt76: mt76u: reduce rx memory footprintLorenzo Bianconi1-1/+1
2019-06-27mt76: mt76x0: fix RF frontend initialization for external PAFelix Fietkau1-6/+7
2019-06-27mt76: fix setting chan->max_powerFelix Fietkau1-2/+3
2019-06-25mt76: mt76x02: remove enable from mt76x02_edcca_init signatureLorenzo Bianconi1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner11-99/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka2-23/+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 Bianconi2-4/+4
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau1-1/+1
2019-05-01mt76: fix tx power issuesFelix Fietkau1-0/+1
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-1/+1
2019-05-01mt76usb: use usb_dev private dataStanislaw Gruszka1-1/+1
2019-05-01mt76: unify set_timStanislaw Gruszka2-8/+2
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 beacon_opsStanislaw Gruszka1-4/+4
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka3-1/+4
2019-05-01mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi1-0/+1
2019-03-19mt76x02: do not enable RTS/CTS by defaultStanislaw Gruszka1-1/+1
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-26mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau3-5/+5
2019-02-18mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi1-1/+1
2019-02-18mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi4-11/+39
2019-02-18mt76x0: phy: report target_power in debugfsLorenzo Bianconi1-0/+1
2019-02-18mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi4-38/+24