fix comment

This commit is contained in:
Sam Leffler 2009-01-27 23:43:20 +00:00
parent 8658b18b82
commit b83f2cf386

View File

@ -71,7 +71,7 @@ ieee80211_regdomain_attach(struct ieee80211com *ic)
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;