summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2026-06-15wifi: ath6kl: fix invalid workqueue flags in ath6kl_usb_create()wuyankun1-1/+1
2026-06-09wifi: ath12k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE when NSS ratio is reportedWen Gong1-0/+4
2026-06-09wifi: ath12k: fix EAPOL TX failure caused by stale tcl_metadata bitsBaochen Qiang1-5/+5
2026-06-09wifi: ath: Update copyright in testmode_i.hJeff Johnson1-1/+1
2026-06-09wifi: ath10k: Update Qualcomm copyrightsJeff Johnson23-23/+14
2026-06-09wifi: ath11k: Update Qualcomm copyrightsJeff Johnson48-48/+38
2026-06-09wifi: ath12k: Update Qualcomm copyrightsJeff Johnson17-17/+16
2026-06-06wifi: ath9k_htc: allocate tx_buf and buf togetherRosen Penev2-13/+3
2026-06-06wifi: ath9k: remove disabling of bandsRosen Penev2-14/+4
2026-06-06wifi: ath9k: remove TX99 power array zero initRosen Penev1-2/+2
2026-06-06wifi: ath9k: Clear DMA descriptors without memsetRosen Penev2-5/+33
2026-06-06wifi: ath9k_htc: use module_usb_driverRosen Penev3-29/+1
2026-06-06wifi: wcn36xx: allocate chan_surveys with main structRosen Penev2-12/+3
2026-06-06wifi: wcn36xx: fix spelling mistakes in dxe header commentStepan Ionichev1-2/+2
2026-06-06wifi: wcn36xx: fix OOB read from short trigger BA firmware responseTristan Madani1-0/+3
2026-06-06wifi: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indicationTristan Madani1-0/+6
2026-06-06wifi: wcn36xx: fix heap overflow from oversized firmware HAL responseTristan Madani1-0/+4
2026-06-04Merge tag 'ath-next-20260602' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg27-115/+642
2026-06-03wifi: cfg80211: remove 5/10 MHz channel supportJohannes Berg2-3/+0
2026-06-01wifi: ath12k: Handle 4-address EAPOL frames from WBM error pathTamizh Chelvam Raja1-0/+53
2026-06-01wifi: ath12k: Add support for 4-address frame notificationTamizh Chelvam Raja10-12/+97
2026-06-01wifi: ath12k: Add support for 4-address NULL frame handlingTamizh Chelvam Raja3-4/+50
2026-06-01wifi: ath12k: Add 4-address mode support for eth offloadTamizh Chelvam Raja8-13/+72
2026-06-01wifi: ath12k: Add support for 4-address modeTamizh Chelvam Raja8-7/+125
2026-06-01wifi: ath12k: Set WDS vdev parameter for 4-address station interfaceTamizh Chelvam Raja1-0/+20
2026-06-01wifi: ath12k: Prevent incorrect vif chanctx switch when handling multi-radio ...Aditya Kumar Singh1-11/+76
2026-06-01wifi: ath12k: add hardware parameters for maximum supported clientsAaradhana Sahu2-3/+52
2026-06-01wifi: ath12k: fix NULL deref in change_sta_links for unready linkWei Zhang1-4/+4
2026-06-01wifi: ath12k: fix inconsistent arvif state in vdev_create error pathsWei Zhang1-5/+4
2026-06-01wifi: ath12k: allow peer_id 0 in dp peer lookupHangtian Zhu3-5/+3
2026-06-01wifi: ath12k: fix memory leak in ath12k_wifi7_dp_rx_h_verify_tkip_mic()Miaoqing Pan1-1/+3
2026-06-01wifi: ath12k: fix incorrect HT/VHT/HE/EHT MCS reporting in monitor modeKwan Lai Chee Hou1-4/+2
2026-06-01wifi: ath11k: raise max vdevs to 4 on hardware with P2P and dual-station supportWei Zhang1-5/+5
2026-06-01wifi: ath11k: add MSDU length validation for TKIP MIC errorMiaoqing Pan1-0/+9
2026-06-01wifi: ath11k: fix invalid data access in ath11k_dp_rx_h_undecap_nwifiMiaoqing Pan1-3/+47
2026-06-01wifi: ath11k: use kzalloc_flex for struct scan_req_paramsRosen Penev2-46/+28
2026-05-28Merge tag 'ath-next-20260526' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg30-196/+1180
2026-05-26wifi: ath12k: fix error unwind on arch_init() failure in PCI probeRipan Deuri1-1/+1
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-40/+143
2026-05-20wifi: ath10k: update outdated comment for renamed ieee80211_tx_status()Kexin Sun1-1/+1
2026-05-20wifi: ath11k: fix warning when unbindingJose Ignacio Tornos Martinez1-0/+1
2026-05-19wifi: ath12k: Add debugfs support to simulate incumbent signal interferenceAishwarya R3-0/+96
2026-05-19wifi: ath12k: Add support for handling incumbent signal interference in 6 GHzAishwarya R4-1/+500
2026-05-18wifi: ath12k: fix EHT TX MCS limitation due to wrong 20 MHz-only parsingBaochen Qiang1-2/+6
2026-05-18wifi: ath11k: clear shared SRNG pointer state on restartKyle Farnung1-3/+11
2026-05-18wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()Willmar Knikker1-2/+4
2026-05-18wifi: ath11k: fix peer resolution on rx path when peer_id=0Matthew Leach2-6/+2
2026-05-12wifi: ath10k: skip WMI and beacon transmission when device is wedgedKang Yang1-8/+7
2026-05-12wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()Nicolas Escande1-0/+1