aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2023-12-07wifi: mt76: permit to load precal from NVMEM cell for mt7915Christian Marangi1-1/+6
2023-12-07wifi: mt76: permit to use alternative cell name to eeprom NVMEM loadChristian Marangi2-3/+7
2023-12-07wifi: mt76: make mt76_get_of_eeprom static againChristian Marangi2-5/+3
2023-12-07wifi: mt76: limit support of precal loading for mt7915 to MTD onlyChristian Marangi3-3/+5
2023-12-07wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem functionChristian Marangi1-2/+2
2023-12-07wifi: mt76: fix broken precal loading from MTD for mt7915Christian Marangi1-1/+1
2023-12-07wifi: mt76: mt7996: fix uninitialized variable in parsing txfreeYi-Chia Hsieh1-1/+1
2023-12-07wifi: mt76: mt7921: support 5.9/6GHz channel config in acpiRong Yan4-1/+64
2023-12-07wifi: mt76: add ability to explicitly forbid LED registration with DTRyder Lee1-14/+25
2023-12-07wifi: rtw89: mac: refine SER setting during WiFi CPU power onPing-Ke Shih1-2/+4
2023-12-07wifi: rtw89: 8922a: dump MAC registers when SER occursChia-Yuan Li6-81/+1061
2023-12-07wifi: rtw89: 8922a: add SER IMR tablesPing-Ke Shih7-0/+1213
2023-12-07wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chipZong-Zhe Yang2-1/+11
2023-12-07wifi: rtw89: 8922a: configure CRASH_TRIGGER FW featureZong-Zhe Yang3-3/+10
2023-12-07wifi: ath5k: remove unused ath5k_eeprom_info::ee_antennaJiri Slaby (SUSE)1-3/+0
2023-12-07wifi: ath10k: add support to allow broadcast action frame RXJames Prestwood3-2/+30
2023-12-05wifi: ath12k: avoid repeated wiphy access from hwKarthikeyan Periyasamy1-35/+37
2023-12-05wifi: ath12k: fix and enable AP mode for WCN7850Kang Yang2-3/+4
2023-12-05wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vectorKang Yang1-1/+23
2023-12-05wifi: ath12k: do not restore ASPM in case of single MSI vectorKang Yang1-1/+4
2023-12-05wifi: ath12k: add support one MSI vectorKang Yang2-15/+52
2023-12-05wifi: ath12k: refactor multiple MSI vector implementationKang Yang2-8/+42
2023-12-05wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQKang Yang1-4/+4
2023-12-05wifi: ath12k: add CE and ext IRQ flag to indicate irq_handlerKang Yang2-0/+18
2023-12-05wifi: ath12k: get msi_data again after request_irq is calledKang Yang1-0/+30
2023-12-01wifi: wcn36xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-01wifi: ath5k: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-12-01wifi: ath12k: avoid repeated hw access from arKarthikeyan Periyasamy3-83/+90
2023-12-01wifi: ath12k: Optimize the mac80211 hw data accessKarthikeyan Periyasamy2-10/+10
2023-12-01wifi: ath12k: add 320 MHz bandwidth enumsMuna Sinada6-3/+16
2023-12-01wifi: rtw89: fix misbehavior of TX beacon in concurrent modeChih-Kang Chang4-7/+43
2023-12-01wifi: rtw89: refine remain on channel flow to improve P2P connectionChih-Kang Chang3-5/+23
2023-12-01wifi: rtw89: Refine active scan behavior in 6 GHzPo-Hao Huang1-0/+2
2023-12-01wifi: rtw89: fix not entering PS mode after AP stopsPo-Hao Huang2-6/+82
2023-12-01wifi: rt2x00: make watchdog param per deviceStanislaw Gruszka3-8/+7
2023-12-01wifi: rtlwifi: Remove bridge vendor/device idsIlpo Järvinen2-3/+0
2023-12-01wifi: rtlwifi: Remove unused PCI related defines and structIlpo Järvinen1-17/+0
2023-12-01wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use pci_regs.hIlpo Järvinen1-14/+7
2023-12-01wifi: rtlwifi: rtl8821ae: Add pdev into _rtl8821ae_clear_pci_pme_status()Ilpo Järvinen1-4/+5
2023-12-01wifi: rtlwifi: rtl8821ae: Use pci_find_capability()Ilpo Järvinen1-41/+8
2023-12-01wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists checkIlpo Järvinen1-22/+23
2023-12-01wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit setIlpo Järvinen1-3/+1
2023-12-01wifi: rtlwifi: Convert to use PCIe capability accessorsIlpo Järvinen1-9/+9
2023-12-01wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessorsIlpo Järvinen1-6/+15
2023-12-01wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable codeIlpo Järvinen2-62/+1
2023-12-01wifi: rtw88: sdio: Honor the host max_req_size in the RX pathMartin Blumenstingl1-7/+28
2023-12-01wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7...Ping-Ke Shih2-0/+654
2023-12-01wifi: rtw89: mac: use pointer to access functions of hardware engine and quotaPing-Ke Shih3-46/+87
2023-12-01wifi: rtw89: mac: move code related to hardware engine to individual functionsPing-Ke Shih1-17/+48
2023-12-01wifi: rtw89: mac: check queue empty according to chip genZong-Zhe Yang4-7/+94