qcacld-3.0: Stop the opportunistic timer when hdd stop happens

Stop the opportunistic timer & take action if needed when hdd stop
happens. Also, take action when set_hw_mode request to FW times out.

Change-Id: I32f1e38e93a5805e0d85b800cc4e070cd6f79669
CRs-Fixed: 2133388
This commit is contained in:
Tushnim Bhattacharyya
2017-10-25 16:29:11 -07:00
committed by snandini
szülő 6c46dd8335
commit 8629489f02
6 fájl változott, egészen pontosan 53 új sor hozzáadva és 0 régi sor törölve

Fájl megtekintése

@@ -288,6 +288,9 @@ enum ds_mode {
#define WMA_DEL_P2P_SELF_STA_RSP_START 0x03
#define WMA_SET_LINK_PEER_RSP 0x04
#define WMA_DELETE_PEER_RSP 0x05
#define WMA_PDEV_SET_HW_MODE_RESP 0x06
#define WMA_VDEV_START_REQUEST_TIMEOUT 6000 /* 6s */
#define WMA_VDEV_STOP_REQUEST_TIMEOUT 6000 /* 6s */
#define WMA_VDEV_HW_MODE_REQUEST_TIMEOUT 5000 /* 5s */