diff options
author | Yue Ma <yuem@codeaurora.org> | 2018-02-01 12:25:47 -0800 |
---|---|---|
committer | Yue Ma <yuem@codeaurora.org> | 2018-03-27 17:04:25 -0700 |
commit | bde7c6fb4deeeba7f1f9ae4b916ded23ba0f8214 (patch) | |
tree | 6cd9bf677b47cd75f17ea99c966f70fe74f0ca2d /include | |
parent | a56e768ca3bf5a8484dc28d173984f3960307bdf (diff) |
cnss2: Support collecting firmware dump during driver load
When firmware crashes during WLAN host driver loads, collects
firmware dump and proceeds with SSR as normal cases.
Change-Id: If2ac7da3c2db4b4116949d092ad53299f23c87e0
Signed-off-by: Yue Ma <yuem@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cnss2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cnss2.h b/include/net/cnss2.h index 053114979a87..f80d87533a99 100644 --- a/include/net/cnss2.h +++ b/include/net/cnss2.h @@ -88,6 +88,7 @@ enum cnss_driver_status { CNSS_INITIALIZED, CNSS_LOAD_UNLOAD, CNSS_RECOVERY, + CNSS_FW_DOWN, }; struct cnss_ce_tgt_pipe_cfg { |