aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_urtw.c
Commit message (Expand)AuthorAgeFilesLines
* urtw(4), otus(4), iwi(4): allow to set non-default MAC address via ifconfig(8)Andriy Voskoboinyk2019-04-101-4/+26
* uath(4), urtw(4): restart driver if device does not respond after Tx requestAndriy Voskoboinyk2019-03-311-1/+3
* urtw(4): export TSF timestamp for received frames via radiotapAndriy Voskoboinyk2019-03-301-0/+8
* urtw(4): add promiscuous mode callbackAndriy Voskoboinyk2019-03-111-9/+23
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-7/+1
* Drop some unneeded includes from wireless USB drivers.Andriy Voskoboinyk2019-01-291-4/+0
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-5/+1
* urtw(4): add length checks in Rx path.Andriy Voskoboinyk2019-01-211-22/+28
* urtw(4), zyd(4): reduce code verbosity.Andriy Voskoboinyk2018-03-161-9/+11
* urtw(4): provide names for some commonly used rate indices + dropAndriy Voskoboinyk2018-03-161-21/+12
* usb/wlan/*: properly include "opt_wlan.h" into all driversAndriy Voskoboinyk2018-03-101-0/+3
* 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