summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
diff options
context:
space:
mode:
authorPeter Große <pegro@friiks.de>2018-03-06 15:57:18 +0100
committerKalle Valo <kvalo@codeaurora.org>2018-03-26 18:22:44 +0300
commit1fb148f51e6ceb367e3b5e1fccbd3756bf48e9fd (patch)
tree025e867a2d8a299528b7bec8e999803c8fec83cb /drivers/net/wireless/ath/ath9k
parent221b6ec69ed9c56b6cd9a124a387a9472f14284e (diff)
downloadop-kernel-dev-1fb148f51e6ceb367e3b5e1fccbd3756bf48e9fd.zip
op-kernel-dev-1fb148f51e6ceb367e3b5e1fccbd3756bf48e9fd.tar.gz
ath9k: spelling s/premble/preamble/
Signed-off-by: Peter Große <pegro@friiks.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k')
-rw-r--r--drivers/net/wireless/ath/ath9k/common-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common-init.c b/drivers/net/wireless/ath/ath9k/common-init.c
index 8b4f7fd..82de0fa 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)
OpenPOWER on IntegriCloud