summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_ural.c
Commit message (Expand)AuthorAgeFilesLines
* Free the correct buffer list on failure.thompsa2008-07-301-1/+1
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-2/+4
* Update PLCP<->rate mapping support:sam2008-05-121-2/+26
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-496/+453
* Check wep flag in *_tx_mgt since we need to encrypt some management framekevlo2007-11-061-0/+11
* Update beacon handling to sync w/ vap code base:sam2007-09-171-1/+1
* Add missing bits that made bg scanning lame:sam2007-09-051-0/+6
* Correct RSSI calculation.sephe2007-07-171-1/+1
* Update to merged names for things. No functional changes.imp2007-06-301-2/+2
* LINKSYS4 is going to be going away. Migrate to CISCOLINKSYS instead.imp2007-06-251-3/+3
* Drag in another device: The Surecom RT2570.imp2007-06-231-0/+1
* Latest round of usb cleanups:imp2007-06-211-0/+1
* s/logprintf/printf/gimp2007-06-201-2/+2
* Use device_foo_t to declare kobj methodsimp2007-06-181-3/+4
* Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START andimp2007-06-171-5/+24
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-6/+6
* Update 802.11 wireless support:sam2007-06-111-88/+142
* The devinfo stuff has been moved up into the parent bus. There's noimp2007-06-091-4/+1
* Add more devices from the hps tree. These appear to have come fromimp2007-05-291-0/+6
* - Remove dependency on deprecated if_watchdog ABI.kevlo2007-05-091-109/+30
* Nuke unnecessary setting of ural(4)'s security registers. ural(4) onlysephe2007-04-241-11/+1
* - Fix mbuf/node leakage in drivers' raw_xmit().sephe2007-04-191-6/+22
* Since the driver uses mutexes, remove splusb() and splx().kevlo2007-04-031-5/+0
* allow net80211 to fillin rate setssam2007-03-111-19/+0
* 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
OpenPOWER on IntegriCloud