commit | 8db9369ff92b1cd93566baadd8bd2992f025fdd0 | [log] [tgz] |
---|---|---|
author | Guy Cohen <guy.cohen@intel.com> | Thu Jul 03 19:56:13 2008 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 07 15:31:39 2008 -0400 |
tree | 0b52162cacc30138045d0a52476d0a61365ac10d | |
parent | 0ff1cca0e272045b9c11a2ff94bd3e6893c9308c [diff] |
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 <guy.cohen@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>