aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_mci.c
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2012-06-12 10:48:22 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-06-13 14:36:02 -0400
commit26e942b790eddc757b5be179ef67907e025ff87b (patch)
tree2ad5e250d5fb6b438d1de6023fe2aef4e0143e1d /drivers/net/wireless/ath/ath9k/ar9003_mci.c
parent6d97be48e27603f99743fc0e94e57dce2edb9cbf (diff)
ath9k_hw: remove MCI_STATE_CONT_* state
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/ar9003_mci.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_mci.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_mci.c b/drivers/net/wireless/ath/ath9k/ar9003_mci.c
index 1508500e73be..25f99ef48b20 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_mci.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_mci.c
@@ -1191,15 +1191,6 @@ u32 ar9003_mci_state(struct ath_hw *ah, u32 state_type)
1191 AR_MCI_RX_REMOTE_SLEEP) ? 1191 AR_MCI_RX_REMOTE_SLEEP) ?
1192 MCI_BT_SLEEP : MCI_BT_AWAKE; 1192 MCI_BT_SLEEP : MCI_BT_AWAKE;
1193 break; 1193 break;
1194 case MCI_STATE_CONT_RSSI_POWER:
1195 value = MS(mci->cont_status, AR_MCI_CONT_RSSI_POWER);
1196 break;
1197 case MCI_STATE_CONT_PRIORITY:
1198 value = MS(mci->cont_status, AR_MCI_CONT_RRIORITY);
1199 break;
1200 case MCI_STATE_CONT_TXRX:
1201 value = MS(mci->cont_status, AR_MCI_CONT_TXRX);
1202 break;
1203 case MCI_STATE_SET_BT_SLEEP: 1194 case MCI_STATE_SET_BT_SLEEP:
1204 mci->bt_state = MCI_BT_SLEEP; 1195 mci->bt_state = MCI_BT_SLEEP;
1205 break; 1196 break;