summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18wifi: ath10k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy1-2/+2
2023-12-07wifi: ath10k: add support to allow broadcast action frame RXJames Prestwood1-0/+16
2023-11-30wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson1-0/+1
2023-06-01wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restartYoughandhar Chintala1-9/+0
2023-05-05wifi: ath10k: Serialize wake_tx_queue opsAlexander Wetzel1-0/+3
2022-10-19wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala1-0/+16
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2022-08-09wifi: ath10k: Set tx credit to one for WCN3990 snoc based devicesYoughandhar Chintala1-0/+16
2022-05-22ath10k: add encapsulation offloading supportSergey Ryazanov1-1/+1
2022-05-22ath10k: turn rawmode into frame_modeSergey Ryazanov1-4/+7
2022-05-06ath10k: support bus and device specific API 1 BDF selectionRobert Marko1-1/+12
2022-03-21ath10k: Trigger sta disconnect on hardware restartYoughandhar Chintala1-0/+25
2022-01-17ath10k: abstract htt_rx_desc structureFrancesco Magliocca1-0/+16
2021-12-07ath10k: Fix the MTU size on QCA9377 SDIOFabio Estevam1-1/+18
2021-11-01ath10k: fetch (pre-)calibration data via nvmem subsystemChristian Lamparter1-2/+62
2021-10-25ath10k: fix module load regression with iram-recovery featureAbinaya Kalaiselvan1-2/+9
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+0
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-01-28ath10k: allow dynamic SAR power limits via common APICarl Huang1-0/+16
2020-12-17ath10k: prevent deinitializing NAPI twiceWen Gong1-0/+25
2020-12-12ath10k: add atomic protection for device recoveryWen Gong1-0/+11
2020-12-12ath10k: add option for chip-id based BDF selectionAbhishek Kumar1-11/+32
2020-11-23ath10k: add target IRAM recovery feature supportVenkateswara Naralasetty1-0/+83
2020-10-28ath10k: remove repeated words in commentsKalle Valo1-1/+1
2020-09-22ath10k: Use bdf calibration variant for snoc targetsRakesh Pillai1-5/+13
2020-09-01ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson1-13/+0
2020-08-26ath10k: Add new api to support TID specific configurationTamizh Chelvam1-0/+4
2020-08-19ath10k: sdio: add firmware coredump supportWen Gong1-0/+10
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+9
2020-08-18ath10k: move enable_pll_clk call to ath10k_core_start()Kalle Valo1-0/+7
2020-08-17ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-15ath10k: enable supports_peer_stats_info for QCA6174 PCI devicesWen Gong1-0/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-04-28ath10k: add rx bitrate report for SDIOWen Gong1-0/+2
2020-04-22ath10k: enable alt data of TX path for sdioWen Gong1-4/+4
2020-04-22ath10k: add htt TX bundle for sdioWen Gong1-3/+11
2020-04-21ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()Kalle Valo1-1/+1
2020-04-14Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-4/+1
2020-04-09ath10k: disable TX complete indication of htt for sdioWen Gong1-4/+1
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+81
2020-03-11ath10k: add QCA9377 sdio hw_param itemErik Stromdahl1-0/+27
2020-03-11ath10k: avoid consecutive OTP download to reduce boot timeVikas Patel1-0/+11
2020-02-14drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-2/+2
2020-02-11ath10k: Add support to read btcoex related data from DTTamizh Chelvam1-1/+43
2019-12-02ath10k: enable napi on RX path for sdioWen Gong1-0/+2
2019-11-29ath10k: enable firmware log by default for sdioWen Gong1-12/+0
2019-11-25ath10k: add large size for BMI download data for SDIOWen Gong1-0/+1
2019-11-08ath10k: disable cpuidle during downloading firmwareIkjoon Jang1-2/+10
2019-09-23ath: fix various spelling mistakesColin Ian King1-1/+1
2019-09-23ath10k: fix missing checks for bmi reads and writesKangjie Lu1-9/+32