summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: mt7921: Replace fake flex-arrays with flexible-array membersGustavo A. R. Silva2023-04-171-5/+5
* wifi: mt76: Replace zero-length array with flexible-array memberGustavo A. R. Silva2023-04-171-1/+1
* wifi: mt76: mt7921: add Netgear AXE3000 (A8000) supportReese Russell2023-04-171-0/+3
* wifi: mt76: mt7915: drop redundant prefix of mt7915_txpower_puts()Ryder Lee2023-04-171-18/+18
* wifi: mt76: fix 6GHz high channel not be scannedMing Yen Hsieh2023-04-171-3/+10
* wifi: mt76: mt7921e: fix probe timeout after rebootQuan Zhou2023-04-171-3/+3
* wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi2023-04-1717-120/+59
* wifi: mt76: mt7921: get rid of eeprom.hLorenzo Bianconi2023-04-175-33/+11
* wifi: mt76: add mt76_connac_gen_ppe_thresh utility routineLorenzo Bianconi2023-04-175-66/+25
* wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi2023-04-1717-31/+2
* wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi2023-04-177-30/+20
* wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi2023-04-1715-28/+24
* wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unsetMario Limonciello2023-04-171-0/+6
* wifi: mt76: mt7921: use driver flags rather than mac80211 flags to mcuNeil Chen2023-04-171-1/+16
* wifi: mt76: mt7921: introduce mt7921_get_mac80211_ops utility routineLorenzo Bianconi2023-04-175-55/+35
* wifi: mt76: mt7996: fix eeprom tx path bitfieldsStanleyYP Wang2023-04-171-4/+4
* wifi: mt76: mt7996: remove mt7996_mcu_set_pm()Peter Chiu2023-04-173-35/+0
* wifi: mt76: mt7996: init mpdu density capPeter Chiu2023-04-171-2/+7
* wifi: mt76: mt7996: fix pointer calculation in ie countdown eventPeter Chiu2023-04-171-1/+2
* wifi: mt76: mt7996: remove unused eeprom band selectionShayne Chen2023-04-172-5/+0
* wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw queueShayne Chen2023-04-173-10/+12
* wifi: mt76: mt7996: add eht rx rate supportShayne Chen2023-04-173-11/+27
* wifi: mt76: mt7996: remove mt7996_mcu_beacon_check_caps()Ryder Lee2023-04-173-124/+8
* wifi: mt76: mt7915: remove mt7915_mcu_beacon_check_caps()Ryder Lee2023-04-173-110/+12
* wifi: mt76: connac: refresh tx session timer for WED deviceRyder Lee2023-04-171-0/+11
* wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau2023-04-175-3/+18
* wifi: mt76: handle failure of vzalloc in mt7615_coredump_workKang Chen2023-04-171-3/+5
* wifi: mt76: drop the incorrect scatter and gather framePeter Chiu2023-04-172-2/+5
* wifi: mt76: mt7915: rework init flow in mt7915_thermal_init()Howard Hsu2023-04-171-4/+4
* wifi: mt76: mt7915: add dev->hif2 support for mt7916 WED deviceSujuan Chen2023-04-173-8/+16
* wifi: mt76: mt7915: expose device tree match tableLorenz Brun2023-04-171-0/+2
* wifi: mt76: dynamic channel bandwidth changes in AP modeRyder Lee2023-04-171-1/+2
* wifi: mt76: mt7996: fix radiotap bitfieldRyder Lee2023-04-172-48/+47
* wifi: mt76: mt7915: unlock on error in mt7915_thermal_temp_store()Dan Carpenter2023-04-171-0/+1
* wifi: mt76: mt7996: Remove unneeded semicolonYang Li2023-04-171-1/+1
* wifi: mt76: mt7921: fix PCI DMA hang after rebootDeren Wu2023-04-171-11/+1
* wifi: mt76: mt7921: fix wrong command to set STA channelDeren Wu2023-04-171-1/+1
* wifi: mt76: remove redundent MCU_UNI_CMD_* definitionsDeren Wu2023-04-171-3/+0
* wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg2023-04-131-1/+1
* wifi: mt76: connac: do not check WED status for non-mmio devicesLorenzo Bianconi2023-03-131-0/+3
* wifi: mt76: mt7915: add back 160MHz channel width support for MT7915Felix Fietkau2023-03-131-10/+30
* wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi2023-03-132-0/+9
* wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queueLorenzo Bianconi2023-02-261-0/+1
* wifi: mt76: support ww power config in dts nodeDeren Wu2023-02-031-0/+1
* wifi: mt76: mt76x0u: report firmware version through ethtoolLorenzo Bianconi2023-02-031-0/+1
* wifi: mt76: mt7915: complete wed reset supportLorenzo Bianconi2023-02-032-5/+31
* wifi: mt76: mt7915: add mt7915 wed reset callbacksLorenzo Bianconi2023-02-034-0/+60
* wifi: mt76: dma: reset wed queues in mt76_dma_rx_resetSujuan Chen2023-02-031-2/+7
* wifi: mt76: dma: add reset to mt76_dma_wed_setup signatureSujuan Chen2023-02-032-6/+11
* wifi: mt76: mt7996: add EHT beamforming supportMeiChia Chiu2023-02-032-5/+96