summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2560.c
AgeCommit message (Expand)Author
2009-11-01call powerhook_disestablish() and pci_intr_disestablish() earlier.Damien Bergamini
2009-08-10three more shutdown hooks bite the dust.Damien Bergamini
2009-07-29timeout_add -> timeout_add_msecBret Lambert
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-12-22I swapped MGETHDR arguments in my m_defrag removal commit.Damien Bergamini
2008-12-21Undo m_defrag().Damien Bergamini
2008-11-25use shiny new m_defrag() and nitems() instead of rolling our own.Damien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-14in ieee80211_input(), call if_start() after enqueuing frames in if_sndDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-11-17RT2560+RT2661: update the physical address in the RX descriptor afterDamien Bergamini
2007-10-15more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-03-08XXX commit a workaround (as found in a few other drivers) for theTheo de Raadt
2007-01-24revert changes committed between r1.25 and 1.26.Damien Bergamini
2007-01-03M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.Claudio Jeker
2006-12-17fix index of ERP information element in beacons.Damien Bergamini
2006-12-03fix handling of the SIOCS80211CHANNEL ioctl in monitor mode:Damien Bergamini
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-22don't write to BBP before it is ready and fully initializedDamien Bergamini
2006-11-13first round of commits for proper 11b/g protection support:Damien Bergamini
2006-10-22replace rssadapt(9) with amrr for automatic rate control.Damien Bergamini
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-07-18modify 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-18enable packet bursting when operating as a STA.Damien Bergamini
2006-06-14must use RTS/CTS protection when sending frames at OFDM rates in a BSSDamien Bergamini
2006-06-10- fix checking of WEP flagsDamien Bergamini
2006-06-02add powerhooks for ral(4) cards with the RT2560 chipset;Robert Nagy
2006-06-01Make the debug printfs work if RAL_DEBUG is defined.Robert Nagy
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