commit | c26409a919e2a338f0cff6ea0e1a96e658a3bfaa | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg@redhat.com> | Wed Nov 11 14:36:30 2009 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 23 17:05:27 2009 -0500 |
tree | 25a3759a1d65bc70b329fa44df4b76c74b942609 | |
parent | a3caa99e6c68f466c13cfea74097f6fb01b45e25 [diff] |
ipw2100: Register the wiphy device libipw unconditionally calls wiphy_unregister, but it's up to the driver to register it in the first place. ipw2100 fails to do so. Add the necessary glue code, and also ensure that rfkill statuses get set up appropriately. (Augmented for proper wiphy_unregister placement. -- JWL) Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>