summaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_ural.c
Commit message (Expand)AuthorAgeFilesLines
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-7/+5
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-15/+14
* ural: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-7/+33
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* zyd, run, ural: do not corrupt MAC addressAndriy Voskoboinyk2016-03-031-3/+3
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-6/+7
* net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk2015-12-131-1/+1
* 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: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-1/+1
* ural(4): reduce copy-paste in ural_newstate().Adrian Chadd2015-10-031-14/+11
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-1/+1
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-6/+2
* Use M_WAITOK rather than M_NOWAIT since it's not used withinKevin Lo2015-09-161-1/+1
* Remove checks for a NULL return value from M_WAITOK allocations.Kevin Lo2015-09-161-4/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-171/+99
* Further conversions from ifp->if_softc -> ic_softc.Adrian Chadd2015-08-201-8/+8
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-106/+178
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-178/+106
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-4/+4
* 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
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-9/+9
* Fix for division by zero.Hans Petter Selasky2014-07-261-0/+2
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-2/+2
* Fix external compiler warning(s). Avoid pointer dereferencing.Hans Petter Selasky2013-12-041-2/+2
* 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-3/+14
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inHans Petter Selasky2012-06-021-1/+12
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-4/+4
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* 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
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.Bernhard Schmidt2011-01-171-2/+0
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-061-1/+0
* We need to grab a node reference count to vap->iv_bss before using it as it isAndrew Thompson2010-09-021-3/+7
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-141-0/+1
* Fix typos that broke duration calculations on protection frames. A similarJung-uk Kim2010-06-141-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-50/+25
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makeAndrew Thompson2009-12-261-29/+31
* fixes a TX hang that could be possible to happen when the trasfers areWeongyo Jeong2009-10-141-2/+8