staging: vt6655: Correct listen interval TBTT wake up
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 21 Jun 2015 10:05:55 +0000 (11:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 02:26:35 +0000 (19:26 -0700)
commit3e7921a09407743c52498c188adfa56156d60fc3
tree43e88bc3e77e2e31f8efad73e9d54a5892463b84
parent4fdae0d9fee32c1cbffffb1a246fcc10ed5b1085
staging: vt6655: Correct listen interval TBTT wake up

PSbIsNextTBTTWakeUp is called at beacon intervals.

The should listen to next beacon on count down of wake_up_count == 1.

This restores this back to vendors code but modified for mac80211.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device.h
drivers/staging/vt6655/power.c