summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2661var.h
AgeCommit message (Expand)Author
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2012-08-23Fix a race in rt2661 Tx interrupt processing which can cause Tx processingStefan Sperling
2012-07-17Revert my previous change for rt2661. It is causing excessive "ral0: deviceStefan Sperling
2012-07-13Keep separate OACTIVE flags to mark full management/data tx queues,Stefan Sperling
2011-03-18Fix firmware loading at startup (and resume); from Tim van der MolenTheo de Raadt
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Stop calling xxx_power() from xxx_resume(); instead do it the other way around.Mark Kettenis
2010-08-04add suspend/resume support for PCI ral(4) devices.Damien Bergamini
2009-08-10three more shutdown hooks bite the dust.Damien Bergamini
2006-10-22replace rssadapt(9) with amrr for automatic rate control.Damien Bergamini
2006-08-03802.11a uses a 16 microseconds short interframe space.Damien Bergamini
2006-06-18- implement new ic_updateslot() callback.Damien Bergamini
2006-06-08Keep track of the average RSSI using an Exponential Moving Average (EMA).Damien Bergamini
2006-06-01Add powerhooks for ral(4) cards with RT2561 chipset, and also fixRobert Nagy
2006-02-25load the firmware only when necessary (first call to rt2661_init or if theDamien Bergamini
2006-01-14- give rate to rx radiotapDamien Bergamini
2006-01-10- use rssadapt(9) as rate control algorithmDamien Bergamini
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini