diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2013-03-04 16:27:57 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-03-06 16:29:13 -0500 |
commit | cc0b5a64b8e79b7fb73b8dfd4f71ac86d3ac94c7 (patch) | |
tree | aa0052fe3edf03b796d40f202872a97fcda303dd /drivers/net/wireless/mwifiex/cmdevt.c | |
parent | f553e1aad797540afddd1a99753a348e1c426ffe (diff) | |
download | blackbird-op-linux-cc0b5a64b8e79b7fb73b8dfd4f71ac86d3ac94c7.tar.gz blackbird-op-linux-cc0b5a64b8e79b7fb73b8dfd4f71ac86d3ac94c7.zip |
mwifiex: shorten the host sleep configuration macro names
As we are adding a few more macros in this category in next
patch, this cleanup work is required.
Signed-off-by: Amitkumar Karwar <akarwar@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/cmdevt.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/cmdevt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/cmdevt.c b/drivers/net/wireless/mwifiex/cmdevt.c index 20a6c5555873..d19a88c47a4d 100644 --- a/drivers/net/wireless/mwifiex/cmdevt.c +++ b/drivers/net/wireless/mwifiex/cmdevt.c @@ -1139,7 +1139,7 @@ int mwifiex_ret_802_11_hs_cfg(struct mwifiex_private *priv, phs_cfg->params.hs_config.gpio, phs_cfg->params.hs_config.gap); } - if (conditions != HOST_SLEEP_CFG_CANCEL) { + if (conditions != HS_CFG_CANCEL) { adapter->is_hs_configured = true; if (adapter->iface_type == MWIFIEX_USB || adapter->iface_type == MWIFIEX_PCIE) |