aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_ural.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-2/+2
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-1/+1
* Add missing bits that made bg scanning lame:Sam Leffler2007-09-051-0/+6
* Correct RSSI calculation.Sepherosa Ziehau2007-07-171-1/+1
* Update to merged names for things. No functional changes.Warner Losh2007-06-301-2/+2
* LINKSYS4 is going to be going away. Migrate to CISCOLINKSYS instead.Warner Losh2007-06-251-3/+3
* Drag in another device: The Surecom RT2570.Warner Losh2007-06-231-0/+1
* Latest round of usb cleanups:Warner Losh2007-06-211-0/+1
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Use device_foo_t to declare kobj methodsWarner Losh2007-06-181-3/+4
* Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START andWarner Losh2007-06-171-5/+24
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-3/+6
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-6/+6
* Update 802.11 wireless support:Sam Leffler2007-06-111-88/+142
* The devinfo stuff has been moved up into the parent bus. There's noWarner Losh2007-06-091-4/+1
* Add more devices from the hps tree. These appear to have come fromWarner Losh2007-05-291-0/+6
* - Remove dependency on deprecated if_watchdog ABI.Kevin Lo2007-05-091-109/+30
* Nuke unnecessary setting of ural(4)'s security registers. ural(4) onlySepherosa Ziehau2007-04-241-11/+1
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-191-6/+22
* Since the driver uses mutexes, remove splusb() and splx().Kevin Lo2007-04-031-5/+0
* allow net80211 to fillin rate setsSam Leffler2007-03-111-19/+0
* add codes for Atheros USB devices; shuffle one ural code toSam Leffler2006-11-231-1/+1
* Use a different task queue for host controller and peripheral driverIan Dowse2006-10-191-1/+1
* Add support for Novatech NV902 wireless NIC in ural(4).Florent Thoumie2006-10-071-0/+1
* More removing compatibility macros.Warner Losh2006-09-071-32/+32
* s/Static/static/gWarner Losh2006-09-061-103/+103
* remove unneccessary null ptr checkSam Leffler2006-08-021-2/+1
* support for 802.11 packet injection via bpfSam Leffler2006-07-261-0/+118
* o Remove rev. 1.30 leftover. From Damien: However, this code pathMaxim Konovalov2006-07-011-1/+1
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-2/+2
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* stop device so we don't panic on card removal when activeSam Leffler2006-03-241-0/+1
* use s/w bmiss facilitySam Leffler2006-02-181-0/+2
* account tx retry-fail errors in if_oerrors.Damien Bergamini2006-01-211-1/+8
* Adjust tx power based on user preferences.Damien Bergamini2006-01-211-0/+3
* o fix initialization sequence.Damien Bergamini2006-01-211-5/+27
* Add two new ural(4) product ids.Damien Bergamini2006-01-211-0/+2
* sync w/ openbsd:Damien Bergamini2006-01-211-53/+99
* Fix computation of the tx retry count in AMRR.Damien Bergamini2006-01-211-2/+2
* Tell Rx radiotap that hardware leaves FCS at the end of the frame.Damien Bergamini2005-11-291-1/+1
* Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()Damien Bergamini2005-11-291-2/+2
* o Send management frames at the lowest possible rate.Damien Bergamini2005-11-291-7/+39
* o Pass received frames to radiotap.Damien Bergamini2005-11-251-17/+27
* Fix AMRR initialization.Damien Bergamini2005-11-251-1/+1
* Send the packet to BPF after setting the duration field of the frame.Damien Bergamini2005-11-241-24/+24
* o Force the sending of an extra URB if there is less than 2 bytes leftDamien Bergamini2005-11-241-5/+23
* Optimize PLCP length field computation for 802.11b rates.Damien Bergamini2005-11-231-5/+4
* Minor tweaks.Damien Bergamini2005-11-191-10/+13