Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fb148f5 authored by Peter Große's avatar Peter Große Committed by Kalle Valo
Browse files

ath9k: spelling s/premble/preamble/



Signed-off-by: default avatarPeter Große <pegro@friiks.de>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 221b6ec6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)