commit | 26f2a64abdeb44e488e2334d28a380a3ed5a504d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Nov 14 15:31:18 2013 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 02 14:24:57 2013 -0500 |
tree | 96bc20c56a214b5cb0ff2e87dad80f9fc184cb78 | |
parent | 966fb5ec4246455ac82fc13f713c36636175a2f9 [diff] |
ath9k: fix SC_OP_INVALID test in ath9k_tx99_init() SC_OP_INVALID is zero so the test is always false. We're supposed to be testing the lowest bit instead. Fixes: 89f927af7f33 ('ath9k: add TX99 support') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>