PERFORCE change 130278 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Wed Dec 5 09:25:34 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=130278
Change 130278 by hselasky at hselasky_laptop001 on 2007/12/05 17:25:18
Bug fix.
The XXX_WAIT_COMMAND flag is not always cleared when
set in "{ural,rum}_newstate_cb". This causes all IEEE80211
frames to be halted until a new command is issued in some
cases. This causes the IEEE80211 layer to not complete
association among other things.
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/if_rum.c#20 edit
.. //depot/projects/usb/src/sys/dev/usb/if_ural.c#44 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/if_rum.c#20 (text+ko) ====
@@ -1761,9 +1761,6 @@
DPRINTF(sc, 0, "setting new state: %d\n", nstate);
- /* force data to wait */
- sc->sc_flags |= RUM_FLAG_WAIT_COMMAND;
-
/* set new state first! */
(sc->sc_newstate) (ic, nstate, arg);
==== //depot/projects/usb/src/sys/dev/usb/if_ural.c#44 (text+ko) ====
@@ -1867,9 +1867,6 @@
DPRINTF(sc, 0, "setting new state: %d\n", nstate);
- /* force data to wait */
- sc->sc_flags |= URAL_FLAG_WAIT_COMMAND;
-
/* set new state first! */
(sc->sc_newstate) (ic, nstate, arg);
More information about the p4-projects
mailing list