commit | 1144601118507f8b3b676a9a392584d216d3f2cc | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Apr 06 12:05:01 2010 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 06 15:53:33 2010 -0400 |
tree | 0cbe9320677c2b11e3ab02348281c5f3a8fe6f4b | |
parent | 0379185b6c0d1e8252023698cf1091da92a3dc03 [diff] |
ath9k: fix double calls to ath_radio_enable With the enable_radio being uninitialized, ath_radio_enable() might be called twice, which can leave some hardware in an undefined state. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Cc: stable@kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>