On 9/10/07, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > > Can you change all module_init() in net/mac80211/ to subsys_initcall() > as well? Thank you Johannes! This worked very well. In fact, I'm emailing this message using my built-in rt2x00 driver. I had to change the module_init() to subsys_initcall() in ieee80211.c and rc80211_simple.c, as well as the original change in net/wireless/core.c. After that, it seems to work well either built-in or as modules. - 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