summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mci.h
diff options
context:
space:
mode:
authorRajkumar Manoharan2012-10-15 11:59:55 +0200
committerJohn W. Linville2012-10-29 20:19:30 +0100
commit7bf7a71e0f7ad69358d01f2a7ba7faa9428db90b (patch)
treefe6895e1da26946ff6dda2e53e9f1baf088fd2c6 /drivers/net/wireless/ath/ath9k/mci.h
parentath9k: adjust duty cycle for FTP profile for AR9565 (diff)
downloadkernel-qcow2-linux-7bf7a71e0f7ad69358d01f2a7ba7faa9428db90b.tar.gz
kernel-qcow2-linux-7bf7a71e0f7ad69358d01f2a7ba7faa9428db90b.tar.xz
kernel-qcow2-linux-7bf7a71e0f7ad69358d01f2a7ba7faa9428db90b.zip
ath9k: Add new BT profile info A2DP_Voice
When the BT connection is initiated by headset, it's possible that headset requests to make one A2DP and one Voice connection over the same link. BT firmware will send a new profile A2DP_Voice in this case. So WLAN has to take care of this new profile for tuning BTCOEX parameters. Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mci.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/mci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mci.h b/drivers/net/wireless/ath/ath9k/mci.h
index e5f170a4d662..06958837620c 100644
--- a/drivers/net/wireless/ath/ath9k/mci.h
+++ b/drivers/net/wireless/ath/ath9k/mci.h
@@ -70,6 +70,7 @@
_mci->num_pan++; \
break; \
case MCI_GPM_COEX_PROFILE_VOICE: \
+ case MCI_GPM_COEX_PROFILE_A2DPVO:\
_mci->num_sco++; \
break; \
default: \
@@ -94,6 +95,7 @@
_mci->num_pan--; \
break; \
case MCI_GPM_COEX_PROFILE_VOICE: \
+ case MCI_GPM_COEX_PROFILE_A2DPVO:\
_mci->num_sco--; \
break; \
default: \