From: Peter Große Date: Tue, 6 Mar 2018 14:57:18 +0000 (+0100) Subject: ath9k: spelling s/premble/preamble/ X-Git-Tag: for-linus-20180413~64^2~52^2~39^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1fb148f51e6ceb367e3b5e1fccbd3756bf48e9fd;p=linux-block.git ath9k: spelling s/premble/preamble/ Signed-off-by: Peter Große Signed-off-by: Kalle Valo --- 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)