summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-13mt76: mt7921: make read-only array ppet16_ppet8_ru3_ru0 static constColin Ian King1-1/+1
2022-05-13mt76: mt7915: make read-only array ppet16_ppet8_ru3_ru0 static constColin Ian King1-1/+1
2022-05-13mt76: mt7915: remove SCS featureRyder Lee5-36/+0
2022-05-13mt76: fix antenna config missing in 6G capDeren Wu1-2/+2
2022-05-13mt76: fix rx reordering with non explicit / psmp ack policyFelix Fietkau1-2/+1
2022-05-13mt76: mt7921: Add AP mode supportSean Wang5-2/+146
2022-05-13mt76: mt7915: use 0xff to initialize bitrate_mask in mt7915_init_bitrate_maskLorenzo Bianconi1-5/+5
2022-05-13mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rateLorenzo Bianconi1-11/+11
2022-05-13mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_setLorenzo Bianconi1-1/+1
2022-05-13mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vectorLorenzo Bianconi1-2/+5
2022-05-13mt76: mt7915: fix possible uninitialized pointer dereference in mt7986_wmac_g...Lorenzo Bianconi1-0/+2
2022-05-13mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET1-3/+5
2022-05-13mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbssLorenzo Bianconi1-7/+13
2022-05-13mt76: mt7915: always call mt7915_wfsys_reset() during initRyder Lee4-17/+9
2022-05-13mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iterLorenzo Bianconi1-2/+2
2022-05-13mt76: mt7921: rely on mt76_dev rxfilter in mt7921_configure_filterLorenzo Bianconi2-16/+14
2022-05-13mt76: mt7921u: add suspend/resume supportLorenzo Bianconi4-4/+72
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai6-17/+17
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau8-12/+13
2022-05-13mt76: mt7921: accept rx frames with non-standard VHT MCS10-11Felix Fietkau1-1/+1
2022-05-13mt76: mt7915: accept rx frames with non-standard VHT MCS10-11Felix Fietkau1-1/+1