summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0
Commit message (Expand)AuthorAgeFilesLines
* mt76: remove variable 'val' set but not usedChen Wandun2020-03-171-2/+1
* mt76: avoid extra RCU synchronization on station removalFelix Fietkau2020-02-142-0/+2
* mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi2020-02-141-1/+1
* mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi2020-02-141-0/+6
* mt76: mt76x02u: avoid overwrite max_tx_fragmentsLorenzo Bianconi2020-02-141-6/+2
* mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau2020-02-141-1/+1
* mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau2020-02-141-1/+1
* mt76: move txpower_conf back to driver specific structsFelix Fietkau2020-02-142-2/+2
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-146-19/+19
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-144-14/+14
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-141-1/+1
* mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi2019-12-021-1/+4
* mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2019-11-202-0/+2
* Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"Stanislaw Gruszka2019-11-201-14/+1
* mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi2019-11-203-9/+9
* mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi2019-11-201-0/+2
* mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi2019-11-201-1/+1
* mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrateLorenzo Bianconi2019-11-201-1/+0
* mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki2019-11-201-0/+1
* mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2019-11-202-0/+2
* mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau2019-11-202-16/+0
* mt76: unify channel survey update codeFelix Fietkau2019-11-201-4/+1
* mt76: track rx airtime for airtime fairness and surveyFelix Fietkau2019-11-202-1/+3
* mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau2019-11-201-1/+1
* mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi2019-11-203-18/+1
* mt76: mt76x0u: reset counter starting the deviceLorenzo Bianconi2019-11-201-2/+1
* mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi2019-11-201-11/+1
* mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smallerColin Ian King2019-11-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-1/+19
|\
| * mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka2019-09-031-0/+5
| * mt76: mt76x0e: don't use hw encryption for MT7630EStanislaw Gruszka2019-09-031-1/+14
* | mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka2019-09-053-16/+9
* | mt76: mt76x0: remove redundant chandef copyStanislaw Gruszka2019-09-051-1/+0
* | mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi2019-09-052-2/+2
* | mt76: mt76x02u: enable survey supportLorenzo Bianconi2019-09-051-0/+9
* | mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable ma...Lorenzo Bianconi2019-09-051-2/+2
* | mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee2019-09-053-36/+3
* | mt76: mt76x02: fix some checkpatch warningsRyder Lee2019-09-054-31/+37
* | mt76: Add paragraphs to describe the config symbols fullyRyder Lee2019-09-051-2/+10
* | mt76: mt76x0u: add support to TP-Link T2UHPLorenzo Bianconi2019-09-051-0/+1
|/
* mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka2019-08-201-4/+4
* Merge tag 'mt76-for-kvalo-2019-06-27' of https://github.com/nbd168/wirelessKalle Valo2019-06-304-10/+12
|\
| * mt76: mt76u: reduce rx memory footprintLorenzo Bianconi2019-06-271-1/+1
| * mt76: mt76x0: fix RF frontend initialization for external PAFelix Fietkau2019-06-271-6/+7
| * mt76: fix setting chan->max_powerFelix Fietkau2019-06-271-2/+3
| * 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-3011-99/+11
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-011-1/+1
* mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka2019-05-012-23/+5