From: Guy Cohen Date: Thu, 3 Jul 2008 16:56:13 +0000 (+0300) Subject: mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notify X-Git-Tag: v2.6.26~25^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8db9369ff92b1cd93566baadd8bd2992f025fdd0;p=pandora-kernel.git mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notify Putting netif_carrier_on before configuring the driver/device with the new association state may cause a race (tx frames may be sent before configuration is done) Signed-off-by: Guy Cohen Signed-off-by: Tomas Winkler Signed-off-by: John W. Linville --- Reading git-diff-tree failed