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
2009-11-03
setting of WEP keys is defered until interface is brought up,
Damien Bergamini
2009-11-01
call powerhook_disestablish() and pci_intr_disestablish() earlier.
Damien Bergamini
2009-08-10
three more shutdown hooks bite the dust.
Damien Bergamini
2009-05-11
properly set unicast to me mask in MAC_ADDR_DW1 register.
Damien Bergamini
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-01-26
I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in line
Damien Bergamini
2008-12-29
properly update RT2860_TX_RTS_CFG
Damien Bergamini
2008-12-29
move the 802.11 header out of the TXWI structure.
Damien Bergamini
2008-12-22
I swapped MGETHDR arguments in my m_defrag removal commit.
Damien Bergamini
2008-12-21
Undo m_defrag().
Damien Bergamini
2008-12-15
in rt2860_rx_intr(), rely on RT2860_FS_DRX_IDX instead of the RX_DMA DDONE
Damien Bergamini
2008-12-14
Disable TX_DMA writing back DDONE into TXD.
Damien Bergamini
2008-12-14
- properly handle RT2860_TX_RX_COHERENT interrupts.
Damien Bergamini
2008-12-13
use the hardware general-purpose timer interrupt instead of timeout(9).
Damien Bergamini
2008-12-13
clear the WCID, pairwise keys, shared keys, IV/EIV tables in NIC memory
Damien Bergamini
2008-12-12
fix a bug that slipped through my last commit.
Damien Bergamini
2008-12-12
- fix HW crypto using group keys (this should fix the "ExtIV bit not set"
Damien Bergamini
2008-11-25
use shiny new m_defrag() and nitems() instead of rolling our own.
Damien Bergamini
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