summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi/if_wpivar.h
Commit message (Expand)AuthorAgeFilesLines
* Update wpi(4) to use the new mgmt RX API.adrian2015-05-251-1/+3
* Handle properly IBSS merges (works with patch from bug 199632).adrian2015-05-031-8/+11
* Fix various powersave races + optimize tx/rx pointer update when powersave is...adrian2015-05-031-0/+6
* Use another workaround for scanning.adrian2015-05-031-2/+0
* Add a new taskqueue (device specific, not net80211 ic->tq); use it foradrian2015-03-151-0/+3
* Reformatting changes.adrian2015-03-151-3/+3
* Add another lock for the TX path.adrian2015-03-151-3/+11
* Add an extra mutex for qfullmsk / ring->queued variables.adrian2015-03-151-1/+15
* turn sc_tx_timeout into its own callout, rather than a global watchdogadrian2015-03-151-4/+2
* Add mutex for RXON structure; convert some callouts/lock use to useadrian2015-03-151-1/+10
* Split TX and scan timeouts; use a callout now for the scan timeout.adrian2015-03-151-1/+2
* Add support for AES-CCMP group keys.adrian2015-03-151-0/+3
* Use separate mutex for wv_bcbuf and wv_boff structures.adrian2015-03-151-1/+10
* Add prefixes to field names.adrian2015-03-151-2/+2
* Use ieee80211_beacon_update() for dynamic beacon contents.adrian2015-03-151-4/+6
* Use a static buffer in wpi_cmd - rather than alloc/free'ing theadrian2015-03-151-1/+1
* wpi_tx_done() shouldn't wait for wpi_start().adrian2015-03-151-0/+1
* Add node table lock - addresses LOR in wpi_node_free().adrian2015-03-151-1/+9
* Eliminate the WPI_FLAG_BUSY flag.adrian2015-03-151-6/+0
* Add separate lock for TX queues.adrian2015-03-151-0/+11
* Replace kernel unit allocator with local set of functions.adrian2015-03-151-1/+1
* Wrap cast to (struct wpi_node *) into WPI_NODE macrosadrian2015-03-151-0/+1
* Fix indentation - non-functional change.adrian2015-03-151-4/+4
* Big wpi(4) overhaul! Not by me!adrian2015-02-071-42/+70
* - Probe with BUS_PROBE_DEFAULT instead of 0.marius2013-12-291-2/+0
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-7/+0
* Overhaul monitor mode handling:sam2009-05-201-2/+0
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-38/+3
* The beacon miss notification must run without locks held has it calls back intothompsa2008-05-161-0/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-23/+23
* Update wpi(4) with stability fixesthompsa2008-03-101-53/+31
* Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-051-0/+269
OpenPOWER on IntegriCloud