commit | 9adca126dbf4bf099bc7051deb6b566725a046dc | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Thu Sep 10 18:04:47 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 07 16:39:28 2009 -0400 |
tree | de3eaed32a5d460b50cf4f0d465a4384eb2ba551 | |
parent | 9e4bffd233f27fe83fc48efb01935aee7d0685bf [diff] |
ath5k: allocate ath5k_hw prior to initializing hw We can propagate better errors upon failed hw initialization, and set up the ath_common structure for attach purposes. This will become important once we start using the ath_common for read/write ops. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>