aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi/if_wpivar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Use bool for one-bit wide bit-fieldsDimitry Andric2023-04-251-1/+1
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-1/+1
* wpi: restore frame header before submitting an mbuf toAndriy Voskoboinyk2016-10-081-0/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-0/+1
* wpi: remove internal taskqueueAndriy Voskoboinyk2016-03-211-4/+0
* wpi(4): add support for TX fragmentation.Adrian Chadd2015-10-121-0/+1
* wpi(4): do not allocate space for unused rings.Adrian Chadd2015-10-111-1/+1
* wpi(4): use more correct types.Adrian Chadd2015-10-111-8/+8
* wpi(4): drop unnecessary locking in wpi_set_pslevel().Adrian Chadd2015-10-081-2/+0
* wpi(4): remove software queuesAdrian Chadd2015-10-081-4/+0
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-1/+0
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-3/+4
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-4/+3
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-3/+4
* Update wpi(4) to use the new mgmt RX API.Adrian Chadd2015-05-251-1/+3
* Handle properly IBSS merges (works with patch from bug 199632).Adrian Chadd2015-05-031-8/+11
* Fix various powersave races + optimize tx/rx pointer update when powersave is...Adrian Chadd2015-05-031-0/+6
* Use another workaround for scanning.Adrian Chadd2015-05-031-2/+0
* Add a new taskqueue (device specific, not net80211 ic->tq); use it forAdrian Chadd2015-03-151-0/+3
* Reformatting changes.Adrian Chadd2015-03-151-3/+3
* Add another lock for the TX path.Adrian Chadd2015-03-151-3/+11
* Add an extra mutex for qfullmsk / ring->queued variables.Adrian Chadd2015-03-151-1/+15
* turn sc_tx_timeout into its own callout, rather than a global watchdogAdrian Chadd2015-03-151-4/+2
* Add mutex for RXON structure; convert some callouts/lock use to useAdrian Chadd2015-03-151-1/+10
* Split TX and scan timeouts; use a callout now for the scan timeout.Adrian Chadd2015-03-151-1/+2
* Add support for AES-CCMP group keys.Adrian Chadd2015-03-151-0/+3
* Use separate mutex for wv_bcbuf and wv_boff structures.Adrian Chadd2015-03-151-1/+10
* Add prefixes to field names.Adrian Chadd2015-03-151-2/+2
* Use ieee80211_beacon_update() for dynamic beacon contents.Adrian Chadd2015-03-151-4/+6
* Use a static buffer in wpi_cmd - rather than alloc/free'ing theAdrian Chadd2015-03-151-1/+1
* wpi_tx_done() shouldn't wait for wpi_start().Adrian Chadd2015-03-151-0/+1
* Add node table lock - addresses LOR in wpi_node_free().Adrian Chadd2015-03-151-1/+9
* Eliminate the WPI_FLAG_BUSY flag.Adrian Chadd2015-03-151-6/+0
* Add separate lock for TX queues.Adrian Chadd2015-03-151-0/+11
* Replace kernel unit allocator with local set of functions.Adrian Chadd2015-03-151-1/+1
* Wrap cast to (struct wpi_node *) into WPI_NODE macrosAdrian Chadd2015-03-151-0/+1
* Fix indentation - non-functional change.Adrian Chadd2015-03-151-4/+4
* Big wpi(4) overhaul! Not by me!Adrian Chadd2015-02-071-42/+70
* - Probe with BUS_PROBE_DEFAULT instead of 0.Marius Strobl2013-12-291-2/+0
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-7/+0
* Overhaul monitor mode handling:Sam Leffler2009-05-201-2/+0
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-38/+3
* The beacon miss notification must run without locks held has it calls back intoAndrew Thompson2008-05-161-0/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-23/+23
* Update wpi(4) with stability fixesAndrew Thompson2008-03-101-53/+31
* Initial Import of wpi driver based on p4 changeset 128641.Benjamin Close2007-11-051-0/+269