summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_ralreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Validate that the interface passed to *match() is the expected onempi2019-01-131-2/+2
| | | | | | instead of calling usbd_device2interface_handle() during *attach(). ok stsp@
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-2/+2
| | | | | resurrection of the bad idiom in the tree. sufficient review by miod, kettenis, tedu
* first round of commits for proper 11b/g protection support:damien2006-11-131-48/+2
| | | | | | | | | | | | | | - use the newly introduced ieee80211_get_rts() and ieee80211_get_cts_to_self() functions. - use CTS-to-self instead of RTS/CTS to protect OFDM frames in a mixed 11b/g BSS. - make sure multicast frames are sent using CCK modulation. remove support for 5GHz radios in ral(4) RT2560 and ural(4). i'm not aware of any such adapters on the market and 11a code is known to be broken. some cleanup while i'm here.
* fix endianness. this should give rate adaptation a better chance to workdamien2006-08-091-3/+3
| | | | on big endian architectures.
* - fix checking of WEP flagdamien2006-06-101-1/+157
| | | | - move default MAC/BBP/RF settings from if_ral.c to if_ralreg.h
* Make ural(4) read and show real MAC/BBP rev instead of hardcoded RT2570pedro2006-03-211-1/+2
| | | | "Go ahead" damien@ via jsg@
* - give rate to rx radiotapdamien2006-01-141-1/+2
| | | | - swap rssi/rate fields in ural_rx_desc
* - fix short preamble supportdamien2006-01-131-2/+6
| | | | | | - add short slot support - fix eifs settings - many consistency tweaks
* - fix AMRR initialization + retry-fail countdamien2006-01-131-2/+3
| | | | | | - fix contention window - silently discard received frames that are too short - sync setup_tx_desc w/ ral
* add code for setting WEP keys. this will be useful when i'll implementdamien2005-04-011-1/+6
| | | | hardware WEP.
* make constants names match the spec.damien2005-04-011-17/+18
|
* enable tx retries for unicast frames.damien2005-03-171-1/+2
| | | | ok and tweaks from dlg@
* move ral vendor/product Ids into usbdevsdamien2005-03-161-15/+1
|
* Driver for Ralink Technology RT2500USB wireless adapters.damien2005-03-161-0/+207
ok deraadt@