From: Matthew Garrett Date: Wed, 11 Nov 2009 19:36:30 +0000 (-0500) Subject: ipw2100: Register the wiphy device X-Git-Tag: v2.6.33-rc1~388^2~214^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26409a919e2a338f0cff6ea0e1a96e658a3bfaa;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed