aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo1-32/+88
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-2/+2
2022-07-11mt76: add len parameter to __mt76_mcu_msg_alloc signatureLorenzo Bianconi1-6/+5
2022-07-11mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang1-1/+15
2022-07-11mt76: mt7921: enable HW beacon filter not depending on PM flagSean Wang1-2/+1
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi1-2/+2
2022-07-11mt76: mt7921: fix command timeout in AP stop periodDeren Wu1-9/+40
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-1/+1
2022-07-11mt76: mt7921: introduce ACPI SAR config in tx powerDeren Wu1-9/+22
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu1-1/+66
2022-05-13mt76: mt7921: make read-only array ppet16_ppet8_ru3_ru0 static constColin Ian King1-1/+1
2022-05-13mt76: mt7921: Add AP mode supportSean Wang1-0/+45
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 Bianconi1-15/+14
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-3/+3
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-03-16mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR i...Sean Wang1-3/+10
2022-03-16mt76: mt7921: add mt7921u driverLorenzo Bianconi1-1/+2
2022-03-16mt76: mt7921: use mt76_hw instead of open coding itSean Wang1-1/+1
2022-03-16mt76: mt7921: fix up the monitor modeSean Wang1-10/+14
2022-02-03mt76: connac: move mt76_connac_lmac_mapping in mt76-connac moduleLorenzo Bianconi1-2/+1
2022-02-03mt76: mt7921: toggle runtime-pm adding a monitor vifLorenzo Bianconi1-0/+23
2022-02-03mt76: mt7921: fix crash when startup fails.Ben Greear1-0/+1
2022-02-03mt76: connac: move mt76_connac_mcu_add_key in connac moduleLorenzo Bianconi1-2/+7
2021-12-23Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-50/+30
2021-12-19mt76: connac: introduce MCU_UNI_CMD macroLorenzo Bianconi1-1/+1
2021-12-19mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi1-2/+2
2021-12-19mt76: mt7921: use correct iftype data on 6GHz cap initShayne Chen1-1/+1
2021-12-19mt76: mt7921s: fix the device cannot sleep deeply in suspendSean Wang1-3/+0
2021-12-19mt76: mt7921: move mt76_connac_mcu_set_hif_suspend to bus-related filesSean Wang1-11/+2
2021-12-19mt76: move sar utilities to mt76-core moduleLorenzo Bianconi1-22/+4
2021-12-19mt76: mt7921: honor mt76_connac_mcu_set_rate_txpower return value in mt7921_c...Lorenzo Bianconi1-4/+8
2021-12-19mt76: mt7921: introduce 160 MHz channel bandwidth supportDeren Wu1-0/+12
2021-12-18mt76: mt7921: drop offload_flags overwrittenSean Wang1-6/+0
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit1-1/+2
2021-10-23mt76: mt7921: fix Wformat build warningRandy Dunlap1-1/+1
2021-10-20mt76: mt7921: add per-vif counters in ethtoolLorenzo Bianconi1-1/+52
2021-10-20mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi1-2/+2
2021-10-20mt76: mt7921: introduce stats reporting through ethtoolLorenzo Bianconi1-0/+116
2021-10-20mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi1-2/+0
2021-10-20mt76: mt7921: add MT7921_COMMON moduleSean Wang1-0/+8
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi1-0/+4
2021-10-20mt76: mt7921: add 6GHz supportLorenzo Bianconi1-2/+37
2021-10-20mt76: mt7921: remove mt7921_sta_statsLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7921: remove mcu rate reporting codeLorenzo Bianconi1-4/+0
2021-10-20mt76: mt7921: report tx rate directly from tx statusLorenzo Bianconi1-11/+11
2021-10-20mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routineLorenzo Bianconi1-31/+2