From: Chun-Yeow Yeoh Date: Tue, 22 Apr 2014 10:19:25 +0000 (+0800) Subject: mac80211: avoid handling of SMPS for mesh X-Git-Tag: omap-for-v3.16/fixes-against-rc1~146^2~47^2^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062f1d6de01df545ca0df366c6133f0fa164bff6;p=pandora-kernel.git mac80211: avoid handling of SMPS for mesh The patch "mac80211: implement SMPS for AP" has caused kernel oops at mesh STA if the peer mesh STA operates in sleep mode and then becomes active mode. It can be easily reproduced by setting the following commands at peer mesh STA: iw mesh0 station set aa:bb:cc:dd:ee:ff mesh_power_mode deep iw mesh0 station set aa:bb:cc:dd:ee:ff mesh_power_mode active Kernel oops will happen at mesh STA aa:bb:cc:dd:ee:ff. Fix this by avoiding SMPS for mesh mode. Signed-off-by: Chun-Yeow Yeoh Signed-off-by: Johannes Berg --- Reading git-diff-tree failed