aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt76x0 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-17mt76: remove variable 'val' set but not usedChen Wandun1-2/+1
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau2-0/+2
2020-02-14mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi1-1/+1
2020-02-14mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi1-0/+6
2020-02-14mt76: mt76x02u: avoid overwrite max_tx_fragmentsLorenzo Bianconi1-6/+2
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau1-1/+1
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-1/+1
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau2-2/+2
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau6-19/+19
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau4-14/+14
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-1/+1
2019-12-02mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi1-1/+4
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2-0/+2
2019-11-20Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"Stanislaw Gruszka1-14/+1
2019-11-20mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi3-9/+9
2019-11-20mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi1-0/+2
2019-11-20mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi1-1/+1
2019-11-20mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrateLorenzo Bianconi1-1/+0
2019-11-20mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki1-0/+1
2019-11-20mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2-0/+2
2019-11-20mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau2-16/+0
2019-11-20mt76: unify channel survey update codeFelix Fietkau1-4/+1
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau2-1/+3
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 macrosLorenzo 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