svn commit: r191538 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Sun Apr 26 21:13:20 UTC 2009


Author: sam
Date: Sun Apr 26 21:13:18 2009
New Revision: 191538
URL: http://svn.freebsd.org/changeset/base/191538

Log:
  fix comment

Modified:
  head/sys/net80211/ieee80211_output.c

Modified: head/sys/net80211/ieee80211_output.c
==============================================================================
--- head/sys/net80211/ieee80211_output.c	Sun Apr 26 21:12:19 2009	(r191537)
+++ head/sys/net80211/ieee80211_output.c	Sun Apr 26 21:13:18 2009	(r191538)
@@ -292,9 +292,7 @@ ieee80211_start(struct ifnet *ifp)
 /*
  * 802.11 output routine. This is (currently) used only to
  * connect bpf write calls to the 802.11 layer for injecting
- * raw 802.11 frames.  Note we locate the ieee80211com from
- * the ifnet using a spare field setup at attach time.  This
- * will go away when the virtual ap support comes in.
+ * raw 802.11 frames.
  */
 int
 ieee80211_output(struct ifnet *ifp, struct mbuf *m,


More information about the svn-src-head mailing list