Date: Fri, 16 Dec 2005 17:21:28 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c Message-ID: <200512161721.jBGHLTx9087826@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2005-12-16 17:21:28 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: In ndis_rxeof_eth(), avoid acquiring the NDIS miniport block spinlock for serialized miniports when updating the packet list. This fixes a deadlock that can occur with the Ralink RT2500 driver when using wpa_supplicant. Revision Changes Path 1.115 +4 -2 src/sys/dev/if_ndis/if_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512161721.jBGHLTx9087826>