Hi,
This is net/mac80211/ieee80211.c, line 4920: BUG_ON(local->reg_state != IEEE80211_DEV_REGISTERED); Apparently rt61 calls ieee80211_unregister_hw() even though it never called ieee80211_register_hw() due to the failure to load the firmware. Either mac80211 should be more tolerant, or rt61 should keep track of what it has registered. I'm unsure which is better, hence no patch attached ;)
mac80211 is tolerant enough, the bug in in rt61. fortunately the rt2x00 git tree already contains a fix for this issue (applied yesterday), so it will be part of the next pull request. Ivo - 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