Browse Source

ath6kl: fix typo

firmare -> firmware

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Julia Lawall 9 years ago
parent
commit
8a9a3efa9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/ath/ath6kl/core.h

+ 1 - 1
drivers/net/wireless/ath/ath6kl/core.h

@@ -148,7 +148,7 @@ enum ath6kl_fw_capability {
 	/* ratetable is the 2 stream version (max MCS15) */
 	/* ratetable is the 2 stream version (max MCS15) */
 	ATH6KL_FW_CAPABILITY_RATETABLE_MCS15,
 	ATH6KL_FW_CAPABILITY_RATETABLE_MCS15,
 
 
-	/* firmare doesn't support IP checksumming */
+	/* firmware doesn't support IP checksumming */
 	ATH6KL_FW_CAPABILITY_NO_IP_CHECKSUM,
 	ATH6KL_FW_CAPABILITY_NO_IP_CHECKSUM,
 
 
 	/* this needs to be last */
 	/* this needs to be last */