summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2025-10-15wifi: ath12k: Defer vdev bring-up until CSA finalize to avoid stale beaconAditya Kumar Singh-12/+79
2025-10-15wifi: ath12k: track dropped MSDU buffer type packets in REO exception ringSarika Sharma-1/+7
2025-10-15wifi: ath12k: Fix MSDU buffer types handling in RX error pathSarika Sharma-14/+66
2025-10-15wifi: ath11k: restore register window after global resetBaochen Qiang-1/+19
2025-10-15wifi: ath12k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson-15/+1
2025-10-15wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson-15/+1
2025-10-15wifi: ath10k: move recovery check logic into a new workKang Yang-13/+11
2025-10-15wifi: wcn36xx: Remove unused wcn36xx_smd_update_scan_paramsDr. David Alan Gilbert-135/+0
2025-10-10wifi: ath12k: Drop hal_ prefix from hardware register namesRipan Deuri-373/+373
2025-10-10wifi: ath12k: Rename hal_ops to opsRipan Deuri-37/+37
2025-10-10wifi: ath12k: Remove the unused ring inits in wcnPavankumar Nandeshwar-48/+6
2025-10-10wifi: ath12k: Segregate the common and wifi7 specific structuresPavankumar Nandeshwar-664/+695
2025-10-10wifi: ath12k: Move HAL Cookie Conversion and RBM related APIs to wifi7 directoryPavankumar Nandeshwar-75/+100
2025-10-10wifi: ath12k: Move HAL REO and Rx buf related APIs to wifi7 directoryPavankumar Nandeshwar-11/+62
2025-10-10wifi: ath12k: Move HAL Tx, REO and link idle setup related APIs to wifi7 dire...Pavankumar Nandeshwar-148/+255
2025-10-10wifi: ath12k: Move HAL CE status and set link desc addr APIs to wifi7 directoryPavankumar Nandeshwar-24/+55
2025-10-10wifi: ath12k: Move HAL CE desc related APIs to wifi7 directoryPavankumar Nandeshwar-43/+92
2025-10-10wifi: ath12k: Move HAL SRNG shadow config and get ring id APIs to wifi7 direc...Pavankumar Nandeshwar-85/+117
2025-10-10wifi: ath12k: Move HAL CE setup and SRNG related APIs to wifi7 directoryPavankumar Nandeshwar-246/+313
2025-10-10wifi: ath12k: Use hal handle instead of ab handlePavankumar Nandeshwar-290/+296
2025-10-10wifi: ath12k: Add direct HAL pointer in ath12k_dpPavankumar Nandeshwar-0/+2
2025-10-10wifi: ath12k: Move hal_params and regs to hal from hwPavankumar Nandeshwar-554/+563
2025-10-10wifi: ath12k: Move wbm_rbm_map to hw specific hal filesPavankumar Nandeshwar-47/+50
2025-10-10wifi: ath12k: Initialize hal_ops through hal_initPavankumar Nandeshwar-28/+26
2025-10-10wifi: ath12k: Initialize desc_size through hal_initPavankumar Nandeshwar-14/+56
2025-10-10wifi: ath12k: Move srng config and hal_ops to hw specific hal filesPavankumar Nandeshwar-472/+681
2025-10-08wifi: ath12k: Rearrange PPDU radio statsRipan Deuri-49/+65
2025-10-08wifi: ath12k: Refactor data path pdev structRipan Deuri-250/+423
2025-10-06wifi: ath11k: avoid bit operation on key flagsRameshkumar Sundaram-5/+5
2025-10-06wifi: ath12k: free skb during idr cleanup callbackKarthik M-16/+18
2025-10-06wifi: ath11k: Add missing platform IDs for quirk tableMark Pearson-6/+48
2025-10-06wifi: ath10k: Fix memory leak on unsupported WMI commandLoic Poulain-0/+1
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-5283/+7508
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-09-30wifi: ath12k: Refactor ath12k_vif structureHarsh Kumar Bijlani-56/+115
2025-09-30wifi: ath12k: Add framework for hardware specific DP interrupt handlerRipan Deuri-7/+32
2025-09-30wifi: ath12k: Add framework for hardware specific ieee80211_ops registrationRipan Deuri-167/+350
2025-09-30wifi: ath12k: Rearrange DP fields in ath12k_hw_group structRipan Deuri-30/+105
2025-09-30wifi: ath12k: Support arch-specific DP device allocationRipan Deuri-30/+159
2025-09-30wifi: ath12k: Convert ath12k_dp member in ath12k_base to pointerRipan Deuri-73/+111
2025-09-24wifi: libertas: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari-3/+5
2025-09-24Revert "wifi: libertas: WQ_PERCPU added to alloc_workqueue users"Johannes Berg-5/+3
2025-09-23wifi: libertas: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-3/+5
2025-09-23Merge tag 'ath-next-20250922' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-283/+669
2025-09-22wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize againMuhammad Usama Anjum-5/+18
2025-09-22wifi: ath12k: enforce CPU endian format for all QMI dataAlexander Wilhelm-16/+24
2025-09-22wifi: ath12k: Use 1KB Cache Flush Command for QoS TID DescriptorsManish Dharanenthiran-30/+34
2025-09-22wifi: ath12k: Fix flush cache failure during RX queue updateNithyanantham Paramasivam-0/+2
2025-09-22wifi: ath12k: Add Retry Mechanism for REO RX Queue Update FailuresManish Dharanenthiran-60/+150
2025-09-22wifi: ath12k: Refactor REO command to use ath12k_dp_rx_tid_rxqNithyanantham Paramasivam-16/+40