Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2017 22:13:03 +0000 (UTC)
From:      Andriy Voskoboinyk <avos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322957 - head/sys/net80211
Message-ID:  <201708272213.v7RMD3Yw083075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avos
Date: Sun Aug 27 22:13:03 2017
New Revision: 322957
URL: https://svnweb.freebsd.org/changeset/base/322957

Log:
  net80211: fix a typo (premable -> preamble).

Modified:
  head/sys/net80211/ieee80211_output.c

Modified: head/sys/net80211/ieee80211_output.c
==============================================================================
--- head/sys/net80211/ieee80211_output.c	Sun Aug 27 21:36:44 2017	(r322956)
+++ head/sys/net80211/ieee80211_output.c	Sun Aug 27 22:13:03 2017	(r322957)
@@ -2500,7 +2500,7 @@ ieee80211_send_mgmt(struct ieee80211_node *ni, int typ
 			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))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708272213.v7RMD3Yw083075>