index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
rt2860.c
Age
Commit message (
Expand
)
Author
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-08-14
in ieee80211_input(), call if_start() after enqueuing frames in if_snd
Damien Bergamini
2008-07-21
rename rt2860 pci ids to match with reality.
Damien Bergamini
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2008-06-08
Set up shutdown and powerhooks with code adapted from rt2661.
Jonathan Gray
2008-04-26
hardware TKIP (including MIC) + CCMP
Damien Bergamini
2008-04-17
do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr().
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2007-12-14
the hardware does not allow to specify the protection mode in each
Damien Bergamini
2007-12-09
fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps,
Damien Bergamini
2007-12-07
LEDs
Damien Bergamini
2007-12-07
In hostap mode, update beacon to reflect ERP IE changes.
Damien Bergamini
2007-12-04
expresscard ral(4) rt2860 now can attach and detach correctly
Theo de Raadt
2007-11-19
802.11 radiotap + various tweaks
Damien Bergamini
2007-11-17
implement ic_set_key() and ic_delete_key() callbacks.
Damien Bergamini
2007-11-17
sync error messages with man page's DIAGNOSTICS section.
Damien Bergamini
2007-11-16
clear host to mcu mailbox after loading microcode.
Damien Bergamini
2007-11-16
cast pointer to right type
Theo de Raadt
2007-11-15
New driver for Ralink RT2860 chipset.
Damien Bergamini