diff mbox

ath9k: spelling s/premble/preamble/

Message ID 20180306145718.4617-1-pegro@friiks.de (mailing list archive)
State Accepted
Commit 1fb148f51e6ceb367e3b5e1fccbd3756bf48e9fd
Delegated to: Kalle Valo
Headers show

Commit Message

Peter Große March 6, 2018, 2:57 p.m. UTC
Signed-off-by: Peter Große <pegro@friiks.de>
---
 drivers/net/wireless/ath/ath9k/common-init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo March 26, 2018, 3:23 p.m. UTC | #1
Peter Große wrote:

> Signed-off-by: Peter Große <pegro@friiks.de>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

1fb148f51e6c ath9k: spelling s/premble/preamble/
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath9k/common-init.c b/drivers/net/wireless/ath/ath9k/common-init.c
index 8b4f7fdabf58..82de0fadbc95 100644
--- a/drivers/net/wireless/ath/ath9k/common-init.c
+++ b/drivers/net/wireless/ath/ath9k/common-init.c
@@ -88,7 +88,7 @@  static const struct ieee80211_channel ath9k_5ghz_chantable[] = {
 	CHAN5G(5825, 37), /* Channel 165 */
 };
 
-/* Atheros hardware rate code addition for short premble */
+/* Atheros hardware rate code addition for short preamble */
 #define SHPCHECK(__hw_rate, __flags) \
 	((__flags & IEEE80211_RATE_SHORT_PREAMBLE) ? (__hw_rate | 0x04 ) : 0)