summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_ural.c
Commit message (Expand)AuthorAgeFilesLines
* add codes for Atheros USB devices; shuffle one ural code tosam2006-11-231-1/+1
* Use a different task queue for host controller and peripheral driveriedowse2006-10-191-1/+1
* Add support for Novatech NV902 wireless NIC in ural(4).flz2006-10-071-0/+1
* More removing compatibility macros.imp2006-09-071-32/+32
* s/Static/static/gimp2006-09-061-103/+103
* remove unneccessary null ptr checksam2006-08-021-2/+1
* support for 802.11 packet injection via bpfsam2006-07-261-0/+118
* o Remove rev. 1.30 leftover. From Damien: However, this code pathmaxim2006-07-011-1/+1
* add missed calls to bpf_peers_presentsam2006-06-021-2/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* stop device so we don't panic on card removal when activesam2006-03-241-0/+1
* use s/w bmiss facilitysam2006-02-181-0/+2
* account tx retry-fail errors in if_oerrors.damien2006-01-211-1/+8
* Adjust tx power based on user preferences.damien2006-01-211-0/+3
* o fix initialization sequence.damien2006-01-211-5/+27
* Add two new ural(4) product ids.damien2006-01-211-0/+2
* sync w/ openbsd:damien2006-01-211-53/+99
* Fix computation of the tx retry count in AMRR.damien2006-01-211-2/+2
* Tell Rx radiotap that hardware leaves FCS at the end of the frame.damien2005-11-291-1/+1
* Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()damien2005-11-291-2/+2
* o Send management frames at the lowest possible rate.damien2005-11-291-7/+39
* o Pass received frames to radiotap.damien2005-11-251-17/+27
* Fix AMRR initialization.damien2005-11-251-1/+1
* Send the packet to BPF after setting the duration field of the frame.damien2005-11-241-24/+24
* o Force the sending of an extra URB if there is less than 2 bytes leftdamien2005-11-241-5/+23
* Optimize PLCP length field computation for 802.11b rates.damien2005-11-231-5/+4
* Minor tweaks.damien2005-11-191-10/+13
* Second part of the AMRR commit.damien2005-11-181-13/+108
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+77
* Optimize and clean TX time computation.damien2005-11-151-22/+7
* Be more robust when handling Rx interrupts. If we can't allocate a new mbuf,damien2005-11-131-11/+11
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBdamien2005-09-191-1/+0
* Fix basic rates set for 802.11a/g operating modes. This can significantlydamien2005-08-211-6/+18
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALdamien2005-08-201-4/+6
* Clarify/fix handling of the current channel:sam2005-08-101-6/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-11/+12
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-1/+1
* remove driver-private key allocators; use the default one insteadsam2005-07-101-12/+0
* Make sure that all the necessary USB endpoints are found during devicedamien2005-07-081-0/+5
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.damien2005-07-081-1/+1
* reclaim node reference when ieee80211_encap failssam2005-07-081-1/+3
* update ural idssam2005-07-081-1/+10
* reclaim mbuf when ieee80211_crypto_encap failssam2005-07-071-1/+3
* o Add new ids for the Belkin F5D7050damien2005-07-031-3/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+3
* Fix WPA (802.11i) support.damien2005-05-221-0/+12
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-181-0/+2060
OpenPOWER on IntegriCloud