summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt76x0u: Add support for TP-Link T2UHP(UN) v1Eric Y.Y. Wong2021-04-121-1/+2
* mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee2021-04-111-3/+3
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-262-4/+4
* mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-041-3/+3
* mt76: move band capabilities in mt76_phyLorenzo Bianconi2020-12-043-7/+7
* mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi2020-12-041-0/+1
* mt76: fix memory leak if device probing failsLorenzo Bianconi2020-12-041-1/+2
* mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau2020-12-041-0/+1
* mt76: mt76x0: Move tables used only by init.c to their own header fileLee Jones2020-09-243-145/+160
* mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-241-1/+1
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-1/+1
* mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau2020-09-241-0/+2
* mt76: move mt76 workqueue in common codeLorenzo Bianconi2020-07-211-4/+2
* mt76: mt76x0: enable MCS 8 and MCS9Lorenzo Bianconi2020-05-121-21/+5
* mt76: mt76x0: pci: add mt7610 PCI IDPawel Dembicki2020-05-121-0/+1
* mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau2020-05-121-0/+2
* 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