aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_upgt.c
Commit message (Expand)AuthorAgeFilesLines
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-207/+109
* Further conversions from ifp->if_softc -> ic_softc.Adrian Chadd2015-08-201-5/+4
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-112/+211
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-211/+112
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-3/+3
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Rename NETGEAR WG111V2_2 to WG111V1_2 to reflect external naming.Mark Peek2014-12-091-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+9
* Remove unused defines.Nick Hibma2014-08-051-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-1/+1
* Check for "ieee80211_vap_setup()" failure in all USB WLAN drivers.Hans Petter Selasky2013-11-061-2/+7
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Revert r252725 as it breaks WPA.Rui Paulo2013-07-141-6/+0
* Set ic_cryptocaps to make sure wpa_supplicant works with WEP.Rui Paulo2013-07-041-0/+6
* Fix bad EEPROM parsing code.Hans Petter Selasky2013-02-181-4/+30
* Remove unused variable.Hans Petter Selasky2013-02-131-1/+0
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-101-7/+36
* Fix regression issue after r244503:Hans Petter Selasky2013-02-081-12/+12
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-201-25/+16
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-1/+1
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-10/+15
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Style change.Hans Petter Selasky2011-11-121-18/+19
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-2/+2
* USB WLAN:Hans Petter Selasky2010-10-131-0/+1
* Fix build breakage from r212127Andrew Thompson2010-09-021-2/+1
* We need to grab a node reference count to vap->iv_bss before using it as it isAndrew Thompson2010-09-021-1/+4
* Add new device id.Andrew Thompson2010-06-221-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-14/+14
* fixes a TX hang that could be possible to happen when the trasfers areWeongyo Jeong2009-10-141-0/+3
* Remove redundant locking.Alfred Perlstein2009-08-241-2/+0
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-2/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-22/+19
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-16/+16
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-10/+10
* Print out device attachment.Andrew Thompson2009-05-211-0/+1
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-201-21/+11
* try to unsetup USB xfers before calling ieee80211_ifdetach() to fix aWeongyo Jeong2009-05-201-1/+1
* ports upgt(4) driver for USB2.Weongyo Jeong2009-05-111-0/+2404