summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/rt2560reg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-5/+5
| | | | | 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-47/+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 checking of WEP flagsdamien2006-06-101-1/+170
| | | | | - encrypt mgmt frames when they need to (shared authmode) - move default MAC/BBP/RF settings from rt2560.c to rt2560reg.h
* - give rate to rx radiotapdamien2006-01-141-1/+2
| | | | - read TSF high 32bit word before low 32bit word to avoid wraparounds
* cleanup rt2560_setup_tx_desc().damien2006-01-101-2/+3
| | | | fix contention window.
* - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661damien2006-01-091-0/+313
chipsets in ral(4). - restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c - import the 8051 microcode files required by these chipsets. - more to come; there is currently no automatic rate control and some features are untested (hostap and ibss modes for instance). most of the pre-802.11n capabilities of the RT2661 chipset are not supported (like frame aggregation, piggy-back). MIMO should work though the performance/range gain has not been measured.