summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/cmdevt.c
diff options
context:
space:
mode:
authorXinming Hu <huxm@marvell.com>2015-06-03 16:59:39 +0530
committerKalle Valo <kvalo@codeaurora.org>2015-06-08 11:41:54 +0300
commitb21783e94e20a639186eaf491ccd392b85cafae7 (patch)
tree288924861b473e57f50f30cf46dd953e22c0c842 /drivers/net/wireless/mwifiex/cmdevt.c
parent442f6f9b49c88482b82790eee23fa330e1faf9f6 (diff)
downloadlinux-b21783e94e20a639186eaf491ccd392b85cafae7.tar.gz
linux-b21783e94e20a639186eaf491ccd392b85cafae7.tar.bz2
linux-b21783e94e20a639186eaf491ccd392b85cafae7.zip
mwifiex: add sta_list firmware command
This patch add sta_list firmware command, which can be used to get power status and rssi for the stations associated to mwifiex micro AP. Signed-off-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/mwifiex/cmdevt.c')
-rw-r--r--drivers/net/wireless/mwifiex/cmdevt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/cmdevt.c b/drivers/net/wireless/mwifiex/cmdevt.c
index b5033d1bbc74..a51feac6bd36 100644
--- a/drivers/net/wireless/mwifiex/cmdevt.c
+++ b/drivers/net/wireless/mwifiex/cmdevt.c
@@ -575,6 +575,7 @@ int mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no,
case HostCmd_CMD_UAP_BSS_STOP:
case HostCmd_CMD_UAP_STA_DEAUTH:
case HOST_CMD_APCMD_SYS_RESET:
+ case HOST_CMD_APCMD_STA_LIST:
ret = mwifiex_uap_prepare_cmd(priv, cmd_no, cmd_action,
cmd_oid, data_buf,
cmd_ptr);