diff options
author | semenzato <semenzato@chromium.org> | 2014-09-15 17:05:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-16 00:11:43 +0000 |
commit | 88a95a70fa94bb578b371490d0f9868584b7096e (patch) | |
tree | 7111c31fc148d5647336adf512862c2920565232 /DEPS | |
parent | 1afc65175c84ddf6087f65da818bbdbba6d28101 (diff) | |
download | chromium_src-88a95a70fa94bb578b371490d0f9868584b7096e.zip chromium_src-88a95a70fa94bb578b371490d0f9868584b7096e.tar.gz chromium_src-88a95a70fa94bb578b371490d0f9868584b7096e.tar.bz2 |
GCM: D-Bus methods for wake-on-packet
Program the NIC to wake-on-packet for packets arriving from
the GCM server. Chrome notifies the connection manager (shill)
by calling D-Bus methods. The return status indicates if the
operation succeeded or not (depending on hardware support and
the type of connection).
Keywords: wowlan, wake-on-lan, wake-on-wlan
BUG=360295
TEST=verified dbus methods are called, and packets are sent on the
TEST=connection passed to the methods. Also verified that shill
TEST=programs the NIC correctly, and packets wake up the device.
Review URL: https://codereview.chromium.org/409883006
Cr-Commit-Position: refs/heads/master@{#294936}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -432,7 +432,7 @@ deps_os = { # For Linux and Chromium OS. 'src/third_party/cros_system_api': - Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '3a7cfa4ba91518b8dd03282d09996d2f42ec6a2b', + Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '58e64ad700fb0e9d182feba37fa02af612d4179e', # Note that this is different from Android's freetype repo. 'src/third_party/freetype2/src': |