svn commit: r187802 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Tue Jan 27 15:43:21 PST 2009


Author: sam
Date: Tue Jan 27 23:43:20 2009
New Revision: 187802
URL: http://svn.freebsd.org/changeset/base/187802

Log:
  fix comment

Modified:
  head/sys/net80211/ieee80211_regdomain.c

Modified: head/sys/net80211/ieee80211_regdomain.c
==============================================================================
--- head/sys/net80211/ieee80211_regdomain.c	Tue Jan 27 23:42:14 2009	(r187801)
+++ head/sys/net80211/ieee80211_regdomain.c	Tue Jan 27 23:43:20 2009	(r187802)
@@ -71,7 +71,7 @@ ieee80211_regdomain_attach(struct ieee80
 		ic->ic_regdomain.location = ' ';		/* both */
 		ic->ic_regdomain.isocc[0] = 'U';		/* XXX */
 		ic->ic_regdomain.isocc[1] = 'S';		/* XXX */
-		/* XXX? too late to setup default channel list */
+		/* NB: driver calls ieee80211_init_channels or similar */
 	}
 	ic->ic_getradiocaps = null_getradiocaps;
 	ic->ic_setregdomain = null_setregdomain;


More information about the svn-src-head mailing list