Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2007 10:46:36 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 121406 for review
Message-ID:  <200706111046.l5BAkaYj061306@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=121406

Change 121406 by thompsa@thompsa_heff on 2007/06/11 10:46:16

	Clear the firmware command ring on stop.

Affected files ...

.. //depot/projects/wifi/sys/dev/iwi/if_iwi.c#53 edit

Differences ...

==== //depot/projects/wifi/sys/dev/iwi/if_iwi.c#53 (text+ko) ====

@@ -3260,6 +3260,7 @@
 
 	ifp->if_drv_flags &= ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE);
 
+	memset(sc->sc_cmd, 0, sizeof(sc->sc_cmd));
 	sc->sc_tx_timer = 0;
 	sc->sc_rfkill_timer = 0;
 	sc->sc_state_timer = 0;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706111046.l5BAkaYj061306>