Hello community, here is the log from the commit of package NetworkManager checked in at Fri May 26 12:41:16 CEST 2006. -------- --- NetworkManager/NetworkManager.changes 2006-05-24 17:24:31.000000000 +0200 +++ NetworkManager/NetworkManager.changes 2006-05-25 17:02:52.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 25 16:58:39 CEST 2006 - rml@suse.de + +- For ndiswrapper, only use "AP_SCAN 2" if the network is not + broadcasting (Novell bug #178210) + +------------------------------------------------------------------- @@ -7 +13 @@ -- Bump version requirement on wpa_supplicant to 0.4.8-14.1 from +- Bump version requirement on wpa_supplicant to 0.4.8-14 from ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager.spec ++++++ --- /var/tmp/diff_new_pack.S4UhXE/_old 2006-05-26 12:40:50.000000000 +0200 +++ /var/tmp/diff_new_pack.S4UhXE/_new 2006-05-26 12:40:50.000000000 +0200 @@ -31,7 +31,7 @@ URL: http://www.gnome.org/projects/NetworkManager/ Autoreqprov: on Version: 0.6.2 -Release: 38 +Release: 39 Summary: Network Link Manager and User Applications Source0: NetworkManager-%{version}.tar.gz Source1: nm-icons.tar.gz @@ -261,11 +261,14 @@ %{_libdir}/libnm_glib.so.0.0.0 %changelog -n NetworkManager +* Thu May 25 2006 - rml@suse.de +- For ndiswrapper, only use "AP_SCAN 2" if the network is not + broadcasting (Novell bug #178210) * Wed May 24 2006 - rml@suse.de - Do not fallback to link-local IP generation on infrastructure wireless networks, only Ad-Hoc (Novell bug #178403) - Set and use the current locale directory (Novell bug #169096) -- Bump version requirement on wpa_supplicant to 0.4.8-14.1 from +- Bump version requirement on wpa_supplicant to 0.4.8-14 from 0.4.8-9 (Novell bug #175892) * Mon May 22 2006 - rml@suse.de - Fix ypbind/autofs behavior to never automatically start either, ++++++ nm-wireless-driver-workarounds-rml.patch ++++++ --- /var/tmp/diff_new_pack.S4UhXE/_old 2006-05-26 12:40:51.000000000 +0200 +++ /var/tmp/diff_new_pack.S4UhXE/_new 2006-05-26 12:40:51.000000000 +0200 @@ -133,9 +133,9 @@ - * - The wireless network is non-broadcast or user created - * - The wireless driver does not support WPA + * - The wireless driver does not support "AP_SCAN 1" -+ * (orinoco, prism54, airo, airo_cs, and ndiswrapper) -+ * - The wireless network is hidden and the driver does not -+ * support "AP_SCAN 1" with hidden networks (ipw2100 and ipw2200) ++ * (orinoco, prism54, airo, and airo_cs) ++ * - The wireless network is hidden and the driver does not support ++ * "AP_SCAN 1" with hidden networks (ipw2100, ipw2200, and ndiswrapper) + * - The wireless network is user created + * - The wireless driver does not support WPA + * Otherwise, we prefer "AP_SCAN 1". @@ -149,7 +149,7 @@ ap_scan = "AP_SCAN 2"; + else if (!strncmp (kernel_driver, "airo", 4)) + ap_scan = "AP_SCAN 2"; -+ else if (!strcmp (kernel_driver, "ndiswrapper")) ++ else if (!strcmp (kernel_driver, "ndiswrapper") && !nm_ap_get_broadcast (ap)) + ap_scan = "AP_SCAN 2"; + else if (!strcmp (kernel_driver, "ipw2100") || !strcmp (kernel_driver, "ipw2200")) + { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de