History log of /freebsd/sys/dev/ral/rt2560.c (Results 176 – 178 of 178)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/6.1.0_cvs, release/6.1.0
# d0934eb1 21-Mar-2006 Damien Bergamini <damien@FreeBSD.org>

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 b

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.

show more ...


# 2017e1cb 06-Mar-2006 Mike Silbersack <silby@FreeBSD.org>

Fix include paths to make this compile.


# 9c6307b1 05-Mar-2006 Damien Bergamini <damien@FreeBSD.org>

Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)
generations of 802.11abg chipsets from Ralink Technology.
Get rid of the pccard front-end while I'm here since all adapters are

Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)
generations of 802.11abg chipsets from Ralink Technology.
Get rid of the pccard front-end while I'm here since all adapters are
cardbus ones.

Obtained from: OpenBSD

show more ...


12345678