From: Eliad Peller Date: Mon, 12 Mar 2012 12:53:04 +0000 (+0200) Subject: wl12xx: set do_join on BSS_CHANGED_ASSOC X-Git-Tag: v3.5-rc1~109^2~410^2~79^2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446f5ca19aef28fcc3f42e08b0ad8da7cd59114b;p=pandora-kernel.git wl12xx: set do_join on BSS_CHANGED_ASSOC wl12xx sets the do_join flag (which later starts the sta role) when the bssid was changed and the sta is associated. However, this no longer happens after the "mac80211: remove spurious BSSID change flag" patch. Fix it by setting the do_join flag on BSS_CHANGED_ASSOC (for IBSS, do_join is already set on BSS_CHANGED_IBSS) Signed-off-by: Eliad Peller Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed