summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-1/+1
2023-01-17wifi: ath10k: Remove the unused function ath10k_ce_shadow_src_ring_write_inde...Jiapeng Chong1-8/+0
2022-12-02wifi: ath10k: fix QCOM_SMEM dependencyKalle Valo1-1/+1
2022-11-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo6-138/+173
2022-11-25wifi: ath10k: Store WLAN firmware version in SMEM image tableYoughandhar Chintala2-0/+36
2022-11-17wifi: ath10k: Remove redundant argument offsetZhi-Jun You1-12/+7
2022-11-17wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12
2022-11-09wifi: ath10k: Use IEEE80211_SEQ_TO_SN() for seq_ctrl conversionZhi-Jun You1-3/+3
2022-11-08wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET1-2/+3
2022-11-03wifi: ath10k: Make QMI message rules constJeff Johnson3-115/+115
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo5-2/+38
2022-10-19wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala3-0/+27
2022-10-13wifi: ath10k: Check return value of ath10k_get_arvif() in ath10k_wmi_event_td...Peter Kosyh1-0/+7
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski23-40/+46
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski4-8/+4
2022-09-28wifi: ath10k: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+4
2022-09-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo23-37/+43
2022-09-22wifi: ath10k: reset pointer after memory free to avoid potential use-after-freeWen Gong1-0/+6
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson23-37/+37
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-3/+3
2022-08-30Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo4-28/+55
2022-08-09wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong1-25/+29
2022-08-09wifi: ath10k: Set tx credit to one for WCN3990 snoc based devicesYoughandhar Chintala3-3/+26
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-10/+4
2022-07-16tracing/ath: Use the new __vstring() helperSteven Rostedt (Google)1-10/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman1-2/+2