ar9170: load firmware asynchronously
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 23 Dec 2009 12:15:30 +0000 (13:15 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 2 Mar 2010 19:31:50 +0000 (14:31 -0500)
This converts ar9170 to load firmware asynchronously
out of ->probe() and only register with mac80211 when
all firmware has been loaded successfully. If, on the
other hand, any firmware fails to load, it will now
unbind from the device.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found