From: Eliad Peller Date: Mon, 10 Feb 2014 11:47:33 +0000 (+0200) Subject: wlcore: enable beacon filtering only after receiving a beacon X-Git-Tag: v3.15-rc1~113^2~289^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d881fa2c5032918e2b03ce6e12a5886f08acb459;p=pandora-kernel.git wlcore: enable beacon filtering only after receiving a beacon Enabling beacon filtering before receving a beacon might result in not having a beacon at all for the current connected AP, which prevents the station from entering power-save. Replace the current approach (of starting beacon filtering on init) and configure beacon filering only after bss_conf->dtimper is set (which means mac80211 already parsed a beacon). Signed-off-by: Eliad Peller Signed-off-by: John W. Linville --- Reading git-diff-tree failed