summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ...Greg Kroah-Hartman2-2/+4
2022-08-17devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...Duoming Zhou2-4/+2
2022-08-17mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_n...Liang He1-1/+4
2022-08-17mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He1-0/+1
2022-08-17mt76: mt7615: fix throughput regression on DFS channelsFelix Fietkau4-25/+7
2022-08-17mt76: mt7915: fix incorrect testmode ipg on band 1 caused by wmm_idxShayne Chen1-4/+5
2022-08-17mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi10-472/+299
2022-08-17mt76: connac: move mac connac2 defs in mt76_connac2_mac.hLorenzo Bianconi5-285/+171
2022-08-17mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signatureLorenzo Bianconi3-15/+14
2022-08-17mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signatureLorenzo Bianconi4-15/+14
2022-08-17mt76: mt7921: enlarge maximum VHT MPDU length to 11454Deren Wu1-1/+1
2022-08-17mt76: mt7921: fix aggregation subframes setting to HE maxDeren Wu1-2/+2
2022-08-17mt76: mt7921s: fix possible sdio deadlock in command failDeren Wu1-5/+5
2022-08-17mt76: mt7921: do not update pm states in case of errorLorenzo Bianconi1-3/+3
2022-08-17mt76: mt7615: do not update pm stats in case of errorLorenzo Bianconi1-4/+5
2022-08-17wifi: mac80211: move some future per-link data to bss_confJohannes Berg3-8/+8
2022-08-17mt76: mt7921: not support beacon offload disable commandDeren Wu1-2/+4
2022-08-17mt76: mt7921s: fix firmware download random failYN Chen1-7/+8
2022-08-17mt76: mt7915: fix endian bug in mt7915_rf_regval_set()Dan Carpenter1-1/+2
2022-08-17mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msgLorenzo Bianconi1-1/+1
2022-08-17mt76: mt7915: fix endianness in mt7915_rf_regval_getLorenzo Bianconi1-1/+1
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-05-16Merge tag 'mt76-for-kvalo-2022-05-12' of https://github.com/nbd168/wirelessKalle Valo41-415/+1598
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-3/+2
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu5-1/+147
2022-05-13mt76: add gfp to mt76_mcu_msg_alloc signatureLorenzo Bianconi2-5/+12
2022-05-13mt76: mt7915: add more statistics from fw_util debugfs knobsRyder Lee3-4/+21
2022-05-13mt76: mt7915: improve error handling for fw_debug knobsRyder Lee2-25/+37
2022-05-13mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao2-2/+2
2022-05-13mt76: mt7915: add support for 6G in-band discoveryMeiChia Chiu6-14/+107
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau18-94/+502
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau3-7/+7
2022-05-13mt76: add support for overriding the device used for DMA mappingFelix Fietkau3-17/+19
2022-05-13mt76: dma: add wrapper macro for accessing queue registersFelix Fietkau1-9/+12
2022-05-13mt76: mt7915: move MT_INT_MASK_CSR to init.cRyder Lee4-5/+1
2022-05-13mt76: mt7915: introduce mt7915_mac_severe_check()Ryder Lee3-0/+37
2022-05-13mt76: mt7915: rework SER debugfs knobRyder Lee5-20/+126
2022-05-13mt76: mt7915: limit minimum twt durationPeter Chiu2-0/+7
2022-05-13mt76: mt7915: reject duplicated twt flowsPeter Chiu1-0/+31
2022-05-13mt76: mt7915: fix twt table_mask to u16 in mt7915_devPeter Chiu1-1/+1
2022-05-13mt76: mt7915: update mt7986 patch in mt7986_wmac_adie_patch_7976()Peter Chiu2-2/+18
2022-05-13mt76: connac: use skb_put_data instead of open codingSean Wang1-5/+2
2022-05-13mt76: mt7915: configure soc clocks in mt7986_wmac_initLorenzo Bianconi1-0/+14
2022-05-13mt76: fix tx status related use-after-free race on station removalFelix Fietkau2-1/+3
2022-05-13mt76: fix encap offload ethernet type checkFelix Fietkau2-2/+6
2022-05-13mt76: do not attempt to reorder received 802.3 packets without agg sessionFelix Fietkau1-2/+3
2022-05-13mt76: mt7915: disable RX_HDR_TRANS_SHORTBo Jiao3-4/+6
2022-05-13mt76: mt7603: move spin_lock_bh() to spin_lock()Yunbo Yu1-4/+4
2022-05-13mt76: mt7915: add debugfs knob for RF registers read/writeShayne Chen3-0/+62
2022-05-13mt76: mt7921: fix kernel crash at mt7921_pci_removeSean Wang1-1/+1