summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorLines
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-1029/+1706
2023-04-19wifi: mt76: mt7996: fill txd by host driverRyder Lee-9/+4
2023-04-19wifi: mt76: set NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 on supported driversFelix Fietkau-0/+4
2023-04-19wifi: mt76: dma: use napi_build_skbFelix Fietkau-1/+1
2023-04-19wifi: mt76: mt7615: increase eeprom size for mt7663Felix Fietkau-2/+8
2023-04-19wifi: mt76: mt7996: enable mesh HW amsdu/de-amsdu supportRyder Lee-9/+27
2023-04-19wifi: mt76: mt7996: enable configured beacon tx rateRyder Lee-6/+24
2023-04-19wifi: mt76: mt7996: enable BSS_CHANGED_MCAST_RATE supportRyder Lee-4/+18
2023-04-19wifi: mt76: mt7996: enable BSS_CHANGED_BASIC_RATES supportRyder Lee-33/+85
2023-04-17wifi: mt76: connac: add nss calculation into mt76_connac2_mac_tx_rate_val()Ryder Lee-16/+27
2023-04-17wifi: mt76: connac: fix txd multicast rate settingRyder Lee-1/+2
2023-04-17wifi: mt76: mt7921e: stop chip reset worker in unregister hookQuan Zhou-1/+2
2023-04-17wifi: mt76: mt7921e: improve reliability of dma resetQuan Zhou-16/+20
2023-04-17wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe`Jiefeng Li-1/+1
2023-04-17mt76: mt7921: fix kernel panic by accessing unallocated eeprom.dataSean Wang-20/+0
2023-04-17wifi: mt76: move mcu_uni_event and mcu_reg_event in common codeLorenzo Bianconi-30/+19
2023-04-17wifi: mt76: mt7996: enable coredump supportRyder Lee-2/+496
2023-04-17wifi: mt76: mt7996: add full system reset knobs into debugfsRyder Lee-30/+178
2023-04-17wifi: mt76: mt7996: enable full system reset supportBo Jiao-71/+365
2023-04-17wifi: mt76: mt7921: enable p2p supportSean Wang-13/+18
2023-04-17wifi: mt76: mt7921: Replace fake flex-arrays with flexible-array membersGustavo A. R. Silva-5/+5
2023-04-17wifi: mt76: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2023-04-17wifi: mt76: mt7921: add Netgear AXE3000 (A8000) supportReese Russell-0/+3
2023-04-17wifi: mt76: mt7915: drop redundant prefix of mt7915_txpower_puts()Ryder Lee-18/+18
2023-04-17wifi: mt76: fix 6GHz high channel not be scannedMing Yen Hsieh-3/+10
2023-04-17wifi: mt76: mt7921e: fix probe timeout after rebootQuan Zhou-3/+3
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi-120/+59
2023-04-17wifi: mt76: mt7921: get rid of eeprom.hLorenzo Bianconi-33/+11
2023-04-17wifi: mt76: add mt76_connac_gen_ppe_thresh utility routineLorenzo Bianconi-66/+25
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi-31/+2
2023-04-17wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi-30/+20
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi-28/+24
2023-04-17wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unsetMario Limonciello-0/+6
2023-04-17wifi: mt76: mt7921: use driver flags rather than mac80211 flags to mcuNeil Chen-1/+16
2023-04-17wifi: mt76: mt7921: introduce mt7921_get_mac80211_ops utility routineLorenzo Bianconi-55/+35
2023-04-17wifi: mt76: mt7996: fix eeprom tx path bitfieldsStanleyYP Wang-4/+4
2023-04-17wifi: mt76: mt7996: remove mt7996_mcu_set_pm()Peter Chiu-35/+0
2023-04-17wifi: mt76: mt7996: init mpdu density capPeter Chiu-2/+7
2023-04-17wifi: mt76: mt7996: fix pointer calculation in ie countdown eventPeter Chiu-1/+2
2023-04-17wifi: mt76: mt7996: remove unused eeprom band selectionShayne Chen-5/+0
2023-04-17wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw queueShayne Chen-10/+12
2023-04-17wifi: mt76: mt7996: add eht rx rate supportShayne Chen-11/+27
2023-04-17wifi: mt76: mt7996: remove mt7996_mcu_beacon_check_caps()Ryder Lee-124/+8
2023-04-17wifi: mt76: mt7915: remove mt7915_mcu_beacon_check_caps()Ryder Lee-110/+12
2023-04-17wifi: mt76: connac: refresh tx session timer for WED deviceRyder Lee-0/+11
2023-04-17wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau-3/+18
2023-04-17wifi: mt76: handle failure of vzalloc in mt7615_coredump_workKang Chen-3/+5
2023-04-17wifi: mt76: drop the incorrect scatter and gather framePeter Chiu-2/+5
2023-04-17wifi: mt76: mt7915: rework init flow in mt7915_thermal_init()Howard Hsu-4/+4
2023-04-17wifi: mt76: mt7915: add dev->hif2 support for mt7916 WED deviceSujuan Chen-8/+16