summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumanth Gavini <sumanth.gavini@yahoo.com>2025-05-21 08:54:09 +0300
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>2025-06-27 17:42:45 +0300
commit20870fb0a3001fa99f2684dafb200c2ae6b8aae7 (patch)
treeea9727cedaef70e1ba32a4d03f369122de201f37
parented259ae54de6d7daa778dcb3471c00367d32c11c (diff)
downloadlinux-20870fb0a3001fa99f2684dafb200c2ae6b8aae7.tar.xz
wifi: ath10k: Fix Spelling
Fix "trasmitting" to "transmitting" Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com> Link: https://patch.msgid.link/20250521055411.288724-1-sumanth.gavini@yahoo.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
-rw-r--r--drivers/net/wireless/ath/ath10k/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h
index 446dca74f06a..5fab10f55c5d 100644
--- a/drivers/net/wireless/ath/ath10k/core.h
+++ b/drivers/net/wireless/ath/ath10k/core.h
@@ -779,7 +779,7 @@ enum ath10k_fw_features {
/* Firmware supports bypassing PLL setting on init. */
ATH10K_FW_FEATURE_SUPPORTS_SKIP_CLOCK_INIT = 9,
- /* Raw mode support. If supported, FW supports receiving and trasmitting
+ /* Raw mode support. If supported, FW supports receiving and transmitting
* frames in raw mode.
*/
ATH10K_FW_FEATURE_RAW_MODE_SUPPORT = 10,