summaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_urtw.c
Commit message (Expand)AuthorAgeFilesLines
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-4/+3
* urtw: fix unused variable assignments.Andriy Voskoboinyk2016-06-021-2/+2
* urtw: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-261-5/+23
* dev/usb: unsigned some loop indexes.Pedro F. Giffuni2016-05-061-5/+5
* 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
* net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk2015-12-131-4/+4
* 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
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-19/+8
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-209/+125
* Further conversions from ifp->if_softc -> ic_softc.Adrian Chadd2015-08-201-5/+5
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-127/+211
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-211/+127
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-6/+5
* 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
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-13/+13
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-1/+1
* In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which hasDimitry Andric2013-12-291-0/+2
* Fix external compiler warning(s). Avoid pointer dereferencing.Hans Petter Selasky2013-12-041-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
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-101-44/+89
* Fix more regression issue after r244503.Hans Petter Selasky2012-12-241-0/+1
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-201-55/+38
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-2/+2
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-14/+14
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo2011-12-021-2/+2
* Style change.Hans Petter Selasky2011-11-121-1/+1
* 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-1/+1
* Use USB_VENDOR_OVISLINK define rather than the vendor ID.Gavin Atkinson2011-06-221-1/+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 missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Remove debugging code that snuck in.Rui Paulo2010-04-071-1/+0
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-0/+1
* adds sysctl knobs to show rate statistics that it could be useful toWeongyo Jeong2010-01-271-0/+53
* fixes a typo that value should be 0 not 10.Weongyo Jeong2009-11-031-1/+1
* overhauls urtw(4) for supporting RTL8187B devices properly that thereWeongyo Jeong2009-10-181-356/+508
* fixes a TX hang that could be possible to happen when the trasfers areWeongyo Jeong2009-10-141-0/+3