summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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-08-02wifi: ath11k: Remove cal_done check during probeSeevalamuthu Mariappan1-1/+1
2023-08-02wifi: ath11k: Add coldboot calibration support for QCN9074Anilkumar Kolli5-29/+36
2023-08-02wifi: ath11k: Split coldboot calibration hw_paramSeevalamuthu Mariappan5-14/+35
2023-08-02wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings()Dmitry Antipov1-2/+2
2023-08-02wifi: ath11k: fix band selection for ppdu received in channel 177 of 5 GHzAditya Kumar Singh1-1/+1
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring3-4/+2
2023-07-27wifi: wil6210: fix fortify warningsDmitry Antipov4-6/+10
2023-07-26Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on ...Kalle Valo1-5/+0
2023-07-26Revert "wifi: ath11k: Enable threaded NAPI"Kalle Valo2-2/+0
2023-07-25wifi: ath9k: fix printk specifierDongliang Mu2-4/+4
2023-07-25wifi: ath6kl: Remove error checking for debugfs_create_dir()Wang Ming1-2/+0
2023-07-25wifi: ath5k: remove phydir check from ath5k_debug_init_device()Minjie Du1-2/+0
2023-07-25wifi: ath9k: fix fortify warningsDmitry Antipov2-4/+6
2023-07-25wifi: ath9k: avoid using uninitialized arrayDmitry Antipov1-0/+2
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds56-714/+1881
2023-06-21wifi: ath10k: improve structure paddingArnd Bergmann1-3/+3
2023-06-21wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov1-2/+2
2023-06-16wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018Ziyang Huang1-1/+1
2023-06-16wifi: ath11k: Restart firmware after cold boot calibration for IPQ5018Ziyang Huang1-0/+1
2023-06-16wifi: ath11k: Add missing ops config for IPQ5018 in ath11k_ahb_probe()Ziyang Huang1-0/+1
2023-06-15wifi: ath11k: Add missing check for ioremapJiasheng Jiang1-0/+5
2023-06-15wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx()Wen Gong1-1/+0
2023-06-13wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh2-0/+6
2023-06-13wifi: ath11k: debug: add ATH11K_DBG_CEKalle Valo2-2/+5
2023-06-13wifi: ath11k: htc: cleanup debug messagesKalle Valo1-13/+21
2023-06-13wifi: ath11k: don't use %pKKalle Valo5-13/+13
2023-06-13wifi: ath11k: hal: cleanup debug messageKalle Valo1-1/+1
2023-06-13wifi: ath11k: debug: use all upper case in ATH11k_DBG_HALKalle Valo3-17/+17
2023-06-13wifi: ath11k: dp: cleanup debug messageKalle Valo1-8/+4
2023-06-13wifi: ath11k: pci: cleanup debug loggingKalle Valo3-10/+10
2023-06-13wifi: ath11k: wmi: add unified command debug messagesKalle Valo1-143/+185
2023-06-13wifi: ath11k: wmi: use common error handling styleKalle Valo1-24/+56
2023-06-13wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd()Kalle Valo1-4/+8
2023-06-13wifi: ath11k: remove unsupported event handlersKalle Valo1-15/+1
2023-06-13wifi: ath11k: add WMI event debug messagesKalle Valo1-18/+54
2023-06-13wifi: ath11k: remove manual mask names from debug messagesKalle Valo12-184/+184
2023-06-13wifi: ath11k: print debug level in debug messagesKalle Valo2-1/+43
2023-06-13wifi: ath11k: debug: remove unused ATH11K_DBG_ANYKalle Valo1-1/+0
2023-06-13wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel1-3/+4
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-06-09wifi: ath11k: update proper pdev/vdev id for testmode commandVenkateswara Naralasetty1-3/+34
2023-06-09wifi: atk10k: Don't opencode ath10k_pci_priv() in ath10k_ahb_priv()Uwe Kleine-König1-1/+1