| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: Kill left-over cdefs.h includes | Warner Losh | 2025-03-04 | 1 | -1/+0 |
* | sys: convert ni->ni_txrate references use to the new net80211 API | Adrian Chadd | 2025-02-26 | 1 | -1/+1 |
* | net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macros | Adrian Chadd | 2024-11-17 | 1 | -3/+1 |
* | Revert "Widen EPOCH(9) usage in USB WLAN drivers." | Bjoern A. Zeeb | 2023-12-01 | 1 | -3/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"... | Hans Petter Selasky | 2022-10-07 | 1 | -1/+1 |
* | usb: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -3/+1 |
* | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -3/+1 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki | 2020-02-15 | 1 | -1/+2 |
* | Widen EPOCH(9) usage in USB WLAN drivers. | Hans Petter Selasky | 2020-01-30 | 1 | -0/+3 |
* | Convert to if_foreach_llmaddr() KPI. | Gleb Smirnoff | 2019-10-14 | 1 | -26/+25 |
* | Drop some unneeded includes from wireless USB drivers. | Andriy Voskoboinyk | 2019-01-29 | 1 | -4/+0 |
* | Remove 2GHz channel list copies from wireless drivers. | Andriy Voskoboinyk | 2019-01-26 | 1 | -2/+1 |
* | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -1/+1 |
* | urtw(4), zyd(4): reduce code verbosity. | Andriy Voskoboinyk | 2018-03-16 | 1 | -5/+8 |
* | usb/wlan/*: properly include "opt_wlan.h" into all drivers | Andriy Voskoboinyk | 2018-03-10 | 1 | -0/+2 |
* | zyd: code cleanup + drop unneeded cast. | Andriy Voskoboinyk | 2017-07-30 | 1 | -5/+5 |
* | net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters | Andriy Voskoboinyk | 2017-02-26 | 1 | -4/+3 |
* | iwi, ral, zyd: fix possible use-after-free. | Andriy Voskoboinyk | 2017-02-17 | 1 | -1/+1 |
* | net80211: ieee80211_ratectl*: switch to reusable KPI | Andriy Voskoboinyk | 2016-10-02 | 1 | -4/+16 |
* | zyd: switch to ieee80211_add_channel_list_*() | Andriy Voskoboinyk | 2016-05-26 | 1 | -5/+18 |
* | net80211 + drivers: hide size of 'bands' array behind a macro. | Andriy Voskoboinyk | 2016-04-29 | 1 | -1/+1 |
* | zyd, run, ural: do not corrupt MAC address | Andriy Voskoboinyk | 2016-03-03 | 1 | -3/+3 |
* | net80211 drivers: fix ieee80211_init_channels() usage | Andriy Voskoboinyk | 2016-01-07 | 1 | -5/+6 |
* | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 1 | -0/+1 |
* | Revert r290327. The compiler warnings seems to be specific to clang v3.5 only. | Hans Petter Selasky | 2015-11-03 | 1 | -3/+3 |
* | Fix some clang compile warnings. | Hans Petter Selasky | 2015-11-03 | 1 | -3/+3 |
* | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd | 2015-10-12 | 1 | -3/+0 |
* | Random zyd(4) fixes to bring TX handling in line with rsu, etc | Adrian Chadd | 2015-10-04 | 1 | -2/+20 |
* | net80211 & wireless drivers: remove duplicate defines (noop) | Adrian Chadd | 2015-09-22 | 1 | -70/+38 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 1 | -176/+111 |
* | Further conversions from ifp->if_softc -> ic_softc. | Adrian Chadd | 2015-08-20 | 1 | -6/+6 |
* | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 1 | -117/+182 |
* | Fix mtx_assert() argument. | Gleb Smirnoff | 2015-08-07 | 1 | -1/+1 |
* | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 1 | -182/+117 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff | 2015-05-25 | 1 | -4/+4 |
* | 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 |
* | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 1 | -1/+1 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -9/+9 |
* | Fix for division by zero. | Hans Petter Selasky | 2014-07-26 | 1 | -1/+1 |
* | 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 | -5/+28 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -2/+2 |
* | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -28/+28 |