commit | c37919bfe0a5c1bee9a31701a31e05a2f8840936 | [log] [tgz] |
---|---|---|
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | Fri Nov 13 14:32:40 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 13 17:44:00 2009 -0500 |
tree | 31e71c40a2f7df92862dbfca46bb1c251ba3cb35 | |
parent | c90017dd43f0cdb42134b9229761e8be02bcd524 [diff] |
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>