diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-22 18:58:04 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2017-06-28 19:54:14 +0200 |
commit | 58828680af495bc4863af3a006f2018c71714665 (patch) | |
tree | b3d01175302370be46fea5ce683662d12b0c5d22 /drivers/net/wireless/st | |
parent | MAINTAINERS: add brcm80211 maintainer info from Cypress (diff) | |
download | linux-58828680af495bc4863af3a006f2018c71714665.tar.xz linux-58828680af495bc4863af3a006f2018c71714665.zip |
rsi: add in missing RSI_FSM_STATES into array fsm_state
Two recent commits added new RSI_FSM_STATES (namely FSM_FW_NOT_LOADED
and FSM_COMMON_DEV_PARAMS_SENT) and the corresponding table fsm_state
was not updated to match. This can lead to an array overrun when
accessing the latter two states in fsm_state. Fix this by adding in
the missing states.
Detected by CoverityScan, CID#1398379 ("Illegal address computation")
Fixes: 9920322ccd8e ("rsi: add tx frame for common device configuration")
Fixes: 015e367494c1 ("rsi: Register interrupt handler before firmware load")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/st')
0 files changed, 0 insertions, 0 deletions