summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds13-72/+169
2023-06-15wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx()Wen Gong1-1/+0
2023-06-09wifi: ath12k: delete the timer rx_replenish_retry during rmmodHari Chandrakanthan1-0/+1
2023-06-09wifi: ath12k: Use msdu_end to check MCBCBaochen Qiang3-13/+13
2023-06-09wifi: ath12k: check hardware major version for WCN7850Carl Huang1-1/+13
2023-06-09wifi: ath12k: Avoid NULL pointer access during management transmit cleanupBalamurugan S1-0/+1
2023-05-26wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatoryP Praneesh2-35/+68
2023-05-19wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+1
2023-05-17wifi: ath12k: increase vdev setup timeoutAishwarya R2-1/+4
2023-05-09wifi: ath: work around false-positive stringop-overread warningArnd Bergmann1-4/+4
2023-05-05wifi: ath12k: fix potential wmi_mgmt_tx_queue race conditionKarthik M1-1/+1
2023-05-05wifi: ath12k: add wait operation for tx management packets for flush from mac...Karthik M4-8/+38
2023-04-28wifi: ath12k: Remove some dead codeChristophe JAILLET1-5/+0
2023-04-26wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session startsCarl Huang1-1/+13
2023-04-26wifi: ath12k: set PERST pin no pull request for WCN7850Carl Huang2-1/+3
2023-04-26wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parametersCarl Huang3-2/+11
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