From: Amitkumar Karwar Date: Tue, 5 Mar 2013 00:27:58 +0000 (-0800) Subject: mwifiex: add "ethtool wol" command support X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~390^2^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d7f53e34d3f5f82c0f4941356a02285a78807a4;p=pandora-kernel.git mwifiex: add "ethtool wol" command support Host sleep wakeup condition is configured using this command. Supports Wake-on: pumb For examples: wake-on any unicast packets: ethtool -s mlan0 wol u wake-on multicast/broadcast packet: ethtool -s mlan0 wol mb wake-on unicast packets and MAC events: ethtool -s mlan0 wol pu wake-on unicast/multicast/broadcast packets and MAC events: ethtool -s mlan0 wol pmbu disable all wake-on options: ethtool -s mlan0 wol d Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed