From: Alexander Bondar Date: Mon, 3 Jun 2013 14:29:33 +0000 (+0300) Subject: mac80211: fix powersave bug and clean up ieee80211_rx_bss_info X-Git-Tag: v3.11-rc1~64^2~166^2^2~45^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482a9c74fa17c5d584995c19e1a36eaf710d1193;p=pandora-kernel.git mac80211: fix powersave bug and clean up ieee80211_rx_bss_info ieee80211_rx_bss_info() deals with dtim_period setting and PS update when associated. Move all these to another locations cleaning this function. Also, the current implementation is buggy because when it calls ieee80211_recalc_ps() bss_conf->dtim_period is notset properly yet and thus nothing will happen. Signed-off-by: Alexander Bondar Signed-off-by: Johannes Berg --- Reading git-diff-tree failed