aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_output.c
diff options
context:
space:
mode:
authorAndriy Voskoboinyk <avos@FreeBSD.org>2017-08-27 22:13:03 +0000
committerAndriy Voskoboinyk <avos@FreeBSD.org>2017-08-27 22:13:03 +0000
commit191ccdf545227f9eda7a92d15ae8f39ca0870ca7 (patch)
tree6a9f44febae7eddf3123a53aba5906119eb630c5 /sys/net80211/ieee80211_output.c
parent4ae2ade11426b1ca13c13d722829f643ac8f7e2b (diff)
downloadsrc-191ccdf545227f9eda7a92d15ae8f39ca0870ca7.tar.gz
src-191ccdf545227f9eda7a92d15ae8f39ca0870ca7.zip
net80211: fix a typo (premable -> preamble).
Notes
Notes: svn path=/head/; revision=322957
Diffstat (limited to 'sys/net80211/ieee80211_output.c')
-rw-r--r--sys/net80211/ieee80211_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c
index f99c7eca4acc..5e1845b813a4 100644
--- a/sys/net80211/ieee80211_output.c
+++ b/sys/net80211/ieee80211_output.c
@@ -2500,7 +2500,7 @@ ieee80211_send_mgmt(struct ieee80211_node *ni, int type, int arg)
capinfo |= IEEE80211_CAPINFO_PRIVACY;
/*
* NB: Some 11a AP's reject the request when
- * short premable is set.
+ * short preamble is set.
*/
if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
IEEE80211_IS_CHAN_2GHZ(ic->ic_curchan))