[PATCH 10/12] d80211: clear ifsta->associated flag when authentication starts

2007-01-03 Thread Jiri Benc
From: David Kimdon <[EMAIL PROTECTED]> The 'associated' flag might be set if a previous association did not end cleanly. If the 'associated' flag is left set here then when association succeeds ieee80211_set_associated() will think there is nothing to report and will not inform userspace of the e

d80211: clear ifsta->associated flag when authentication starts

2006-12-21 Thread David Kimdon
The 'associated' flag might be set if a previous association did not end cleanly. If the 'associated' flag is left set here then when association succeeds ieee80211_set_associated() will think there is nothing to report and will not inform userspace of the event. Signed-off-by: David Kimdon <[EMA