Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2008 00:52:26 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184285 - head/sys/net80211
Message-ID:  <200810260052.m9Q0qQh4065574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sam
Date: Sun Oct 26 00:52:26 2008
New Revision: 184285
URL: http://svn.freebsd.org/changeset/base/184285

Log:
  fix comment that belonged w/ previous commit

Modified:
  head/sys/net80211/ieee80211_output.c

Modified: head/sys/net80211/ieee80211_output.c
==============================================================================
--- head/sys/net80211/ieee80211_output.c	Sun Oct 26 00:48:20 2008	(r184284)
+++ head/sys/net80211/ieee80211_output.c	Sun Oct 26 00:52:26 2008	(r184285)
@@ -401,9 +401,8 @@ bad:
 
 /*
  * Set the direction field and address fields of an outgoing
- * non-QoS frame.  Note this should be called early on in
- * constructing a frame as it sets i_fc[1]; other bits can
- * then be or'd in.
+ * frame.  Note this should be called early on in constructing
+ * a frame as it sets i_fc[1]; other bits can then be or'd in.
  */
 static void
 ieee80211_send_setup(



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