aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-15wifi: wilc1000: unregister wiphy only after netdev registrationAlexis Lothoré2-2/+2
2025-01-15wifi: cfg80211: adjust allocation of colocated AP dataDmitry Antipov1-3/+1
2025-01-15wifi: mac80211: fix memory leak in ieee80211_mgd_assoc_ml_reconf()Dan Carpenter1-2/+4
2025-01-14wifi: ath12k: fix key cache handlingAditya Kumar Singh1-12/+18
2025-01-14wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() functionKarthikeyan 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
2025-01-14wifi: mt76: mt7996: pass wcid to mt7996_mcu_sta_hdr_trans_tlvFelix Fietkau1-7/+4
2025-01-14wifi: mt76: mt7996: use emulated hardware scan supportFelix Fietkau2-2/+5
2025-01-14wifi: mt76: add multi-radio remain_on_channel functionsFelix Fietkau4-1/+112
2025-01-14wifi: mt76: add multi-radio support to scanning codeFelix Fietkau3-2/+77
2025-01-14wifi: mt76: add multi-radio support to tx schedulingFelix Fietkau1-14/+19
2025-01-14wifi: mt76: add multi-radio support to a few core hw opsFelix Fietkau1-20/+68
2025-01-14wifi: mt76: remove dev->wcid_phy_maskFelix Fietkau7-16/+7
2025-01-14wifi: mt76: add chanctx functions for multi-channel phy supportFelix Fietkau5-15/+342
2025-01-14wifi: mt76: initialize more wcid fields mt76_wcid_initFelix Fietkau9-31/+18
2025-01-14wifi: mt76: mt7996: split link specific data from struct mt7996_vifFelix Fietkau5-132/+185
2025-01-14wifi: mt76: add vif link specific data structureFelix Fietkau1-0/+53
2025-01-14wifi: mt76: rename struct mt76_vif to mt76_vif_linkFelix Fietkau20-74/+74
2025-01-14wifi: mt76: add support for allocating a phy without hwFelix Fietkau2-5/+36
2025-01-14wifi: mt76: add code for emulating hardware scanningFelix Fietkau8-11/+189
2025-01-14wifi: mt76: do not add wcid entries to sta poll list during MCU resetFelix Fietkau9-77/+29
2025-01-14wifi: mt76: mt7996: use mac80211 .sta_state opFelix Fietkau4-39/+61