> The libertas driver calls wiphy_unregister() without a prior > wiphy_register() when a devices fails initialization. Fix this by > introducing a private flag. Nice. However, I wonder: do we really need a private variable? Does each driver introduce a private variable for this?