summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)AuthorFilesLines
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-6/+6
2023-08-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo11-24/+51
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-08-25wifi: ath12k: Remove unused declarationsYue Haibing4-8/+0
2023-08-25wifi: ath12k: add check max message length while scanning with extraieWen Gong1-7/+13
2023-08-23wifi: ath12k: Fix memory leak in rx_desc and tx_descRajat Soni2-1/+31
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann1-3/+2
2023-08-23wifi: ath12k: Fix a few spelling errorsJeff Johnson5-5/+5
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-08-09wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong1-2/+1
2023-08-03wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong1-1/+1
2023-08-03wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong1-0/+2
2023-08-03wifi: ath12k: relax list iteration in ath12k_mac_vif_unref()Dmitry Antipov1-3/+3
2023-08-03wifi: ath12k: configure puncturing bitmapAloka Dixit4-3/+28
2023-08-03wifi: ath12k: parse WMI service ready ext2 eventAloka Dixit2-0/+64
2023-08-03wifi: ath12k: add MLO header in peer associationPradeep Kumar Chitrapu1-1/+14
2023-08-03wifi: ath12k: peer assoc for 320 MHzAloka Dixit2-0/+4
2023-08-03wifi: ath12k: add WMI support for EHT peerAloka Dixit2-3/+57
2023-08-03wifi: ath12k: prepare EHT peer assoc parametersAloka Dixit2-0/+161
2023-08-03wifi: ath12k: add EHT PHY modesMuna Sinada3-22/+94
2023-08-03wifi: ath12k: propagate EHT capabilities to userspaceAloka Dixit1-0/+111
2023-08-03wifi: ath12k: WMI support to process EHT capabilitiesAloka Dixit3-0/+218
2023-08-03wifi: ath12k: move HE capabilities processing to a new functionAloka Dixit1-56/+55
2023-08-03wifi: ath12k: rename HE capabilities setup/copy functionsAloka Dixit1-27/+31
2023-08-02wifi: ath12k: change to use dynamic memory for channel list of scanWen Gong2-2/+11
2023-08-02wifi: ath12k: trigger station disconnect on hardware restartWen Gong1-0/+21
2023-08-02wifi: ath12k: Use pdev_id rather than mac_id to get pdevBaochen Qiang2-7/+12
2023-08-02wifi: ath12k: avoid array overflow of hw mode for preferred_hw_modeWen Gong1-0/+4
2023-08-02wifi: ath12k: fix memcpy array overflow in ath12k_peer_assoc_h_he()Arnd Bergmann1-2/+2
2023-08-02wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE ...Wen Gong1-1/+1
2023-08-02wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()Wen Gong1-2/+5
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