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)
commit535765179fd4e8af26b69d2240d7ec33702a370a
treea21ca3bdc1b4b5f40e233672f16ec618aab604fa
parent6e93d7195e75741e9ebe23ca5591977d0b39ecc0
ar9170: load firmware asynchronously

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>
drivers/net/wireless/ath/ar9170/ar9170.h
drivers/net/wireless/ath/ar9170/main.c
drivers/net/wireless/ath/ar9170/usb.c