Enable FM SSR support
This invoke SSR cleanup when h/w error event happens
Change-Id: I64db56b6ab21ff737fb8da244a33d1e835a4ce63
diff --git a/fm_hci/fm_hci.c b/fm_hci/fm_hci.c
index 0cf2de8..d559b74 100644
--- a/fm_hci/fm_hci.c
+++ b/fm_hci/fm_hci.c
@@ -265,8 +265,7 @@
} else if (pbuf->evt_code == FM_HW_ERR_EVENT) {
ALOGI("%s: FM H/w Err Event Recvd. Event Code: 0x%2x", __func__, pbuf->evt_code);
lib_running =0;
- // commented till bt vendor include added
- // fm_vnd_if->ssr_cleanup(0x22);
+ fm_vnd_if->ssr_cleanup(0x22);
} else {
ALOGI("%s: Not CS/CC Event: Recvd. Event Code: 0x%2x", __func__, pbuf->evt_code);
evt_type = -1;