commit | 43c93d9bf5e2b195c38de99024d8d9e545a5aae5 | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Sun Sep 27 09:17:41 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 29 04:19:53 2015 +0200 |
tree | ce08d956515493d368f6513b3e62b4fb9c842343 | |
parent | c15158797df6c36780bd07252eb079ff4c9d1706 [diff] |
staging: vt6656: implement power saving code. The device should ready to listen to next beacon so on count down of wake_up_count == 1. schedule command WLAN_CMD_TBTT_WAKEUP which calls vnt_next_tbtt_wakeup which wakes the device. This restores this back to vendors code with a slight difference the count down is in the interrupt handler. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>