aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-06wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()Nicolas Escande1-0/+3
2025-10-29Revert "wifi: ath12k: Fix missing station power save configuration"Miaoqing Pan1-67/+55
2025-10-27Revert "wifi: ath10k: avoid unnecessary wait for service ready message"Baochen Qiang1-19/+20
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg4-27/+72
2025-10-06wifi: ath11k: avoid bit operation on key flagsRameshkumar Sundaram1-5/+5
2025-10-06wifi: ath12k: free skb during idr cleanup callbackKarthik M1-16/+18
2025-10-06wifi: ath11k: Add missing platform IDs for quirk tableMark Pearson1-6/+48
2025-10-06wifi: ath10k: Fix memory leak on unsupported WMI commandLoic Poulain1-0/+1
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds31-284/+671
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2025-09-22wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize againMuhammad Usama Anjum3-5/+18
2025-09-22wifi: ath12k: enforce CPU endian format for all QMI dataAlexander Wilhelm2-16/+24
2025-09-22wifi: ath12k: Use 1KB Cache Flush Command for QoS TID DescriptorsManish Dharanenthiran4-30/+34
2025-09-22wifi: ath12k: Fix flush cache failure during RX queue updateNithyanantham Paramasivam1-0/+2
2025-09-22wifi: ath12k: Add Retry Mechanism for REO RX Queue Update FailuresManish Dharanenthiran4-60/+150
2025-09-22wifi: ath12k: Refactor REO command to use ath12k_dp_rx_tid_rxqNithyanantham Paramasivam2-16/+40
2025-09-22wifi: ath12k: Refactor RX TID buffer cleanup into helper functionNithyanantham Paramasivam1-18/+16
2025-09-22wifi: ath12k: Refactor RX TID deletion handling into helper functionNithyanantham Paramasivam1-8/+19
2025-09-22wifi: ath12k: Increase DP_REO_CMD_RING_SIZE to 256Nithyanantham Paramasivam1-1/+1
2025-09-20wifi: ath12k: Fix peer lookup in ath12k_dp_mon_rx_deliver_msdu()Hari Chandrakanthan1-4/+3
2025-09-18wifi: ath12k: Extend beacon miss handling for MLO non-AP STAMaharaja Kennadyrajan3-32/+32
2025-09-18wifi: ath12k: Add support to handle reason inactivity STA kickout event for QCN9274/IPQ5332Arulanbu Balusamy1-3/+15
2025-09-18wifi: ath12k: enhance the WMI_PEER_STA_KICKOUT event with reasons and RSSI reportingMaharaja Kennadyrajan2-2/+20
2025-09-18wifi: ath12k: report station mode per-chain signal strengthLingbo Kong4-3/+144
2025-09-18wifi: ath10k: Fix connection after GTK rekeyingLoic Poulain1-2/+10
2025-09-18wifi: ath10k: avoid unnecessary wait for service ready messageBaochen Qiang1-20/+19
2025-09-18wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load()Matvey Kovalev1-1/+1
2025-09-18wifi: ath: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)3-38/+10
2025-09-18wifi: ath10k: remove gpio number assignmentArnd Bergmann1-2/+1
2025-09-18wifi: ath11k: Remove redundant semicolonLiao Yuanhong1-1/+0
2025-09-18wifi: ath12k: downgrade log level for CE buffer enqueue failureBaochen Qiang1-1/+2
2025-09-18wifi: ath12k: fix wrong logging ID used for CEBaochen Qiang2-1/+2
2025-09-18wifi: ath11k: downgrade log level for CE buffer enqueue failureBaochen Qiang1-1/+2
2025-09-18wifi: ath12k: Add fallback for invalid channel number in PHY metadataSriram R1-1/+15
2025-09-18wifi: ath12k: fix the fetching of combined rssiKang Yang2-8/+9
2025-09-18wifi: ath12k: fix HAL_PHYRX_COMMON_USER_INFO handling in monitor modeKang Yang2-6/+32
2025-09-18wifi: ath12k: fix signal in radiotap for WCN7850Kang Yang1-1/+5
2025-09-18wifi: ath12k: fix overflow warning on num_pwr_levelsBaochen Qiang1-4/+8
2025-09-18wifi: ath12k: initialize eirp_power before useBaochen Qiang1-2/+2
2025-09-18wifi: ath12k: Add support to set per-radio RTS thresholdRoopni Devanathan2-8/+45
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski2-1/+2
2025-09-08wifi: ath12k: fix WMI TLV header misalignmentMiaoqing Pan1-1/+1
2025-09-08wifi: ath12k: Fix missing station power save configurationMiaoqing Pan1-55/+67
2025-09-04wifi: drivers: indicate support for attributes in NL80211_CMD_SET_BSSArend van Spriel1-0/+1
2025-09-04wifi: mac80211: support parsing S1G TIM PVBLachlan Hodges1-1/+1
2025-09-02wifi: ath11k: fix group data packet drops during rekeyRameshkumar Sundaram2-9/+104
2025-09-02wifi: ath12k: Set EMLSR support flag in MLO flags for EML-capable stationsRamya Gnanasekar1-0/+1
2025-08-11soc: qcom: mdt_loader: Remove pas id parameterMukesh Ojha1-1/+1
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+1
2025-07-24Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski69-726/+3504