projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221b6ec
)
ath9k: spelling s/premble/preamble/
author
Peter Große
<pegro@friiks.de>
Tue, 6 Mar 2018 14:57:18 +0000
(15:57 +0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Mon, 26 Mar 2018 15:22:44 +0000
(18:22 +0300)
Signed-off-by: Peter Große <pegro@friiks.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/common-init.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/common-init.c
b/drivers/net/wireless/ath/ath9k/common-init.c
index
8b4f7fd
..
82de0fa
100644
(file)
--- 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 pre
a
mble */
#define SHPCHECK(__hw_rate, __flags) \
((__flags & IEEE80211_RATE_SHORT_PREAMBLE) ? (__hw_rate | 0x04 ) : 0)