summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)AuthorFilesLines
7 dayswifi: ath12k: Fix legacy rate mapping for monitor mode captureP Praneesh3-50/+108
7 dayswifi: ath12k: account TX stats only when ACK/BA status is presentSarika Sharma1-11/+13
2026-03-24wifi: ath12k: Pass the correct value of each TID during a stop AMPDU sessionReshma Immaculate Rajkumar1-1/+3
2026-03-03Merge tag 'ath-current-20260302' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg2-26/+16
2026-02-26wifi: ath12k: fix station lookup failure when disconnecting from APBaochen Qiang1-23/+13
2026-02-26wifi: ath12k: use correct pdev id when requesting firmware statsBaochen Qiang1-3/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-6/+3
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-28/+28
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook16-66/+66
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0
2026-02-02Merge tag 'ath-next-20260202' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg6-7/+637
2026-01-30wifi: ath12k: clear stale link mapping of ahvif->links_mapAaradhana Sahu1-1/+3
2026-01-30wifi: ath12k: Add support TX hardware queue statsAaradhana Sahu2-0/+90
2026-01-30wifi: ath12k: Add support RX PDEV statsAaradhana Sahu2-0/+180
2026-01-30wifi: ath12k: Fix index decrement when array_len is zeroAaradhana Sahu1-3/+5
2026-01-30wifi: ath12k: support OBSS PD configuration for AP modeWei Zhang3-3/+171
2026-01-30wifi: ath12k: add WMI support for spatial reuse parameter configurationWei Zhang2-0/+188
2026-01-30Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski32-139/+1180
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman3-20/+17
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-20/+17
2026-01-16wifi: ath12k: enable QCC2072 supportBaochen Qiang1-1/+13
2026-01-16wifi: ath12k: fix PCIE_LOCAL_REG_QRTR_NODE_ID definition for QCC2072Miaoqing Pan6-5/+16
2026-01-16wifi: ath12k: send peer meta data version to firmwareBaochen Qiang3-0/+13
2026-01-16wifi: ath12k: limit number of channels per WMI commandBaochen Qiang2-1/+5
2026-01-16wifi: ath12k: handle REO status ring for QCC2072Baochen Qiang4-1/+38
2026-01-16wifi: ath12k: handle REO CMD ring for QCC2072Baochen Qiang6-3/+65
2026-01-16wifi: ath12k: add hardware ops support for QCC2072Baochen Qiang5-1/+69
2026-01-16wifi: ath12k: add HAL descriptor and ops for QCC2072Baochen Qiang6-3/+385
2026-01-16wifi: ath12k: support downloading auxiliary ucode image for QCC2072Baochen Qiang7-4/+215
2026-01-16wifi: ath12k: support LPASS_SHARED target memory typeBaochen Qiang2-0/+2
2026-01-16wifi: ath12k: add hardware parameters for QCC2072Baochen Qiang1-0/+85
2026-01-16wifi: ath12k: add hardware registers for QCC2072Baochen Qiang6-1/+115
2026-01-16wifi: ath12k: fix mac phy capability parsingBaochen Qiang1-8/+14
2026-01-16wifi: ath12k: refactor 320 MHz bandwidth support parsingBaochen Qiang1-12/+11
2026-01-16wifi: ath12k: fix preferred hardware mode calculationBaochen Qiang1-1/+1
2026-01-16wifi: ath12k: refactor REO status ring handlingBaochen Qiang8-49/+48
2026-01-16wifi: ath12k: refactor REO CMD ring handlingBaochen Qiang7-48/+56
2026-01-16wifi: ath12k: refactor PCI window register accessBaochen Qiang3-6/+19
2026-01-16wifi: ath12k: do WoW offloads only on primary linkBaochen Qiang1-0/+16
2026-01-16wifi: ath12k: clean up on error in ath12k_dp_setup()Dan Carpenter1-1/+1
2026-01-16wifi: ath12k: remove redundant pci_set_drvdata() callAlexander Minchev1-1/+0
2026-01-16wifi: ath11k: fix comment typo in monitor mode handlingChien Wong1-1/+1
2026-01-13wifi: ath12k: Fix wrong P2P device link id issueYingying Tang1-1/+4
2026-01-13wifi: ath12k: fix dead lock while flushing management framesBaochen Qiang1-3/+3
2026-01-13wifi: ath12k: Fix scan state stuck in ABORTING after cancel_remain_on_channelYingying Tang1-1/+1
2026-01-13wifi: ath12k: cancel scan only on active scan vdevManish Dharanenthiran1-1/+2
2026-01-09wifi: ath12k: don't force radio frequency check in freq_to_idx()Baochen Qiang1-8/+1
2026-01-09wifi: ath12k: fix dma_free_coherent() pointerThomas Fourier1-6/+6