|
@@ -201,7 +201,7 @@ static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload)
|
|
|
switch (opcode) {
|
|
|
case MCI_GPM_BT_CAL_REQ:
|
|
|
if (mci_hw->bt_state == MCI_BT_AWAKE) {
|
|
|
- ar9003_mci_state(ah, MCI_STATE_SET_BT_CAL_START);
|
|
|
+ mci_hw->bt_state = MCI_BT_CAL_START;
|
|
|
ath9k_queue_reset(sc, RESET_TYPE_MCI);
|
|
|
}
|
|
|
ath_dbg(common, MCI, "MCI State : %d\n", mci_hw->bt_state);
|