summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/rt2860var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for RT5390 and RT5392 chipsets to the ral(4) driver.stsp2016-08-171-2/+2
* In ral(4) RT2860 code, replace custom defrag with m_defrag().stsp2016-03-211-3/+5
* Fix watchdog timeouts and dropped frames under load with RT2860 ral(4).stsp2016-03-211-2/+3
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-2/+2
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* Stop calling xxx_power() from xxx_resume(); instead do it the other way around.kettenis2010-08-271-2/+1
* add suspend/resume support for PCI ral(4) devices.damien2010-08-041-4/+8
* store the WCID in the rt2860_node structure at association timedamien2010-07-191-1/+2
* On RT3090 chips, read vendor RF settings from ROM and apply them.damien2010-04-061-2/+2
* Initial bits for >=RT3090 support.damien2010-04-051-2/+13
* add the 10us sifs directly to the pre-computed ack durations.damien2010-02-081-2/+1
* add channels 167, 169, 171, 173 for dual-band devicesdamien2010-02-071-3/+3
* three more shutdown hooks bite the dust.damien2009-08-101-3/+1
* move the 802.11 header out of the TXWI structure.damien2008-12-291-2/+4
* use the hardware general-purpose timer interrupt instead of timeout(9).damien2008-12-131-4/+1
* - fix HW crypto using group keys (this should fix the "ExtIV bit not set"damien2008-12-121-3/+10
* rename rt2860 pci ids to match with reality.damien2008-07-211-1/+3
* Set up shutdown and powerhooks with code adapted from rt2661.jsg2008-06-081-1/+3
* the hardware does not allow to specify the protection mode in eachdamien2007-12-141-1/+3
* LEDsdamien2007-12-071-1/+3
* In hostap mode, update beacon to reflect ERP IE changes.damien2007-12-071-1/+2
* 802.11 radiotap + various tweaksdamien2007-11-191-1/+52
* implement ic_set_key() and ic_delete_key() callbacks.damien2007-11-171-2/+2
* New driver for Ralink RT2860 chipset.damien2007-11-151-0/+130