summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2025-02-11Merge tag 'wireless-2025-02-07' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-19/+47
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-36/+69
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-46/+35
2025-01-28Merge tag 'ath-current-20250124' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo2-17/+45
2025-01-28wifi: brcmfmac: use random seed flag for BCM4355 and BCM4364 firmwareAditya Garg1-2/+2
2025-01-28wifi: mt76: move napi_enable() from under BHJakub Kicinski12-36/+69
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
2025-01-26Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-01-24wifi: ath12k: fix handling of 6 GHz rulesAditya Kumar Singh2-17/+45
2025-01-18wifi: qtnfmac: use always-managed version of pcim_intx()Philipp Stanner1-1/+1
2025-01-16wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize()Marcel Hamer1-0/+5
2025-01-16wifi: rtw88: add RTW88_LEDS depends on LEDS_CLASS to KconfigPing-Ke Shih3-2/+7
2025-01-15Merge tag 'ath-next-20250114' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo32-547/+2519
2025-01-15wifi: wilc1000: unregister wiphy only after netdev registrationAlexis Lothoré2-2/+2
2025-01-15Merge tag 'mt76-for-kvalo-2025-01-14' of https://github.com/nbd168/wirelessKalle Valo70-1344/+3361
2025-01-15Merge tag 'rtw-next-2025-01-12' of https://github.com/pkshih/rtwKalle Valo44-122/+762
2025-01-15b43legacy: make use of debugfs_get_aux()Al Viro1-15/+11
2025-01-15b43: stop embedding struct file_operations into their objectsAl Viro1-15/+12
2025-01-15carl9170: stop embedding file_operations into their objectsAl Viro1-16/+12
2025-01-14wifi: ath12k: fix key cache handlingAditya Kumar Singh1-12/+18
2025-01-14wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() func...Karthikeyan Periyasamy1-6/+21
2025-01-14wifi: ath12k: Remove ath12k_get_num_hw() helper functionKarthikeyan Periyasamy3-18/+17
2025-01-14wifi: ath12k: Refactor the ath12k_hw get helper function argumentKarthikeyan Periyasamy3-11/+11
2025-01-14wifi: ath12k: Refactor ath12k_hw set helper function argumentKarthikeyan Periyasamy2-4/+4
2025-01-14wifi: mt76: mt7996: add implicit beamforming support for mt7992Howard Hsu2-28/+55
2025-01-14wifi: mt76: mt7996: fix beacon command during disablingMichael-CY Lee1-11/+15
2025-01-14wifi: mt76: mt7996: fix ldpc settingPeter Chiu1-1/+1
2025-01-14wifi: mt76: mt7996: fix definition of tx descriptorBenjamin Lin1-2/+3
2025-01-14wifi: mt76: connac: adjust phy capabilities based on band constraintsHoward Hsu6-21/+41
2025-01-14wifi: mt76: mt7996: fix incorrect indexing of MIB FW eventBenjamin Lin1-16/+29
2025-01-14wifi: mt76: mt7996: fix HE Phy capabilityHoward Hsu1-2/+4
2025-01-14wifi: mt76: mt7996: fix the capability of reception of EHT MU PPDUHoward Hsu1-3/+2
2025-01-14wifi: mt76: mt7996: add max mpdu len capabilityPeter Chiu1-1/+3
2025-01-14wifi: mt76: mt7921: avoid undesired changes of the preset regulatory domainLeon Yen1-0/+7
2025-01-14wifi: mt76: mt7925e: fix too long of wifi resume timeQuan Zhou4-3/+15
2025-01-14wifi: mt76: mt7925: add handler to hif suspend/resume eventQuan Zhou14-34/+127
2025-01-14wifi: mt76: mt7925: fix CLC command timeout when suspend/resumeQuan Zhou3-3/+21
2025-01-14wifi: mt76: mt7925: fix the unfinished command of regd_notifier before suspendQuan Zhou2-0/+7
2025-01-14wifi: mt76: mt7996: fix register mappingPeter Chiu1-1/+1
2025-01-14wifi: mt76: mt7915: fix register mappingPeter Chiu1-1/+1
2025-01-14wifi: mt76: mt7996: fix monitor modeFelix Fietkau3-0/+23
2025-01-14wifi: mt76: mt7996: switch to single multi-radio wiphyFelix Fietkau7-379/+593
2025-01-14wifi: mt76: mt7996: move all debugfs files to the primary phyFelix Fietkau3-63/+89
2025-01-14wifi: mt76: connac: rework connac helpersShayne Chen7-24/+22
2025-01-14wifi: mt76: mt7996: prepare mt7996_mcu_update_bss_color for MLO supportFelix Fietkau3-30/+13
2025-01-14wifi: mt76: connac: prepare mt76_connac_mcu_sta_basic_tlv for MLO supportFelix Fietkau6-11/+17
2025-01-14wifi: mt76: mt7996: prepare mt7996_mcu_set_timing for MLO supportFelix Fietkau3-5/+7
2025-01-14wifi: mt76: mt7996: prepare mt7996_mcu_set_tx for MLO supportFelix Fietkau3-8/+11
2025-01-14wifi: mt76: mt7996: prepare mt7996_mcu_add_beacon for MLO supportFelix Fietkau4-29/+30
2025-01-14wifi: mt76: mt7996: prepare mt7996_mcu_add_dev/bss_info for MLO supportFelix Fietkau3-96/+99