diff options
author | Xinming Hu <huxm@marvell.com> | 2014-06-20 00:38:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-06-25 15:32:46 -0400 |
commit | 937a50451b0d1d1834485b47f00a7c0295413d09 (patch) | |
tree | 7a9de3a58278ec0405fe11ba14eeebffc93dfd0f /drivers/net/wireless/mwifiex/main.h | |
parent | 54881c6b37c8d6127fa67c6baf0dc887f1920ae6 (diff) |
mwifiex: add hscfg to debugfs
Some SDIO controllers do not support MMC_PM_KEEP_POWER properly.
To test host sleep feature without putting the system into sleep
we need to simulate host sleep configuration & handshake between
driver and firmware using customized parameters.
This patch adds hscfg debugfs item, with which user could change
host sleep parameters for debugging.
Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index 582a9f9fee93..5e734f948b07 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h | |||
@@ -920,6 +920,8 @@ int mwifiex_ret_enh_power_mode(struct mwifiex_private *priv, | |||
920 | void mwifiex_process_hs_config(struct mwifiex_adapter *adapter); | 920 | void mwifiex_process_hs_config(struct mwifiex_adapter *adapter); |
921 | void mwifiex_hs_activated_event(struct mwifiex_private *priv, | 921 | void mwifiex_hs_activated_event(struct mwifiex_private *priv, |
922 | u8 activated); | 922 | u8 activated); |
923 | int mwifiex_set_hs_params(struct mwifiex_private *priv, u16 action, | ||
924 | int cmd_type, struct mwifiex_ds_hs_cfg *hs_cfg); | ||
923 | int mwifiex_ret_802_11_hs_cfg(struct mwifiex_private *priv, | 925 | int mwifiex_ret_802_11_hs_cfg(struct mwifiex_private *priv, |
924 | struct host_cmd_ds_command *resp); | 926 | struct host_cmd_ds_command *resp); |
925 | int mwifiex_process_rx_packet(struct mwifiex_private *priv, | 927 | int mwifiex_process_rx_packet(struct mwifiex_private *priv, |