commit | 211f5859af951788a3fe4752142a5e9047afa5d8 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Tue Oct 06 21:19:07 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 07 16:39:51 2009 -0400 |
tree | 2d1048397c2eb66950a688ac43cebccc4f818816 | |
parent | faa27fae7da900b6d977124410caa3d014676478 [diff] |
ath9k: initialize hw prior to debugfs debugfs uses the hardware for several debugfs files as such the hardware must be initialized and available prior to its usage. The same applies to when we free the hw structs -- free debufs file entries prior to free'ing the hardware. Reported-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>