projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c93d9
)
staging: vt6656: implement power saving.
author
Malcolm Priestley
<
[email protected]
>
Sun, 27 Sep 2015 08:17:42 +0000
(09:17 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 29 Sep 2015 02:19:53 +0000
(
04:19
+0200)
The device can now operate in low power mode
Signed-off-by: Malcolm Priestley <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6656/main_usb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/main_usb.c
b/drivers/staging/vt6656/main_usb.c
index 7246c7607361048d93cf9e80d66eefc098a481c9..3fc6862541cc39961623e2547ffcfd2a4169a01c 100644
(file)
--- a/
drivers/staging/vt6656/main_usb.c
+++ b/
drivers/staging/vt6656/main_usb.c
@@
-1002,6
+1002,7
@@
vt6656_probe(struct usb_interface *intf, const struct usb_device_id *id)
ieee80211_hw_set(priv->hw, SIGNAL_DBM);
ieee80211_hw_set(priv->hw, RX_INCLUDES_FCS);
ieee80211_hw_set(priv->hw, REPORTS_TX_ACK_STATUS);
+ ieee80211_hw_set(priv->hw, SUPPORTS_PS);
priv->hw->max_signal = 100;