summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/main.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt76x02: introduce SAR supportLorenzo Bianconi2021-12-191-2/+32
* mt76: move txpower_conf back to driver specific structsFelix Fietkau2020-02-141-1/+1
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-141-1/+1
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-141-1/+1
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-141-1/+1
* mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi2019-11-201-2/+2
* mt76: unify channel survey update codeFelix Fietkau2019-11-201-4/+1
* mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka2019-09-051-9/+4
* mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable ma...Lorenzo Bianconi2019-09-051-2/+2
* Merge tag 'mt76-for-kvalo-2019-06-27' of https://github.com/nbd168/wirelessKalle Valo2019-06-301-1/+1
|\
| * mt76: mt76x02: remove enable from mt76x02_edcca_init signatureLorenzo Bianconi2019-06-251-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
|/
* mt76x02: introduce beacon_opsStanislaw Gruszka2019-05-011-4/+4
* mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau2019-02-261-0/+2
* mt76x0: pci: add DFS supportLorenzo Bianconi2018-11-301-2/+9
* mt76: move mt76x02_bss_info_changed in mt76x02-lib moduleLorenzo Bianconi2018-11-301-49/+0
* mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi2018-11-301-14/+0
* mt76: move mt76x02_set_tx_ackto in mt76x02-lib moduleLorenzo Bianconi2018-11-301-2/+2
* mt76x0: pci: enable AP supportLorenzo Bianconi2018-11-301-17/+15
* mt76: move mt76x02_sw_scan and mt76x02_sw_scan_complete in mt76x02-lib moduleLorenzo Bianconi2018-11-301-18/+0
* mt76x0: pci: add pre_tbtt_tasklet supportLorenzo Bianconi2018-11-301-0/+2
* mt76: move mt76x02_mac_set_short_preamble in mt76x02_mac.cLorenzo Bianconi2018-11-301-1/+1
* mt76x0: phy: unify calibration between mt76x0u and mt76x0eLorenzo Bianconi2018-11-301-3/+0
* mt76x0: pci: add get_survey supportLorenzo Bianconi2018-11-301-0/+5
* mt76x0: phy: do not run calibration during channel switchLorenzo Bianconi2018-10-131-7/+15
* mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi2018-10-051-2/+1
* mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi2018-10-051-1/+0
* mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi2018-10-051-6/+6
* mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi2018-10-051-3/+0
* mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi2018-10-011-68/+14
* mt76x0: init rx filter in mt76x0_init_hardwareLorenzo Bianconi2018-10-011-0/+9
* mt76x0: phy: introduce mt76x0_phy_set_txpower routineLorenzo Bianconi2018-10-011-0/+7
* mt76x0: inital split between pci and usbStanislaw Gruszka2018-09-191-0/+7
* mt76x0: move stop related routines in mt76x0_mac_stopLorenzo Bianconi2018-09-191-4/+0
* mt76x0: enable per-sta tx queueingLorenzo Bianconi2018-09-191-0/+1
* mt76x0: stop stat workqueue at hw stopLorenzo Bianconi2018-09-191-0/+1
* mt76x0: mark device as running in mt76x0_startLorenzo Bianconi2018-09-191-0/+5
* mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka2018-09-191-24/+1
* mt76: unify add_interfaceStanislaw Gruszka2018-09-191-12/+1
* mt76: unify remove_interfaceStanislaw Gruszka2018-09-191-9/+1
* mt76x0: remove vif_maskStanislaw Gruszka2018-09-191-10/+1
* mt76: unify conf_txStanislaw Gruszka2018-09-191-1/+1
* mt76x0: remove empty sta_notifyStanislaw Gruszka2018-09-191-7/+0
* mt76: unify set_keyStanislaw Gruszka2018-09-191-36/+1
* mt76: unify ampdu_actionStanislaw Gruszka2018-09-191-44/+1
* mt76: pratially unify add_interfaceStanislaw Gruszka2018-09-191-6/+1
* mt76: unify sta_add / sta_removeStanislaw Gruszka2018-09-191-59/+2
* mt76: move wcid fields to common mt76_dev structStanislaw Gruszka2018-09-191-4/+4
* Merge wireless-drivers into wireless-drivers-nextKalle Valo2018-09-171-2/+1
|\
| * mt76x0: fix remove_interfaceStanislaw Gruszka2018-09-171-2/+1