ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054
authorVasanthakumar Thiagarajan <vasanth@atheros.com>
Fri, 13 Nov 2009 09:02:40 +0000 (14:32 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Nov 2009 22:44:00 +0000 (17:44 -0500)
commitc37919bfe0a5c1bee9a31701a31e05a2f8840936
tree31e71c40a2f7df92862dbfca46bb1c251ba3cb35
parentc90017dd43f0cdb42134b9229761e8be02bcd524
ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054

The bit value of AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB is wrong, it should
be 0x400 and the number of bits to be right shifted is 10. Having this
wrong value in 0x4054 sometimes affects bt quality on btcoex environment.

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/reg.h
This page took 0.027964 seconds and 5 git commands to generate.