summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_ral.c
AgeCommit message (Expand)Author
2007-05-21Remove le{16,32}toh macrosJonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-02-19do not do a curproc test for interrupt context, because it is plainly wrong.Theo de Raadt
2007-01-02Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on aClaudio Jeker
2006-12-07http://www.ralinktech.com/ domain name is for sale.Damien Bergamini
2006-12-03fix handling of the SIOCS80211CHANNEL ioctl in monitor mode:Damien Bergamini
2006-12-03don't schedule a USB task in {ural,rum}_newstate() if we're called fromDamien Bergamini
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-19restore the workaround for rate==0 bug.Damien Bergamini
2006-11-13first round of commits for proper 11b/g protection support:Damien Bergamini
2006-10-22make sure ni->ni_txrate is always initialized to a meaningful value byDamien Bergamini
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-08-24s/IEEE80211_MTU_MAX/IEEE80211_MAX_LEN/ in my previous commit.Damien Bergamini
2006-08-23- fall back to 1Mbps if tx rate is returned as zero. avoids divide by zero. ...Niall O'Higgins
2006-08-23the maximum MTU allowed for IEEE802.11 is 2290 which is greater thanDamien Bergamini
2006-08-23Add Nova Tech NV-902W, and mention another Zinwell ural(4) device.Jonathan Gray
2006-08-18set of unrelated cosmetic tweaks.Damien Bergamini
2006-08-18fix a printf format stringDamien Bergamini
2006-08-18sync w/ rum(4):Damien Bergamini
2006-08-09fix endianness. this should give rate adaptation a better chance to workDamien Bergamini
2006-07-02Fix channel frequency/flags in radiotap structures.Jonathan Gray
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-17Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.Damien Bergamini
2006-06-10- fix checking of WEP flagDamien Bergamini
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-21Make ural(4) read and show real MAC/BBP rev instead of hardcoded RT2570Pedro Martelletto
2006-02-19sync w/ rt2560.c:Damien Bergamini
2006-02-11trim FCS in the driver instead of setting the M_HASFCS flag and lettingDamien Bergamini
2006-02-04fix a copy/paste in a comment.Damien Bergamini
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
2006-01-22account tx retry-fail errors in if_oerrors.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-13send management frames at lowest possible rate.Damien Bergamini
2006-01-13- fix short preamble supportDamien Bergamini
2006-01-13- simplify lookup of 802.11a channels (we know they exist)Damien Bergamini
2006-01-13- fix AMRR initialization + retry-fail countDamien Bergamini
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-12-23Support Nintendo Wi-Fi USB Connector, noticed in Linux rt2570 driverJonathan Gray
2005-12-09Add support for Linksys HU200-TS, id found in Linux RT2570 driver.Jonathan Gray
2005-11-24o Force the sending of an extra URB if there is less than 2 bytes leftDamien Bergamini
2005-11-24ural should be DV_IFNET, not DV_DULL. noticed by ian@.Alexander Yurchenko
2005-11-23Be more robust when receiving frames. If we can't allocate a new mbuf,Damien Bergamini
2005-11-23use sizeof instead of hard-coded values.Damien Bergamini
2005-11-23Implement the Adaptive Multi Rate Retry algorithm (AMRR) for BSS mode.Damien Bergamini
2005-11-23Optimize TXTIME and PLCP LENGTH field computation.Damien Bergamini
2005-10-02allows dhcpd to work when ral/ural is acting as a standalone AP (withoutDamien Bergamini
2005-08-27Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps.Damien Bergamini
2005-08-27backout unapproved diffTheo de Raadt
2005-08-25Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps.Damien Bergamini