Date: Tue, 21 Mar 2006 21:15:43 +0000 (UTC) From: Damien Bergamini <damien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ral rt2560.c rt2661.c Message-ID: <200603212115.k2LLFhao087632@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
damien 2006-03-21 21:15:43 UTC FreeBSD src repository Modified files: sys/dev/ral rt2560.c rt2661.c Log: o fixes the locking of if_init(). o don't send management frames if the IFF_DRV_RUNNING flag is not set. this prevents the timeout watchdog from being potentially re-armed when the interface is brought down. fixes a crash that occurs with RT2661 based adapters. reported by Arnaud Lacombe. Revision Changes Path 1.3 +20 -2 src/sys/dev/ral/rt2560.c 1.4 +25 -1 src/sys/dev/ral/rt2661.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603212115.k2LLFhao087632>