On Mon, 2007-09-10 at 12:31 +0200, Johannes Berg wrote: > Ok, then the change I proposed to you definitely fixed the bug, but this > is an unrelated one. I'll have to look why it fails to init the rate > control when that's built in. Ah, I see, same bug. mac80211 initialises with module_init(ieee80211_init); and the rate control algorithms do the same, this means they haven't been initialised yet when your device is registered. Can you change all module_init() in net/mac80211/ to subsys_initcall() as well? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part