summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2023-12-21wifi: mac80211: rework RX timestamp flagsJohannes Berg1-1/+1
2023-12-07wifi: ath10k: add support to allow broadcast action frame RXJames Prestwood3-2/+30
2023-11-30wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_recordJeff Johnson1-3/+3
2023-11-30wifi: ath10k: remove ath10k_htc_record::pauload[]Jeff Johnson1-1/+0
2023-11-30wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson28-0/+28
2023-11-22wifi: ath10k: Remove unused struct ath10k_htc_frameJeff Johnson1-13/+0
2023-11-22wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc()Dmitry Antipov1-2/+1
2023-10-31wifi: ath10k: replace deprecated strncpy with memcpyJustin Stitt2-3/+2
2023-10-18Merge tag 'wireless-next-2023-10-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-70/+47
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-10-09Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo4-70/+47
2023-10-07Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski5-15/+9
2023-10-03wifi: ath10k: simplify ath10k_peer_create()Dmitry Antipov1-9/+2
2023-10-02wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K...Wen Gong1-6/+9
2023-10-02wifi: ath10k: Don't touch the CE interrupt registers after power upDouglas Anderson1-4/+14
2023-10-02wifi: ath10k: consistently use kstrtoX_from_user() functionsDmitry Antipov2-51/+22
2023-09-21wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAILDmitry Antipov2-3/+1
2023-09-21wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_byKees Cook1-1/+1
2023-09-21wifi: ath10k: Remove unnecessary (void*) conversionsWu Yunchuan1-10/+6
2023-09-20wifi: ath10k: fix clang-specific fortify warningDmitry Antipov1-1/+1
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+5
2023-08-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo5-9/+9
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern2-2/+2
2023-08-23wifi: ath10k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-23wifi: ath10k: Fix a few spelling errorsJeff Johnson4-8/+8
2023-08-21wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+5
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-68/+34
2023-06-21wifi: ath10k: improve structure paddingArnd Bergmann1-3/+3
2023-06-09wifi: atk10k: Don't opencode ath10k_pci_priv() in ath10k_ahb_priv()Uwe Kleine-König1-1/+1
2023-06-09wifi: ath10k: Convert to platform remove callback returning voidUwe Kleine-König2-9/+5
2023-06-09wifi: ath10k: Drop checks that are always falseUwe Kleine-König1-9/+0
2023-06-09wifi: ath10k: Drop cleaning of driver data from probe error path and removeUwe Kleine-König1-3/+0
2023-06-01wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restartYoughandhar Chintala2-9/+7
2023-05-19wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+1
2023-05-17Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo6-34/+18
2023-05-05wifi: ath10k: Use list_count_nodes()Christophe JAILLET3-32/+8
2023-05-05wifi: ath10k: Serialize wake_tx_queue opsAlexander Wetzel3-2/+10
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-65/+2
2023-04-12wifi: ath10k: Remove redundant pci_clear_masterCai Huoqing1-5/+1
2023-03-24wifi: ath10k: remove unused ath10k_get_ring_byte functionTom Rix1-7/+0
2023-03-16firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman1-2/+2
2023-03-13Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo3-53/+1
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-02-22wifi: ath10k: Remove redundant assignment to changed_flagsJiapeng Chong1-1/+0
2023-02-22wifi: ath10k: snoc: enable threaded napi on WCN3990Abhishek Kumar1-0/+1
2023-02-17wifi: ath10k: Remove the unused function shadow_dst_wr_ind_addr() and ath10k_...Yang Li1-52/+0
2023-02-13Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-8/+0
2023-02-09firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1