On Thu, 2009-08-06 at 21:17 +0300, Jussi Kivilinna wrote: > Fix WPA authentication problems by waiting to association to complete. > Otherwise userspace (wpa_supplicant) receives authentication packets before > association events from driver. > + /* If we return now, userspace would get association events too late > + * (after receiving first packets from access point). This causes > + * WPA authentication to fail. This is a bit weird, shouldn't you just send the event later then? johannes