e3f6b8d373
git-svn-id: http://svn.sabayonlinux.org/overlay@1404 d7aec97c-591d-0410-af39-a8856400b30a
13 lines
397 B
Diff
13 lines
397 B
Diff
--- branches/NETWORKMANAGER_0_6_0_RELEASE/src/nm-device-802-11-wireless.c 2007/06/07 13:50:05 2578
|
|
+++ branches/NETWORKMANAGER_0_6_0_RELEASE/src/nm-device-802-11-wireless.c 2007/06/07 16:44:07 2579
|
|
@@ -2981,6 +2981,9 @@
|
|
return NM_ACT_STAGE_RETURN_POSTPONE;
|
|
}
|
|
|
|
+ /* Some cards are dumb. Wait a second */
|
|
+ sleep (1);
|
|
+
|
|
iface = nm_device_get_iface (dev);
|
|
if (!supplicant_exec (self))
|
|
{
|