OSDN Git Service

ath9k: Add new MCI states
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Thu, 5 Feb 2015 04:52:40 +0000 (10:22 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 26 Feb 2015 12:58:38 +0000 (14:58 +0200)
Several new MCI states have to handled,
add them to the list.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/ar9003_mci.h

index 66d7ab9..19800af 100644 (file)
@@ -191,17 +191,45 @@ enum mci_bt_state {
 /* Type of state query */
 enum mci_state_type {
        MCI_STATE_ENABLE,
+       MCI_STATE_INIT_GPM_OFFSET,
+       MCI_STATE_CHECK_GPM_OFFSET,
+       MCI_STATE_NEXT_GPM_OFFSET,
+       MCI_STATE_LAST_GPM_OFFSET,
+       MCI_STATE_BT,
+       MCI_STATE_SET_BT_SLEEP,
        MCI_STATE_SET_BT_AWAKE,
+       MCI_STATE_SET_BT_CAL_START,
+       MCI_STATE_SET_BT_CAL,
        MCI_STATE_LAST_SCHD_MSG_OFFSET,
        MCI_STATE_REMOTE_SLEEP,
+       MCI_STATE_CONT_STATUS,
        MCI_STATE_RESET_REQ_WAKE,
        MCI_STATE_SEND_WLAN_COEX_VERSION,
+       MCI_STATE_SET_BT_COEX_VERSION,
+       MCI_STATE_SEND_WLAN_CHANNELS,
        MCI_STATE_SEND_VERSION_QUERY,
        MCI_STATE_SEND_STATUS_QUERY,
+       MCI_STATE_NEED_FLUSH_BT_INFO,
+       MCI_STATE_SET_CONCUR_TX_PRI,
        MCI_STATE_RECOVER_RX,
        MCI_STATE_NEED_FTP_STOMP,
+       MCI_STATE_NEED_TUNING,
+       MCI_STATE_NEED_STAT_DEBUG,
+       MCI_STATE_SHARED_CHAIN_CONCUR_TX,
+       MCI_STATE_AIC_CAL,
+       MCI_STATE_AIC_START,
+       MCI_STATE_AIC_CAL_RESET,
+       MCI_STATE_AIC_CAL_SINGLE,
+       MCI_STATE_IS_AR9462,
+       MCI_STATE_IS_AR9565_1ANT,
+       MCI_STATE_IS_AR9565_2ANT,
+       MCI_STATE_WLAN_WEAK_SIGNAL,
+       MCI_STATE_SET_WLAN_PS_STATE,
+       MCI_STATE_GET_WLAN_PS_STATE,
        MCI_STATE_DEBUG,
-       MCI_STATE_NEED_FLUSH_BT_INFO,
+       MCI_STATE_STAT_DEBUG,
+       MCI_STATE_ALLOW_FCS,
+       MCI_STATE_SET_2G_CONTENTION,
        MCI_STATE_MAX
 };