summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_rsu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up on jmatthew's suggestion:kevlo2019-04-251-3/+3
* net80211: stub SIOCS80211SCAN, make ifconfig scan instant.pirofti2018-04-261-4/+1
* Some wifi drivers don't call ieee80211_newstate() during some statestsp2018-01-311-4/+14
* Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi2017-10-261-12/+1
* Unbreak the rsu(4) driver which was not kept up-to-date with recent WPAstsp2017-07-211-4/+12
* Fix frame length bounds checks in rsu(4).stsp2017-07-211-5/+16
* Add sizes to various free(9) calls. Fixing the simpler ones first.deraadt2017-03-261-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet.stsp2016-07-261-1/+3
* Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen.stsp2016-07-261-2/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modestsp2016-01-051-13/+2
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* Declare 802.11n mode and channel flags. Tweak 11n related fields in structstsp2015-11-151-2/+7
* arp_ifinit() is no longer needed.mpi2015-10-251-5/+1
* Only match devices with a valid configuration.mpi2015-06-121-17/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-3/+1
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* No need for <netinet/in_systm.h> here.mpi2014-07-131-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-20/+2
* Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'smpi2014-03-071-5/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-8/+8
* Instead of using a wrapper around usbd_transfer() when submitting ampi2013-04-121-5/+7
* The firmware isn't always happy with the length of the "join BSS" commandkettenis2013-02-041-2/+2
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* now that usb_wait_task() is back, bring back recently revertedjakemsr2011-02-101-9/+28
* revert usb.c to r1.72, and all subsequent changes that depend on it.jakemsr2011-02-091-28/+9
* * use usb_ref_{incr,decr,wait}() to avoid detaching the driver while ajakemsr2011-02-051-9/+28
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-4/+1
* grrr... use the same style in the activate functions than in thedamien2010-12-311-4/+2
* * add cfattach activate functions and call usbd_deactivate() in thejakemsr2010-12-271-2/+21
* rsu(4) supports the Sweex LW154jakemsr2010-12-181-2/+3
* attach the Hercules HWGUn-54 to rsu(4)damien2010-12-151-6/+5
* Match the Sitecom WL-349 v1.kettenis2010-12-141-1/+2
* #undef RSU_DEBUGdamien2010-12-131-8/+6
* cosmeticdamien2010-12-121-9/+31
* Match the Planex GW-USNano.jsg2010-12-121-1/+2
* rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SUdamien2010-12-111-0/+2318