summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2023-10-12wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warningKalle Valo1-2/+2
2023-10-10wifi: ath11k: call ath11k_mac_fils_discovery() without conditionAloka Dixit1-3/+1
2023-10-09Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-8/+19
2023-10-07Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski13-136/+192
2023-10-05wifi: ath11k: fix Tx power value during active CACAditya Kumar Singh1-0/+8
2023-10-05wifi: ath11k: fix CAC running state during virtual interface startAditya Kumar Singh1-8/+11
2023-09-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo13-130/+183
2023-09-28wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handlingKalle Valo1-2/+8
2023-09-28wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usageDmitry Antipov1-19/+25
2023-09-28wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan8-31/+23
2023-09-28wifi: ath11k: use kstrtoul_from_user() where appropriateDmitry Antipov1-18/+8
2023-09-21wifi: ath11k: remove unused members of 'struct ath11k_base'Dmitry Antipov2-4/+0
2023-09-21wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()Dmitry Antipov1-7/+0
2023-09-21wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats()Dmitry Antipov1-3/+0
2023-09-21wifi: ath11k: fix boot failure with one MSI vectorBaochen Qiang1-12/+12
2023-09-20wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855Wen Gong1-21/+87
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-6/+9
2023-09-05wifi: ath11k: fix tid bitmap is 0 in peer rx mu statsMuna Sinada2-13/+14
2023-09-05wifi: ath11k: move references from rsvd2 to info fieldsMuna Sinada2-8/+13
2023-09-05wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crashArowa Suliman1-0/+1
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+6
2023-08-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo8-58/+43
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-08-23wifi: ath11k: Remove unused declarationsYue Haibing2-5/+0
2023-08-23wifi: ath11k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-23wifi: ath11k: simplify the code with module_platform_driverYang Yingliang1-11/+1
2023-08-23wifi: ath11k: Fix a few spelling errorsJeff Johnson3-3/+3
2023-08-23wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson2-33/+33
2023-08-23wifi: ath11k: Cleanup mac80211 references on failure during tx_completeSven Eckelmann1-3/+3
2023-08-23wifi: ath11k: Don't drop tx_status when peer cannot be foundSven Eckelmann1-2/+2
2023-08-21wifi: ath11k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+6
2023-08-05Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski9-45/+72
2023-08-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo9-44/+72
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 Herring1-1/+0
2023-07-26Revert "wifi: ath11k: Enable threaded NAPI"Kalle Valo2-2/+0
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds28-556/+1640
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-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