svn commit: r184285 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Sat Oct 25 17:52:27 PDT 2008


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(


More information about the svn-src-all mailing list