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

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
...@@ -88,7 +88,7 @@ static const struct ieee80211_channel ath9k_5ghz_chantable[] = { ...@@ -88,7 +88,7 @@ static const struct ieee80211_channel ath9k_5ghz_chantable[] = {
CHAN5G(5825, 37), /* Channel 165 */ 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) \ #define SHPCHECK(__hw_rate, __flags) \
((__flags & IEEE80211_RATE_SHORT_PREAMBLE) ? (__hw_rate | 0x04 ) : 0) ((__flags & IEEE80211_RATE_SHORT_PREAMBLE) ? (__hw_rate | 0x04 ) : 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment