https://bugzilla.novell.com/show_bug.cgi?id=837941 https://bugzilla.novell.com/show_bug.cgi?id=837941#c1 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |pwieczorkiewicz@suse.com InfoProvider| |giecrilj@stegny.2a.pl --- Comment #1 from Marius Tomaschewski <mt@suse.com> 2013-09-02 08:23:01 UTC --- This is all about the old-style setup without wpa_supplicant and inconsistent driver implementations... Basically, mac80211 based drivers (=most drivers today), need the "ap any" as signal to reset the bssid and (re)start scanning (as documented in "iwconfig" man page). Other drivers, like ath_pci or the wl staging drivers do not implement this and break. When I set it to "wl*": @@ -342,7 +342,7 @@ EOL case "$WIRELESS_MODE" in ([M,m]anaged|[A,a]d-[H,h]oc|"") case "${DRIVER}" in - (wl) + (wl*) # bnc#555774, wl driver does not like it ;; (ath_pci) it would affect wl1251,wl18xx,wl12xx as well which are mac80211/cfg80211 based... This means, have to adjust to use (wl|wlags*) to match the driver names more exactly...? Does it work when you set WIRELESS_AP='off' in your ifcfg-XXXX file? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.