diff options
author | Bob Copeland <me@bobcopeland.com> | 2013-10-29 18:11:59 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-11-25 16:50:00 +0100 |
commit | 2d3db210860f1df099a35b1dd54cca35454e0361 (patch) | |
tree | 2e2dc56a96b43a55db998382f5e56facf2d44032 /kernel | |
parent | 91398a0992c8aa18eb7749060b75761ece5ddc57 (diff) | |
download | talos-op-linux-2d3db210860f1df099a35b1dd54cca35454e0361.tar.gz talos-op-linux-2d3db210860f1df099a35b1dd54cca35454e0361.zip |
Revert "mac80211: allow disable power save in mesh"
This reverts commit ee1f668136b2fb6640ee2d54c2a525ea41f98211.
The aformentioned commit added a check to allow
'iw wlan0 set power_save off' to work for mesh interfaces.
However, this is problematic because it also allows
'iw wlan0 set power_save on', which will crash in short order
because all of the subsequent code manipulates sdata->u.mgd.
The power-saving states for mesh interfaces can be manipulated
through the mesh config, e.g:
'iw wlan0 set mesh_param mesh_power_save=active' (which,
despite the name, actualy disables power saving since the
setting refers to the type of sleep the interface undergoes).
Cc: stable@vger.kernel.org
Fixes: ee1f668136b2 ("mac80211: allow disable power save in mesh")
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions