aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-11-12Merge tag 'ath-next-20251111' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg5-25/+14
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-86/+75
2025-11-06wifi: ath12k: Fix timeout error during beacon stats retrievalManish Dharanenthiran3-12/+1
2025-11-06wifi: ath12k: Make firmware stats reset caller-drivenManish Dharanenthiran3-13/+13
2025-11-06wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()Nicolas Escande1-0/+3
2025-11-05Merge tag 'wireless-next-2025-11-05' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski29-557/+1554
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg29-557/+1554
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook3-3/+3
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-27/+72
2025-10-30wifi: ath10k: use = {} to initialize bmi_target_info instead of memsetZhongqiu Han1-4/+1
2025-10-30wifi: ath10k: use = {} to initialize pm_qos_request instead of memsetZhongqiu Han1-2/+1
2025-10-30wifi: ath12k: unassign arvif on scan vdev create failureRameshkumar Sundaram1-1/+3
2025-10-30wifi: ath12k: enforce vdev limit in ath12k_mac_vdev_create()Rameshkumar Sundaram1-6/+6
2025-10-30wifi: ath12k: Set EHT fixed rates for associated STAsMuna Sinada1-7/+85
2025-10-30wifi: ath12k: add EHT rates to ath12k_mac_op_set_bitrate_mask()Muna Sinada1-3/+52
2025-10-30wifi: ath12k: Add EHT fixed GI/LTFMuna Sinada2-10/+41
2025-10-30wifi: ath12k: Add EHT MCS/NSS rates to Peer AssocMuna Sinada1-7/+103
2025-10-30wifi: ath12k: add EHT rate handling to existing set rate functionsMuna Sinada1-42/+173
2025-10-30wifi: ath12k: generalize GI and LTF fixed rate functionsMuna Sinada3-43/+60
2025-10-30wifi: ath12k: fix error handling in creating hardware groupBaochen Qiang1-5/+17
2025-10-30wifi: ath12k: fix reusing m3 memoryBaochen Qiang2-5/+11
2025-10-30wifi: ath12k: fix potential memory leak in ath12k_wow_arp_ns_offload()Abdun Nihaal1-0/+1
2025-10-30net: wireless: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
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-24wifi: ath12k: Assert base_lock is held before allocating REO update elementSarika Sharma1-0/+2
2025-10-24wifi: ath12k: restore register window after global resetBaochen Qiang1-1/+19
2025-10-24wifi: ath12k: add support for BSS color changeWei Zhang4-2/+154
2025-10-23wifi: ath11k: Correctly use "ab" macro parameterJeff Johnson2-28/+28
2025-10-23wifi: ath11k: advertise NL80211_FEATURE_TX_POWER_INSERTIONAditya Kumar Singh1-0/+2
2025-10-23wifi: ath11k: add support for Tx Power insertion in RRM action frameAditya Kumar Singh1-0/+166
2025-10-23wifi: ath11k: wrap ath11k_mac_op_get_txpower() with lock-aware internal helperAditya Kumar Singh1-11/+20
2025-10-23wifi: ath11k: relocate some Tx power related functions in mac.cAditya Kumar Singh1-135/+135
2025-10-23wifi: ath11k: fix peer HE MCS assignmentBaochen Qiang2-4/+7
2025-10-23wifi: ath11k: fix VHT MCS assignmentBaochen Qiang3-7/+12
2025-10-22wifi: ath10k: Support for FTM TLV test commandsLoic Poulain4-31/+260
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg4-27/+72
2025-10-18wifi: ath12k: Add MODULE_FIRMWARE() entriesTakashi Iwai1-0/+4
2025-10-15wifi: ath12k: fix TX and RX MCS rate configurations in HE modePradeep Kumar Chitrapu1-2/+3
2025-10-15wifi: ath12k: fix VHT MCS assignmentBaochen Qiang3-9/+13
2025-10-15wifi: ath12k: Fix NSS value update in ext_rx_statsThiraviyam Mariyappan1-7/+12
2025-10-15wifi: ath12k: Defer vdev bring-up until CSA finalize to avoid stale beaconAditya Kumar Singh2-12/+79
2025-10-15wifi: ath12k: track dropped MSDU buffer type packets in REO exception ringSarika Sharma3-1/+7
2025-10-15wifi: ath12k: Fix MSDU buffer types handling in RX error pathSarika Sharma2-14/+66
2025-10-15wifi: ath11k: restore register window after global resetBaochen Qiang1-1/+19
2025-10-15wifi: ath12k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson1-15/+1
2025-10-15wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson1-15/+1
2025-10-15wifi: ath10k: move recovery check logic into a new workKang Yang3-13/+11
2025-10-15wifi: wcn36xx: Remove unused wcn36xx_smd_update_scan_paramsDr. David Alan Gilbert3-135/+0
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/ne...Linus Torvalds31-284/+671
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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 Q...Arulanbu Balusamy1-3/+15
2025-09-18wifi: ath12k: enhance the WMI_PEER_STA_KICKOUT event with reasons and RSSI re...Maharaja 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/...Jakub 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/...Jakub Kicinski69-726/+3504
2025-07-24wifi: Fix typosBjorn Helgaas2-5/+5
2025-07-22Merge tag 'ath-next-20250721' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg67-721/+3499
2025-07-21wifi: ath12k: Correct tid cleanup when tid setup failsSarika Sharma1-2/+1
2025-07-21wifi: ath12k: bring DFS support back for WCN7850Baochen Qiang1-17/+30
2025-07-21wifi: ath12k: Prefer {} to {0} in initializersJeff Johnson11-47/+48
2025-07-21wifi: ath11k: Prefer {} to {0} in initializersJeff Johnson14-70/+75
2025-07-21wifi: ath10k: Prefer {} to {0} in initializersJeff Johnson7-18/+20
2025-07-19wifi: ath12k: Advertise encapsulation/decapsulation offload support to mac80211Nithyanantham Paramasivam2-0/+6
2025-07-19wifi: ath12k: Fix TX status reporting to mac80211 when offload is enabledNithyanantham Paramasivam1-4/+60
2025-07-19wifi: ath12k: Fix the handling of TX packets in Ethernet modeNithyanantham Paramasivam2-7/+32
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev1-1/+1
2025-07-18wifi: ath12k: Add support to parse max ext2 wmi service bitTamizh Chelvam Raja1-7/+6
2025-07-18wifi: ath12k: fix endianness handling while accessing wmi service bitTamizh Chelvam Raja1-5/+7
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-07-15wifi: ath11k: fix sleeping-in-atomic in ath11k_mac_op_set_bitrate_mask()Baochen Qiang1-6/+6
2025-07-15wifi: ath5k: Use max() to improve codeQianfeng Rong1-9/+3
2025-07-15wifi: ath12k: remove unneeded semicolon in ath12k_mac_parse_tx_pwr_env()Baochen Qiang1-1/+1
2025-07-15wifi: ath12k: Validate peer_id before searching for peerSriram R1-0/+3
2025-07-15wifi: ath12k: Use HTT_TCL_METADATA_VER_V1 in FTM modeAaradhana Sahu2-1/+5
2025-07-14wifi: ath12k: Add support to enqueue management frame at MLD levelSriram R8-8/+131
2025-07-14wifi: ath12k: Enable memory profile selection for QCN9274Aaradhana Sahu5-2/+21
2025-07-14wifi: ath12k: Refactor macros to use memory profile-based valuesAaradhana Sahu8-108/+136
2025-07-14wifi: ath12k: Remove redundant TID calculation for QCN9274Aaradhana Sahu4-13/+0
2025-07-14wifi: ath12k: Add a table of parameters entries impacting memory consumptionAaradhana Sahu4-2/+56
2025-07-11wifi: ath12k: support average ack rssi in station dumpSivashankari Madhavan4-4/+18
2025-07-11wifi: ath12k: Fix packets received in WBM error ring with REO LUT enabledNithyanantham Paramasivam1-1/+2
2025-07-10wifi: ath12k: allow beacon protection keys to be installed in hardwareKarthikeyan Kathirvel4-13/+48
2025-07-10wifi: ath12k: set RX_FLAG_SKIP_MONITOR in WBM error pathP Praneesh1-0/+2
2025-07-10wifi: ath12k: pack HTT pdev rate stats structsJeff Johnson1-3/+3
2025-07-10wifi: ath12k: update unsupported bandwidth flags in reg rulesHarshitha Prem1-3/+28
2025-07-07wifi: ath12k: Add num_stations counter for each interfaceAditya Kumar Singh2-0/+19
2025-07-07wifi: ath12k: properly set bit for pdev mask for firmware PPDU_STATS requestSarika Sharma2-2/+3
2025-07-07wifi: ath12k: Block radio bring-up in FTM modeAaradhana Sahu1-6/+4
2025-07-07wifi: ath12k: advertise NL80211_FEATURE_TX_POWER_INSERTION supportAditya Kumar Singh1-0/+2
2025-07-07wifi: ath12k: add support for Tx Power insertion in RRM action frameAditya Kumar Singh1-0/+182
2025-07-07wifi: ath12k: fetch tx_retry and tx_failed from htt_ppdu_stats_user_cmpltn_co...Sarika Sharma3-1/+23
2025-07-07wifi: ath12k: correctly update bw for ofdma packetsSarika Sharma2-3/+14
2025-07-07wifi: ath12k: add EHT support for TX rateSarika Sharma1-0/+10
2025-07-07wifi: ath12k: add link support for multi-link in arstaSarika Sharma3-11/+48
2025-07-07wifi: ath12k: fill link station statistics for MLOSarika Sharma1-0/+78
2025-07-02wifi: ath12k: add extended NSS bandwidth support for 160 MHzPradeep Kumar Chitrapu1-6/+27
2025-07-02wifi: ath12k: add support for 160 MHz bandwidthPradeep Kumar Chitrapu5-13/+108
2025-07-02wifi: ath12k: clean up 80P80 supportPradeep Kumar Chitrapu3-41/+10
2025-07-02wifi: ath12k: add support for setting fixed HE rate/GI/LTFPradeep Kumar Chitrapu2-52/+625
2025-07-02wifi: ath12k: generate rx and tx mcs maps for supported HE mcsPradeep Kumar Chitrapu1-10/+30
2025-07-02wifi: ath12k: move HE MCS mapper to a separate functionPradeep Kumar Chitrapu1-8/+14
2025-07-02wifi: ath12k: push EHT MU-MIMO params to hardwarePradeep Kumar Chitrapu2-0/+79
2025-07-02wifi: ath12k: push HE MU-MIMO params to hardwarePradeep Kumar Chitrapu3-102/+169
2025-06-30wifi: ath10k: shutdown driver when hardware is unreliableKang Yang4-9/+63
2025-06-27wifi: ath12k: fix timeout while waiting for regulatory update during interfac...Aditya Kumar Singh3-3/+3
2025-06-27wifi: ath6kl: Fix spellingsSumanth Gavini11-20/+20
2025-06-27wifi: ath10k: Fix SpellingSumanth Gavini1-1/+1
2025-06-27wifi: wil6210: wmi: Fix spellings reported by codespellSumanth Gavini2-3/+3
2025-06-26wifi: ath12k: Add support to RTT statsMaharaja Kennadyrajan2-0/+575
2025-06-26wifi: ath12k: Add support to TDMA and MLO statsMaharaja Kennadyrajan2-0/+126
2025-06-26wifi: ath12k: Add support for transmit histogram statsSaleemuddin Shaik2-1/+51
2025-06-26wifi: ath12k: Clear auth flag only for actual association in security modeThiraviyam Mariyappan2-1/+5
2025-06-26wifi: ath12k: fix dest ring-buffer corruption when ring is fullJohan Hovold1-2/+9
2025-06-26wifi: ath12k: fix source ring-buffer corruptionJohan Hovold1-1/+9
2025-06-26wifi: ath12k: use plain access for descriptor lengthJohan Hovold1-1/+1
2025-06-26wifi: ath12k: fix dest ring-buffer corruptionJohan Hovold2-6/+14
2025-06-26wifi: ath11k: fix dest ring-buffer corruption when ring is fullJohan Hovold1-2/+9
2025-06-26wifi: ath11k: fix source ring-buffer corruptionJohan Hovold1-1/+9
2025-06-26wifi: ath11k: use plain accesses for monitor descriptorJohan Hovold1-13/+9
2025-06-26wifi: ath11k: use plain access for descriptor lengthJohan Hovold1-1/+1
2025-06-26wifi: ath11k: fix dest ring-buffer corruptionJohan Hovold3-7/+11
2025-06-26wifi: ath12k: Send WMI_VDEV_SET_TPC_POWER_CMD for AP vdevHariharan Basuthkar1-6/+14
2025-06-26wifi: ath12k: Add memset and update default rate value in wmi tx completionSarika Sharma1-0/+5
2025-06-26wifi: ath12k: Fix beacon reception for sta associated to Non-TX APRameshkumar Sundaram1-19/+37
2025-06-26wifi: ath12k: Fix station association with MBSSID Non-TX BSSHari Chandrakanthan1-0/+1
2025-06-26wifi: ath12k: use real noise floor instead of default valueRaj Kumar Bhagat4-9/+35
2025-06-26wifi: ath12k: handle WMI event for real noise floor calculationRaj Kumar Bhagat4-0/+289
2025-06-26wifi: ath11k: Make read-only const array svc_id static constColin Ian King1-1/+1
2025-06-26wifi: ath11k: fix suspend use-after-free after probe failureJohan Hovold1-1/+6
2025-06-26wifi: ath11k: clear initialized flag for deinit-ed srng listsSergey Senozhatsky1-0/+4
2025-06-26wifi: ath11k: support usercase-specific firmware overridesMiaoqing Pan1-2/+11
2025-06-26wifi: ath9k: ahb: replace id_table with ofRosen Penev1-34/+13
2025-06-26wifi: ath9k: ahb: reorder includesRosen Penev1-2/+3
2025-06-26wifi: ath9k: ahb: reorder declarationsRosen Penev1-5/+5
2025-06-24Merge tag 'ath-next-20250624' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg43-124/+557
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan14-38/+67
2025-06-23wifi: ath12k: Pass ab pointer directly to ath12k_dp_tx_get_encap_type()Tamizh Chelvam Raja1-3/+2
2025-06-23wifi: ath12k: Fix double budget decrement while reaping monitor ringP Praneesh1-1/+0
2025-06-23wifi: ath12k: Enable REO queue lookup table feature on QCN9274 hw2.0Raj Kumar Bhagat1-1/+1
2025-06-23wifi: ath12k: Add missing include of export.hJeff Johnson1-0/+2
2025-06-23wifi: ath11k: Add missing include of export.hJeff Johnson11-0/+22
2025-06-23wifi: ath10k: Add missing include of export.hJeff Johnson10-0/+21
2025-06-23wifi: ath9k: Add missing include of export.hJeff Johnson7-0/+7
2025-06-23wifi: ath: Add missing include of export.hJeff Johnson1-0/+1
2025-06-23wifi: ath12k: Decrement TID on RX peer frag setup error handlingKarthikeyan Kathirvel1-0/+1
2025-06-23wifi: ath12k: remove monitor handling from ath12k_dp_rx_deliver_msdu()P Praneesh1-17/+1
2025-06-23wifi: ath12k: install pairwise key firstBaochen Qiang3-7/+74
2025-06-23wifi: ath12k: avoid bit operation on key flagsBaochen Qiang1-2/+2
2025-06-23wifi: ath12k: handle regulatory hints during mac registrationAditya Kumar Singh6-2/+49
2025-06-23wifi: ath12k: update channel list in worker when wait flag is setKang Yang6-27/+78
2025-06-23wifi: ath12k: combine channel list for split-phy devices in single-wiphyRameshkumar Sundaram3-6/+109
2025-06-23wifi: ath12k: Split scan request for split band deviceRameshkumar Sundaram2-32/+118
2025-06-23wifi: ath12k: Prepare ahvif scan link for parallel scanRameshkumar Sundaram3-16/+42
2025-06-23wifi: ath12k: disable pdev for non supported countryKarthik M2-3/+16
2025-06-23wifi: ath12k: Avoid accessing uninitialized arvif->ar during beacon missRameshkumar Sundaram2-7/+11
2025-06-18Merge tag 'ath-current-20250617' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg9-108/+1395
2025-06-18wifi: ath6kl: remove WARN on bad firmware inputJohannes Berg1-1/+3
2025-06-17wifi: carl9170: do not ping device which has failed to load firmwareDmitry Antipov1-6/+13
2025-06-17wifi: ath12k: don't wait when there is no vdev startedBaochen Qiang1-3/+7