On Thu, 2010-03-11 at 23:43 -0500, Bob Copeland wrote: > + err = misc_register(&mac80211_hwsim_miscdev); > + if (err) { > + class_unregister(hwsim_class); > + goto failed; > + } > + > for (i = 0; i < radios; i++) { > struct mac80211_hwsim_data *data = > mac80211_hwsim_create_radio(); > Keeping the static virtual radios is odd ... you can't use them for anything since they can't communicate, I think? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html