aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral/if_ralreg.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)Damien Bergamini2006-03-051-315/+0
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=156321
* o Fix short preamble supportDamien Bergamini2006-01-291-1/+2
| | | | | | | | | | o Fix contention window o Feed rx rate to radiotap o Clean ral_setup_txdesc (sync w/ ural) o s/ic_ibss_chan/ic_curchan/ Notes: svn path=/head/; revision=154993
* Sync with ural:Damien Bergamini2005-11-291-1/+2
| | | | | | | | o Send management frames at the lowest possible rate. o Cosmetic tweaks. Notes: svn path=/head/; revision=152935
* Initial import of ipw, iwi, ral and ural drivers:Damien Bergamini2005-04-181-0/+313
ipw - Intel PRO/Wireless 2100 iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABG ral - Ralink Technology RT2500 ural - Ralink Technology RT2500USB Approved by: silby (mentor) Notes: svn path=/head/; revision=145247