From: Dan Carpenter Date: Thu, 14 Nov 2013 10:01:18 +0000 (+0530) Subject: ath9k: fix SC_OP_INVALID test in ath9k_tx99_init() X-Git-Tag: v3.14-rc1~94^2~601^2^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f2a64abdeb44e488e2334d28a380a3ed5a504d;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed