[ath9k-devel] [patch] ath9k: fix SC_OP_INVALID test in ath9k_tx99_init()

2013-11-05 Thread Dan Carpenter
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.carpen...@oracle.com diff --git a/drivers/net/wireless/ath/ath9k/main.c

Re: [ath9k-devel] Atheros WB335 Bluetooth

2013-11-05 Thread Face
work like a charm, It took sometime to patch the kernel. Thanks alot Sujith On Tue, Nov 5, 2013 at 7:35 AM, Sujith Manoharan suj...@msujith.org wrote: Face wrote: Sujith - thanks for replying to my email. Now the Bluetooth is there however i cannot find other Bluetooth devices.

Re: [ath9k-devel] Atheros WB335 Bluetooth

2013-11-05 Thread Sujith Manoharan
Face wrote: work like a charm, It took sometime to patch the kernel. Upstream patch: http://marc.info/?l=linux-bluetoothm=138371582822597w=2 Sujith ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org

Re: [ath9k-devel] [patch] ath9k: fix SC_OP_INVALID test in ath9k_tx99_init()

2013-11-05 Thread Dan Carpenter
On Wed, Nov 06, 2013 at 10:49:21AM +0530, Sujith Manoharan wrote: Dan Carpenter wrote: 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