projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef54719
)
staging: wilc1000: ignore power save
author
Glen Lee
<glen.lee@atmel.com>
Thu, 4 Feb 2016 09:15:20 +0000
(18:15 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000
(17:34 -0800)
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>
drivers/staging/wilc1000/host_interface.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/host_interface.c
b/drivers/staging/wilc1000/host_interface.c
index 1dc6af045c8630e006a6c11d628bf80dd7a885da..7e1b5a097249c08e4b71de5c9d87ab4fd57d51c1 100644
(file)
--- 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));