On Mon, 2009-12-14 at 22:43 +0100, Rafał Miłecki wrote: > I believe we ieee80211_register_hw in b43 once but it may happen we > reload firmware while having device still registered. Should we really > ieee80211_unregister_hw and ieee80211_register_hw on every time we > reload firmware (as we may load one with other capabilities)?
Afaict the driver never reloads the firmware from userspace, it just reprograms it onto the device, so your question is moot. However, it does register _before_ loading it, the new async work allows it to do it the other way around. johannes
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
