diff options
author | Ganapathi Bhat <gbhat@marvell.com> | 2016-04-05 01:04:34 -0700 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2016-04-07 19:42:17 +0300 |
commit | f6b1cbe029f6828bbdac8b54bdcbdc35420e842e (patch) | |
tree | 8e7ee7f1fde69057a50ff1b16de32b21395dbf84 /drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c | |
parent | a069caa3c30fc9744a82a6b83503ed93e00e723c (diff) | |
download | linux-f6b1cbe029f6828bbdac8b54bdcbdc35420e842e.tar.gz linux-f6b1cbe029f6828bbdac8b54bdcbdc35420e842e.tar.bz2 linux-f6b1cbe029f6828bbdac8b54bdcbdc35420e842e.zip |
mwifiex: add support for GTK rekey offload
Added driver functionality to offload GTK rekey to firmware. When
AP sends new GTK, firmware will update it.
Signed-off-by: Ganapathi Bhat <gbhat@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c')
-rw-r--r-- | drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c b/drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c index d96523e10eb4..434b9776db45 100644 --- a/drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c +++ b/drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c @@ -1244,6 +1244,8 @@ int mwifiex_process_sta_cmdresp(struct mwifiex_private *priv, u16 cmdresp_no, case HostCmd_CMD_ROBUST_COEX: ret = mwifiex_ret_robust_coex(priv, resp, data_buf); break; + case HostCmd_CMD_GTK_REKEY_OFFLOAD_CFG: + break; default: mwifiex_dbg(adapter, ERROR, "CMD_RESP: unknown cmd response %#x\n", |