aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_upgt.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Widen EPOCH(9) usage in USB WLAN drivers."Bjoern A. Zeeb2024-02-181-3/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-061-1/+1
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-071-1/+1
* upgt(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky2022-06-091-2/+2
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* if_upgt: Remove unused variables.John Baldwin2022-04-081-6/+2
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-3/+3
* Widen EPOCH(9) usage in USB WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* upgt(4): unbreak build with UPGT_DEBUGAndriy Voskoboinyk2019-01-291-2/+2
* Drop some unneeded includes from wireless USB drivers.Andriy Voskoboinyk2019-01-291-1/+0
* usb/wlan/*: properly include "opt_wlan.h" into all driversAndriy Voskoboinyk2018-03-101-0/+2
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-5/+6
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-3/+0
* Replace M_NOWAIT with M_WAITOK for consistency with other wireless drivers.Kevin Lo2015-10-041-4/+1
* 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