aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau1-1/+1
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-1/+1
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-1/+1
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-1/+1
2019-11-20mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi1-2/+2
2019-11-20mt76: unify channel survey update codeFelix Fietkau1-4/+1
2019-09-05mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka1-9/+4
2019-09-05mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable macrosLorenzo Bianconi1-2/+2
2019-06-30Merge tag 'mt76-for-kvalo-2019-06-27' of https://github.com/nbd168/wirelessKalle Valo1-1/+1
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 Gleixner1-9/+1
2019-05-01mt76x02: introduce beacon_opsStanislaw Gruszka1-4/+4
2019-02-26mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau1-0/+2
2018-11-30mt76x0: pci: add DFS supportLorenzo Bianconi1-2/+9
2018-11-30mt76: move mt76x02_bss_info_changed in mt76x02-lib moduleLorenzo Bianconi1-49/+0
2018-11-30mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi1-14/+0
2018-11-30mt76: move mt76x02_set_tx_ackto in mt76x02-lib moduleLorenzo Bianconi1-2/+2
2018-11-30mt76x0: pci: enable AP supportLorenzo Bianconi1-17/+15
2018-11-30mt76: move mt76x02_sw_scan and mt76x02_sw_scan_complete in mt76x02-lib moduleLorenzo Bianconi1-18/+0
2018-11-30mt76x0: pci: add pre_tbtt_tasklet supportLorenzo Bianconi1-0/+2
2018-11-30mt76: move mt76x02_mac_set_short_preamble in mt76x02_mac.cLorenzo Bianconi1-1/+1
2018-11-30mt76x0: phy: unify calibration between mt76x0u and mt76x0eLorenzo Bianconi1-3/+0
2018-11-30mt76x0: pci: add get_survey supportLorenzo Bianconi1-0/+5
2018-10-13mt76x0: phy: do not run calibration during channel switchLorenzo Bianconi1-7/+15
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi1-2/+1
2018-10-05mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi1-1/+0
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi1-6/+6
2018-10-05mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi1-3/+0
2018-10-01mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi1-68/+14
2018-10-01mt76x0: init rx filter in mt76x0_init_hardwareLorenzo Bianconi1-0/+9
2018-10-01mt76x0: phy: introduce mt76x0_phy_set_txpower routineLorenzo Bianconi1-0/+7
2018-09-19mt76x0: inital split between pci and usbStanislaw Gruszka1-0/+7
2018-09-19mt76x0: move stop related routines in mt76x0_mac_stopLorenzo Bianconi1-4/+0
2018-09-19mt76x0: enable per-sta tx queueingLorenzo Bianconi1-0/+1
2018-09-19mt76x0: stop stat workqueue at hw stopLorenzo Bianconi1-0/+1
2018-09-19mt76x0: mark device as running in mt76x0_startLorenzo Bianconi1-0/+5
2018-09-19mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka1-24/+1
2018-09-19mt76: unify add_interfaceStanislaw Gruszka1-12/+1
2018-09-19mt76: unify remove_interfaceStanislaw Gruszka1-9/+1
2018-09-19mt76x0: remove vif_maskStanislaw Gruszka1-10/+1
2018-09-19mt76: unify conf_txStanislaw Gruszka1-1/+1
2018-09-19mt76x0: remove empty sta_notifyStanislaw Gruszka1-7/+0
2018-09-19mt76: unify set_keyStanislaw Gruszka1-36/+1
2018-09-19mt76: unify ampdu_actionStanislaw Gruszka1-44/+1
2018-09-19mt76: pratially unify add_interfaceStanislaw Gruszka1-6/+1
2018-09-19mt76: unify sta_add / sta_removeStanislaw Gruszka1-59/+2
2018-09-19mt76: move wcid fields to common mt76_dev structStanislaw Gruszka1-4/+4
2018-09-17Merge wireless-drivers into wireless-drivers-nextKalle Valo1-2/+1
2018-09-17mt76x0: fix remove_interfaceStanislaw Gruszka1-2/+1
2018-09-04mt76x0: use mt76x02_sta and mt76x02_tx_statusStanislaw Gruszka1-8/+13