summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo18-1714/+633
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-1/+1
2022-07-11mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Kai-Heng Feng1-18/+7
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: reduce the mutex lock scope during resetSean Wang1-5/+8
2022-07-11mt76: mt7921: reduce log severity levels for informative messagesSean Wang1-1/+1
2022-07-11mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi3-24/+5
2022-07-11mt76: mt7921: make mt7921_pci_driver staticLorenzo Bianconi2-2/+1
2022-07-11mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang3-6/+16
2022-07-11mt76: mt7921: enable HW beacon filter not depending on PM flagSean Wang1-2/+1
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau3-3/+3
2022-07-11mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi7-98/+24
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi7-107/+25
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi1-32/+1
2022-07-11mt76: connac: move mt76_connac_write_hw_txp in shared codeLorenzo Bianconi2-37/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi4-27/+1
2022-07-11mt76: connac: move mt76_connac_tx_free in shared codeLorenzo Bianconi2-11/+4
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi3-31/+9
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi2-34/+2
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: 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 Bianconi1-76/+6
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi2-167/+12
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi2-236/+3
2022-07-11mt76: mt7921: fix command timeout in AP stop periodDeren Wu3-13/+43
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 Bianconi1-119/+3
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi5-221/+6
2022-07-11mt76: connac: move mac connac2 defs in mt76_connac2_mac.hLorenzo Bianconi2-131/+2
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 Wu1-0/+1
2022-07-11mt76: connac: move mt76_connac2_load_patch in connac moduleLorenzo Bianconi1-125/+1
2022-07-11mt76: connac: move mt76_connac2_load_ram in connac moduleLorenzo Bianconi1-88/+1
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 Bianconi1-70/+11
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: 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: mt7921: introduce ACPI SAR config in tx powerDeren Wu3-11/+25
2022-07-11mt76: mt7921: introduce ACPI SAR supportDeren Wu5-0/+395
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg2-2/+2
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu5-1/+147