commit | 535765179fd4e8af26b69d2240d7ec33702a370a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Dec 23 13:15:30 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Mar 02 14:31:50 2010 -0500 |
tree | a21ca3bdc1b4b5f40e233672f16ec618aab604fa | |
parent | 6e93d7195e75741e9ebe23ca5591977d0b39ecc0 [diff] |
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>