summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2016-02-04 18:15:20 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-07 17:34:58 -0800
commitff9d65abc8561d67313cd310dc15d2f496282a92 (patch)
tree6c532b00b04329d0bb2695da01f7fc6bc4b6014d /drivers/staging/wilc1000/host_interface.c
parentef54719cabca2b65a84fa07065c55e332467b9d1 (diff)
downloadop-kernel-dev-ff9d65abc8561d67313cd310dc15d2f496282a92.zip
op-kernel-dev-ff9d65abc8561d67313cd310dc15d2f496282a92.tar.gz
staging: wilc1000: ignore power save
If two interfaces are connected and it is required to enable power save then ignore the request. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/host_interface.c')
-rw-r--r--drivers/staging/wilc1000/host_interface.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index 1dc6af0..7e1b5a0 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -4341,6 +4341,9 @@ int wilc_set_power_mgmt(struct wilc_vif *vif, bool enabled, u32 timeout)
return -EFAULT;
}
+ if (wilc_wlan_get_num_conn_ifcs(vif->wilc) == 2 && enabled)
+ return 0;
+
PRINT_D(HOSTINF_DBG, "Setting Power management message queue params\n");
memset(&msg, 0, sizeof(struct host_if_msg));
OpenPOWER on IntegriCloud