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
/
rt2661.c
Age
Commit message (
Expand
)
Author
2007-11-17
RT2560+RT2661: update the physical address in the RX descriptor after
Damien Bergamini
2007-10-15
more remove unneeded declarations that shadows existing vars; ok by many.
Federico G. Schwindt
2007-09-07
use new malloc M_ZERO flag to shrink kernel.
Damien Bergamini
2007-08-28
unify firmware load failure messages; ok mglocker
Theo de Raadt
2007-03-08
XXX commit a workaround (as found in a few other drivers) for the
Theo de Raadt
2007-01-03
M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.
Claudio Jeker
2006-12-17
fix index of ERP information element in beacons.
Damien Bergamini
2006-12-03
fix handling of the SIOCS80211CHANNEL ioctl in monitor mode:
Damien Bergamini
2006-11-26
do not have each net80211 driver define its own rates structures. if they use
Theo de Raadt
2006-11-13
first round of commits for proper 11b/g protection support:
Damien Bergamini
2006-10-30
Fix dynamic tuning of the radio sensitivity I broke when moving from
Damien Bergamini
2006-10-22
replace rssadapt(9) with amrr for automatic rate control.
Damien Bergamini
2006-10-18
Fix packet length for RX bpf mtap.
Marcus Glocker
2006-09-18
don't use IF_PREPEND() on altq's.
Damien Bergamini
2006-08-09
flags for register TXRX_CSR4 were shifted one bit too much on the left.
Damien Bergamini
2006-08-03
802.11a uses a 16 microseconds short interframe space.
Damien Bergamini
2006-07-18
modify interrupt handlers to exit early and return 0 on shared interrupts.
Damien Bergamini
2006-06-18
- implement new ic_updateslot() callback.
Damien Bergamini
2006-06-18
enable packet bursting when operating as a STA.
Damien Bergamini
2006-06-14
must use RTS/CTS protection when sending frames at OFDM rates in a BSS
Damien Bergamini
2006-06-10
- simplify allocation/free/reset of QoS Tx rings
Damien Bergamini
2006-06-08
Keep track of the average RSSI using an Exponential Moving Average (EMA).
Damien Bergamini
2006-06-01
Add powerhooks for ral(4) cards with RT2561 chipset, and also fix
Robert Nagy
2006-05-01
remove an unused prototype.
Damien Bergamini
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2006-03-27
fixes interrupts processing.
Damien Bergamini
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-02-25
comment code that is currently unused (radar detection and dynamic rx
Damien Bergamini
2006-02-25
instead of panicing when tx rate is zero, fallback to 1Mbps.
Damien Bergamini
2006-02-25
load the firmware only when necessary (first call to rt2661_init or if the
Damien Bergamini
2006-02-18
don't try to release references to nodes that have been freed by net80211.
Damien Bergamini
2006-02-15
don't re-init the interface on watchdog timeout. we need to reload the
Damien Bergamini
2006-01-14
- give rate to rx radiotap
Damien Bergamini
2006-01-14
Correct the length of the rx radiotap to be that of the rx not tx
Jonathan Gray
2006-01-13
- fix short slot time
Damien Bergamini
2006-01-11
enable multi-rate retries for frames sent at OFDM rates (with CCK fallback).
Damien Bergamini
2006-01-11
fix RTS protection mode.
Damien Bergamini
2006-01-10
add RTS protection mode support.
Damien Bergamini
2006-01-10
- use rssadapt(9) as rate control algorithm
Damien Bergamini
2006-01-09
- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661
Damien Bergamini