summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)AuthorFilesLines
2023-05-19wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+1
2023-04-12wifi: ath12k: Remove redundant pci_clear_masterCai Huoqing1-4/+1
2023-03-24wifi: ath12k: incorrect channel survey dumpHarshitha Prem1-0/+3
2023-03-24wifi: ath12k: fix incorrect handling of AMSDU framesHarshitha Prem1-1/+2
2023-03-24wifi: ath12k: fix packets are sent in native wifi mode while we set raw modeAaradhana Sahu1-0/+4
2023-03-24wifi: ath12k: fill peer meta data during reo_reinjectP Praneesh1-4/+8
2023-03-22wifi: ath12k: Enable IMPS for WCN7850Baochen Qiang1-1/+1
2023-03-22wifi: ath12k: Identify DFS channel when sending scan channel list commandBaochen Qiang1-0/+3
2023-03-22wifi: ath12k: fix firmware assert during channel switch for peer staAditya Kumar Singh2-29/+89
2023-03-22wifi: ath12k: fix memory leak in ath12k_qmi_driver_event_work()Rajat Soni1-1/+3
2023-03-15wifi: ath12k: Add missing unwind goto in ath12k_pci_probe()Harshit Mogalapalli1-1/+2
2023-02-24wifi: ath12k: remove memset with byte count of 278528Kalle Valo1-4/+1
2023-02-22wifi: ath12k: PCI ops for wakeup/release MHIRamya Gnanasekar2-9/+44
2023-02-22wifi: ath12k: Handle lock during peer_id findRamya Gnanasekar1-0/+3
2023-02-20wifi: ath12k: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2023-02-17wifi: ath12k: dp_mon: clean up some inconsistent indentingsYang Li1-3/+3
2023-02-17wifi: ath12k: dp_mon: Fix unsigned comparison with less than zeroYang Li1-1/+2
2023-02-17wifi: ath12k: Fix spelling mistakes in warning messages and commentsColin Ian King12-33/+33
2023-01-18wifi: ath12k: Add support to read EEPROM caldataDinesh Karthikeyan1-7/+11
2023-01-18wifi: ath12k: Add new qmi_bdf_type to handle caldataDinesh Karthikeyan2-64/+52
2023-01-18wifi: ath12k: Fix incorrect qmi_file_type enum valuesDinesh Karthikeyan1-4/+4
2023-01-18wifi: ath12k: dp_mon: Fix uninitialized warning related to the pktlogThiraviyam Mariyappan1-6/+0
2023-01-18wifi: ath12k: dp_mon: Fix out of bounds clang warningThiraviyam Mariyappan1-1/+1
2023-01-18wifi: ath12k: hal_rx: Use memset_startat() for clearing queue descriptorsThiraviyam Mariyappan1-6/+3
2023-01-18wifi: ath12k: Fix uninitilized variable clang warningsThiraviyam Mariyappan3-5/+4
2023-01-18wifi: ath12k: wmi: delete PSOC_HOST_MAX_NUM_SSKalle Valo2-8/+6
2023-01-18wifi: ath12k: hal: convert offset macros to functionsKalle Valo2-33/+54
2023-01-18wifi: ath12k: hal: add ab parameter to macros using itKalle Valo2-16/+16
2022-11-29wifi: ath12k: driver for Qualcomm Wi-Fi 7 devicesKalle Valo47-0/+53307