| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki | 2020-02-15 | 1 | -3/+4 |
* | Widen EPOCH(9) usage in USB WLAN drivers. | Hans Petter Selasky | 2020-01-30 | 1 | -0/+3 |
* | uath(4), urtw(4): restart driver if device does not respond after Tx request | Andriy Voskoboinyk | 2019-03-31 | 1 | -1/+1 |
* | Drop some unneeded includes from wireless USB drivers. | Andriy Voskoboinyk | 2019-01-29 | 1 | -4/+0 |
* | usb/wlan/*: properly include "opt_wlan.h" into all drivers | Andriy Voskoboinyk | 2018-03-10 | 1 | -0/+3 |
* | SPDX: mostly fixes to previous changes. | Pedro F. Giffuni | 2017-12-13 | 1 | -1/+1 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | uath(4): fix varible types, add missing checks for descriptor / command | Andriy Voskoboinyk | 2017-09-30 | 1 | -23/+99 |
* | net80211 + drivers: hide size of 'bands' array behind a macro. | Andriy Voskoboinyk | 2016-04-29 | 1 | -1/+1 |
* | net80211 drivers: fix ieee80211_init_channels() usage | Andriy Voskoboinyk | 2016-01-07 | 1 | -6/+7 |
* | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 1 | -0/+1 |
* | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd | 2015-10-12 | 1 | -3/+0 |
* | net80211: separate mbuf cleanup from ieee80211_fragment() | Adrian Chadd | 2015-10-12 | 1 | -18/+2 |
* | net80211 & wireless drivers: remove duplicate defines (noop) | Adrian Chadd | 2015-09-22 | 1 | -13/+3 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 1 | -192/+108 |
* | Further conversions from ifp->if_softc -> ic_softc. | Adrian Chadd | 2015-08-20 | 1 | -5/+5 |
* | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 1 | -112/+196 |
* | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 1 | -196/+112 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff | 2015-05-25 | 1 | -8/+8 |
* | Set ic_softc in all 802.11 drivers. Not required right now, but will be | Gleb Smirnoff | 2015-05-25 | 1 | -0/+1 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | Gleb Smirnoff | 2015-05-25 | 1 | -0/+1 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -12/+12 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -4/+2 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -2/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -4/+2 |
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | Kevin Lo | 2014-01-08 | 1 | -1/+1 |
* | Check for "ieee80211_vap_setup()" failure in all USB WLAN drivers. | Hans Petter Selasky | 2013-11-06 | 1 | -2/+7 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Revert r252725 as it breaks WPA. | Rui Paulo | 2013-07-14 | 1 | -6/+0 |
* | Set ic_cryptocaps to make sure wpa_supplicant works with WEP. | Rui Paulo | 2013-07-04 | 1 | -0/+6 |
* | - Streamline detach logic in wlan drivers, so that | Hans Petter Selasky | 2013-02-10 | 1 | -20/+38 |
* | Make sure we don't leak command buffers when a USB | Hans Petter Selasky | 2013-02-08 | 1 | -6/+6 |
* | Fix regression issue after r244503: | Hans Petter Selasky | 2013-02-08 | 1 | -13/+13 |
* | Make sure all USB drivers allocate buffer memory | Hans Petter Selasky | 2012-12-20 | 1 | -49/+29 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -2/+2 |
* | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | Hans Petter Selasky | 2012-10-26 | 1 | -2/+2 |
* | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -9/+14 |
* | Fix some net80211 enum nits: | Bernhard Schmidt | 2011-12-17 | 1 | -7/+7 |
* | Style change. | Hans Petter Selasky | 2011-11-12 | 1 | -9/+9 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the | Gavin Atkinson | 2011-06-26 | 1 | -1/+0 |
* | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 1 | -1/+1 |
* | We need to grab a node reference count to vap->iv_bss before using it as it is | Andrew Thompson | 2010-09-02 | 1 | -3/+9 |
* | Add missing MODULE_VERSION() definitions, this resolves problems around | Andrew Thompson | 2010-09-01 | 1 | -0/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -2/+2 |
* | Add the Netgear WPN111 | Andrew Thompson | 2010-01-29 | 1 | -0/+1 |
* | removes a hack to attach TRENDnet TEW-504UB/EU that I think this issue | Weongyo Jeong | 2010-01-19 | 1 | -1/+0 |
* | fixes a TX hang that could be possible to happen when the trasfers are | Weongyo Jeong | 2009-10-14 | 1 | -0/+3 |
* | adds DLINK2 DWA120 device. | Weongyo Jeong | 2009-07-27 | 1 | -0/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -35/+36 |