From: Karl Beldan Date: Tue, 19 Nov 2013 16:12:05 +0000 (+0100) Subject: mac80211: set hw initial idle state X-Git-Tag: v3.13-rc4~3^2~64^2^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d47300d118c5909a51b7270276d749cce150a2;p=pandora-kernel.git mac80211: set hw initial idle state ATM, the first call of ieee80211_do_open will configure the hw as non-idle, even if the interface being brought up is not a monitor, and this leads to inconsistent sequences like: register_hw() do_open(sta) hw_config(non-idle) (.. sta is non-idle ..) scan(sta) hw_config(idle) (after scan finishes) do_stop(sta) do_open(sta) (.. sta is idle ..) Signed-off-by: Karl Beldan Signed-off-by: Johannes Berg --- Reading git-diff-tree failed