summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/main.c
AgeCommit message (Expand)Author
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau
2019-11-20mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi
2019-11-20mt76: unify channel survey update codeFelix Fietkau
2019-09-05mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka
2019-09-05mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable ma...Lorenzo Bianconi
2019-06-30Merge tag 'mt76-for-kvalo-2019-06-27' of https://github.com/nbd168/wirelessKalle Valo
2019-06-25mt76: mt76x02: remove enable from mt76x02_edcca_init signatureLorenzo Bianconi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-01mt76x02: introduce beacon_opsStanislaw Gruszka
2019-02-26mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau
2018-11-30mt76x0: pci: add DFS supportLorenzo Bianconi
2018-11-30mt76: move mt76x02_bss_info_changed in mt76x02-lib moduleLorenzo Bianconi
2018-11-30mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi
2018-11-30mt76: move mt76x02_set_tx_ackto in mt76x02-lib moduleLorenzo Bianconi
2018-11-30mt76x0: pci: enable AP supportLorenzo Bianconi
2018-11-30mt76: move mt76x02_sw_scan and mt76x02_sw_scan_complete in mt76x02-lib moduleLorenzo Bianconi
2018-11-30mt76x0: pci: add pre_tbtt_tasklet supportLorenzo Bianconi
2018-11-30mt76: move mt76x02_mac_set_short_preamble in mt76x02_mac.cLorenzo Bianconi
2018-11-30mt76x0: phy: unify calibration between mt76x0u and mt76x0eLorenzo Bianconi
2018-11-30mt76x0: pci: add get_survey supportLorenzo Bianconi
2018-10-13mt76x0: phy: do not run calibration during channel switchLorenzo Bianconi
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi
2018-10-05mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi
2018-10-05mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi
2018-10-01mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi
2018-10-01mt76x0: init rx filter in mt76x0_init_hardwareLorenzo Bianconi
2018-10-01mt76x0: phy: introduce mt76x0_phy_set_txpower routineLorenzo Bianconi
2018-09-19mt76x0: inital split between pci and usbStanislaw Gruszka
2018-09-19mt76x0: move stop related routines in mt76x0_mac_stopLorenzo Bianconi
2018-09-19mt76x0: enable per-sta tx queueingLorenzo Bianconi
2018-09-19mt76x0: stop stat workqueue at hw stopLorenzo Bianconi
2018-09-19mt76x0: mark device as running in mt76x0_startLorenzo Bianconi
2018-09-19mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka
2018-09-19mt76: unify add_interfaceStanislaw Gruszka
2018-09-19mt76: unify remove_interfaceStanislaw Gruszka
2018-09-19mt76x0: remove vif_maskStanislaw Gruszka
2018-09-19mt76: unify conf_txStanislaw Gruszka
2018-09-19mt76x0: remove empty sta_notifyStanislaw Gruszka
2018-09-19mt76: unify set_keyStanislaw Gruszka
2018-09-19mt76: unify ampdu_actionStanislaw Gruszka
2018-09-19mt76: pratially unify add_interfaceStanislaw Gruszka
2018-09-19mt76: unify sta_add / sta_removeStanislaw Gruszka
2018-09-19mt76: move wcid fields to common mt76_dev structStanislaw Gruszka
2018-09-17Merge wireless-drivers into wireless-drivers-nextKalle Valo
2018-09-17mt76x0: fix remove_interfaceStanislaw Gruszka
2018-09-04mt76x0: use mt76x02_sta and mt76x02_tx_statusStanislaw Gruszka