summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2856-714/+1881
|\
| * wifi: ath10k: improve structure paddingArnd Bergmann2023-06-211-3/+3
| * wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov2023-06-211-2/+2
| * wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018Ziyang Huang2023-06-161-1/+1
| * wifi: ath11k: Restart firmware after cold boot calibration for IPQ5018Ziyang Huang2023-06-161-0/+1
| * wifi: ath11k: Add missing ops config for IPQ5018 in ath11k_ahb_probe()Ziyang Huang2023-06-161-0/+1
| * wifi: ath11k: Add missing check for ioremapJiasheng Jiang2023-06-151-0/+5
| * wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx()Wen Gong2023-06-151-1/+0
| * wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh2023-06-132-0/+6
| * wifi: ath11k: debug: add ATH11K_DBG_CEKalle Valo2023-06-132-2/+5
| * wifi: ath11k: htc: cleanup debug messagesKalle Valo2023-06-131-13/+21
| * wifi: ath11k: don't use %pKKalle Valo2023-06-135-13/+13
| * wifi: ath11k: hal: cleanup debug messageKalle Valo2023-06-131-1/+1
| * wifi: ath11k: debug: use all upper case in ATH11k_DBG_HALKalle Valo2023-06-133-17/+17
| * wifi: ath11k: dp: cleanup debug messageKalle Valo2023-06-131-8/+4
| * wifi: ath11k: pci: cleanup debug loggingKalle Valo2023-06-133-10/+10
| * wifi: ath11k: wmi: add unified command debug messagesKalle Valo2023-06-131-143/+185
| * wifi: ath11k: wmi: use common error handling styleKalle Valo2023-06-131-24/+56
| * wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd()Kalle Valo2023-06-131-4/+8
| * wifi: ath11k: remove unsupported event handlersKalle Valo2023-06-131-15/+1
| * wifi: ath11k: add WMI event debug messagesKalle Valo2023-06-131-18/+54
| * wifi: ath11k: remove manual mask names from debug messagesKalle Valo2023-06-1312-184/+184
| * wifi: ath11k: print debug level in debug messagesKalle Valo2023-06-132-1/+43
| * wifi: ath11k: debug: remove unused ATH11K_DBG_ANYKalle Valo2023-06-131-1/+0
| * wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel2023-06-131-3/+4
| * wifi: ath12k: delete the timer rx_replenish_retry during rmmodHari Chandrakanthan2023-06-091-0/+1
| * wifi: ath12k: Use msdu_end to check MCBCBaochen Qiang2023-06-093-13/+13
| * wifi: ath12k: check hardware major version for WCN7850Carl Huang2023-06-091-1/+13
| * wifi: ath12k: Avoid NULL pointer access during management transmit cleanupBalamurugan S2023-06-091-0/+1
| * wifi: ath11k: update proper pdev/vdev id for testmode commandVenkateswara Naralasetty2023-06-091-3/+34
| * wifi: atk10k: Don't opencode ath10k_pci_priv() in ath10k_ahb_priv()Uwe Kleine-König2023-06-091-1/+1
| * wifi: ath10k: Convert to platform remove callback returning voidUwe Kleine-König2023-06-092-9/+5
| * wifi: ath10k: Drop checks that are always falseUwe Kleine-König2023-06-091-9/+0
| * wifi: ath10k: Drop cleaning of driver data from probe error path and removeUwe Kleine-König2023-06-091-3/+0
| * wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restartYoughandhar Chintala2023-06-012-9/+7
| * wifi: ath11k: Add HTT stats for PHY reset caseNidhi Jain2023-06-012-0/+157
| * wifi: ath11k: Allow ath11k to boot without caldata in ftm modeSowmiya Sree Elavalagan2023-06-011-1/+9
| * wifi: ath11k: factory test mode supportGovindaraj Saminathan2023-06-0112-21/+444
| * wifi: ath11k: remove unused function ath11k_tm_event_wmi()Govindaraj Saminathan2023-06-012-70/+2
| * wifi: ath11k: add support default regdb while searching board-2.bin for WCN6855Wen Gong2023-06-011-13/+40
| * wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatoryP Praneesh2023-05-262-35/+68
| * wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin2023-05-251-1/+7
| * wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-05-251-1/+1
| * wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-05-251-2/+2
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-05-1723-152/+545
| |\
| | * wifi: ath11k: Send HT fixed rate in WMI peer fixed paramMaharaja Kennadyrajan2023-05-171-2/+61
| | * wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and ch...Maharaja Kennadyrajan2023-05-171-15/+15
| | * wifi: ath12k: increase vdev setup timeoutAishwarya R2023-05-172-1/+4
| | * wifi: ath11k: EMA beacon supportAloka Dixit2023-05-093-3/+70
| | * wifi: ath11k: MBSSID beacon supportAloka Dixit2023-05-092-5/+112