summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2560.c
AgeCommit message (Expand)Author
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-03-27fixes interrupts processing.Damien Bergamini
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-02-25instead of panicing when tx rate is zero, fallback to 1Mbps.Damien Bergamini
2006-02-18don't try to release references to nodes that have been freed by net80211.Damien Bergamini
2006-01-14- give rate to rx radiotapDamien Bergamini
2006-01-14Correct the length of the rx radiotap to be that of the rx not txJonathan Gray
2006-01-13fix short slot time + cosmeticDamien Bergamini
2006-01-13- simplify lookup of 802.11a channels (we know they exist)Damien Bergamini
2006-01-11fix RTS protection mode.Damien Bergamini
2006-01-10- use rssadapt(9) as rate control algorithmDamien Bergamini
2006-01-10fix reading of EEPROM content on big endian arches.Damien Bergamini
2006-01-10send management, control and beacon frames at the lowest possible rateDamien Bergamini
2006-01-10cleanup rt2560_setup_tx_desc().Damien Bergamini
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini