summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860.c
AgeCommit message (Expand)Author
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-21rename rt2860 pci ids to match with reality.Damien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-06-08Set up shutdown and powerhooks with code adapted from rt2661.Jonathan Gray
2008-04-26hardware TKIP (including MIC) + CCMPDamien Bergamini
2008-04-17do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr().Damien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-12-14the hardware does not allow to specify the protection mode in eachDamien Bergamini
2007-12-09fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps,Damien Bergamini
2007-12-07LEDsDamien Bergamini
2007-12-07In hostap mode, update beacon to reflect ERP IE changes.Damien Bergamini
2007-12-04expresscard ral(4) rt2860 now can attach and detach correctlyTheo de Raadt
2007-11-19802.11 radiotap + various tweaksDamien Bergamini
2007-11-17implement ic_set_key() and ic_delete_key() callbacks.Damien Bergamini
2007-11-17sync error messages with man page's DIAGNOSTICS section.Damien Bergamini
2007-11-16clear host to mcu mailbox after loading microcode.Damien Bergamini
2007-11-16cast pointer to right typeTheo de Raadt
2007-11-15New driver for Ralink RT2860 chipset.Damien Bergamini