summaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_zyd.c
Commit message (Expand)AuthorAgeFilesLines
* zyd: code cleanup + drop unneeded cast.Andriy Voskoboinyk2017-07-301-5/+5
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-4/+3
* iwi, ral, zyd: fix possible use-after-free.Andriy Voskoboinyk2017-02-171-1/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-4/+16
* zyd: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-5/+18
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-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-5/+6
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* Revert r290327. The compiler warnings seems to be specific to clang v3.5 only.Hans Petter Selasky2015-11-031-3/+3
* Fix some clang compile warnings.Hans Petter Selasky2015-11-031-3/+3
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-3/+0
* Random zyd(4) fixes to bring TX handling in line with rsu, etcAdrian Chadd2015-10-041-2/+20
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-70/+38
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-176/+111
* Further conversions from ifp->if_softc -> ic_softc.Adrian Chadd2015-08-201-6/+6
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-117/+182
* Fix mtx_assert() argument.Gleb Smirnoff2015-08-071-1/+1
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-182/+117
* 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-1/+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
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-101-5/+28
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-28/+28
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Fix compile warning when using clang to compile the code.Hans Petter Selasky2011-12-061-1/+1
* Style change.Hans Petter Selasky2011-11-121-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from theGavin Atkinson2011-06-261-0/+1
* - Remove duplicate USB ID.Hans Petter Selasky2011-06-251-1/+0
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Fix panic while associating access point.Kevin Lo2011-03-251-3/+1
* 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/+1
* 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
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* 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-37/+13
* Attempt to recover on a TX error rather than stopping all transfers.Andrew Thompson2010-01-291-4/+9
* fixes a TX hang that could be possible to happen when the trasfers areWeongyo Jeong2009-10-141-0/+6