summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: mt7915: get rid of unnecessary new line in mt7915_mac_write_txwiLorenzo Bianconi1-1/+0
2022-07-11mt76: mt7921: enlarge maximum VHT MPDU length to 11454Deren Wu1-1/+1
2022-07-11mt76: mt7921: fix aggregation subframes setting to HE maxDeren Wu1-2/+2
2022-07-11mt76: mt7921s: fix possible sdio deadlock in command failDeren Wu1-5/+5
2022-07-11mt76: mt7921: do not update pm states in case of errorLorenzo Bianconi1-3/+3
2022-07-11mt76: mt7615: do not update pm stats in case of errorLorenzo Bianconi1-4/+5
2022-07-11mt76: mt7921s: remove unnecessary goto in mt7921s_mcu_drv_pmctrlLorenzo Bianconi1-5/+4
2022-07-11mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi4-180/+117
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi7-338/+189
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi7-466/+251
2022-07-11mt76: mt7921: fix command timeout in AP stop periodDeren Wu4-13/+45
2022-07-11mt76: mt7921: not support beacon offload disable commandDeren Wu1-2/+4
2022-07-11mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi4-243/+130
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi10-472/+299
2022-07-11mt76: connac: move mac connac2 defs in mt76_connac2_mac.hLorenzo Bianconi5-285/+171
2022-07-11mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signatureLorenzo Bianconi3-15/+14
2022-07-11mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signatureLorenzo Bianconi4-15/+14
2022-07-11mt76: enable the VHT extended NSS BW featureDeren Wu4-0/+5
2022-07-11mt76: mt7663: rely on mt76_connac2_fw_trailerLorenzo Bianconi1-16/+2
2022-07-11mt76: connac: move mt76_connac2_load_patch in connac moduleLorenzo Bianconi4-210/+123
2022-07-11mt76: connac: move mt76_connac2_load_ram in connac moduleLorenzo Bianconi4-198/+116
2022-07-11mt76: mt7921: move fw toggle in mt7921_load_firmwareLorenzo Bianconi1-7/+7
2022-07-11mt76: connac: move shared fw structures in connac moduleLorenzo Bianconi3-143/+79
2022-07-11mt76: mt7921: get rid of mt7921_mcu_exitLorenzo Bianconi6-12/+5
2022-07-11mt76: mt7921: add missing bh-disable around rx napi scheduleLorenzo Bianconi1-0/+2
2022-07-11mt76: mt7615: add missing bh-disable around rx napi scheduleFelix Fietkau1-0/+2
2022-07-11mt76: mt7915: add missing bh-disable around tx napi enable/scheduleFelix Fietkau1-0/+2
2022-07-11mt76: mt7921s: fix firmware download random failYN Chen1-7/+8
2022-07-11mt76: mt7921: add PATCH_FINISH_REQ cmd response handlingYN Chen1-1/+2
2022-07-11mt76: add DBDC rxq handlings into mac_reset_workRyder Lee2-18/+14
2022-07-11mt76: mt7915: add more ethtool statsRyder Lee4-16/+73
2022-07-11mt76: mt7921: introduce ACPI SAR config in tx powerDeren Wu3-11/+25
2022-07-11mt76: mt7921: introduce ACPI SAR supportDeren Wu5-0/+395
2022-07-11mt76: add 6 GHz band support in mt76_sar_freq_rangesDeren Wu1-0/+6
2022-07-11mt76: mt7915: fix endian bug in mt7915_rf_regval_set()Dan Carpenter1-1/+2
2022-07-11mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msgLorenzo Bianconi1-1/+1
2022-07-11mt76: mt7915: fix endianness in mt7915_rf_regval_getLorenzo Bianconi1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz5-6/+6
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg7-7/+7
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg8-13/+18
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg3-8/+8
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