summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/sta_cmd.c
diff options
context:
space:
mode:
authorAmitkumar Karwar2013-03-05 01:27:57 +0100
committerJohn W. Linville2013-03-06 22:29:13 +0100
commitcc0b5a64b8e79b7fb73b8dfd4f71ac86d3ac94c7 (patch)
treeaa0052fe3edf03b796d40f202872a97fcda303dd /drivers/net/wireless/mwifiex/sta_cmd.c
parentmwifiex: modify skb->truesize for PCIE Rx (diff)
downloadkernel-qcow2-linux-cc0b5a64b8e79b7fb73b8dfd4f71ac86d3ac94c7.tar.gz
kernel-qcow2-linux-cc0b5a64b8e79b7fb73b8dfd4f71ac86d3ac94c7.tar.xz
kernel-qcow2-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/sta_cmd.c')
-rw-r--r--drivers/net/wireless/mwifiex/sta_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/sta_cmd.c b/drivers/net/wireless/mwifiex/sta_cmd.c
index c55c5bb93134..3d51721af2eb 100644
--- a/drivers/net/wireless/mwifiex/sta_cmd.c
+++ b/drivers/net/wireless/mwifiex/sta_cmd.c
@@ -334,7 +334,7 @@ mwifiex_cmd_802_11_hs_cfg(struct mwifiex_private *priv,
cmd->command = cpu_to_le16(HostCmd_CMD_802_11_HS_CFG_ENH);
if (!hs_activate &&
- (hscfg_param->conditions != cpu_to_le32(HOST_SLEEP_CFG_CANCEL)) &&
+ (hscfg_param->conditions != cpu_to_le32(HS_CFG_CANCEL)) &&
((adapter->arp_filter_size > 0) &&
(adapter->arp_filter_size <= ARP_FILTER_MAX_BUF_SIZE))) {
dev_dbg(adapter->dev,