commit | 8fcf92d1cf85329d0efc029c65af3f92b2041bf2 | [log] [tgz] |
---|---|---|
author | Naveen Singh <nsingh@atheros.com> | Thu Apr 21 13:30:40 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Apr 25 16:24:24 2011 -0700 |
tree | bc1ba075b9da20d0adde92821bcefe1530ba6803 | |
parent | 3c9d2f6c14ebbfdc97945f8f8c023f1fde86732b [diff] |
ath6kl: fix operations for power management The cfg80211 ops for power management were completely broken. If we were asked for to go into power save it was putting device in awake, and when we were asked to become awake we were putting the device into power save... This fixes the powersave operations to do the right thing. Signed-off-by: Naveen Singh <nsingh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>