index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
wpi
/
if_wpivar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update wpi(4) to use the new mgmt RX API.
adrian
2015-05-25
1
-1
/
+3
*
Handle properly IBSS merges (works with patch from bug 199632).
adrian
2015-05-03
1
-8
/
+11
*
Fix various powersave races + optimize tx/rx pointer update when powersave is...
adrian
2015-05-03
1
-0
/
+6
*
Use another workaround for scanning.
adrian
2015-05-03
1
-2
/
+0
*
Add a new taskqueue (device specific, not net80211 ic->tq); use it for
adrian
2015-03-15
1
-0
/
+3
*
Reformatting changes.
adrian
2015-03-15
1
-3
/
+3
*
Add another lock for the TX path.
adrian
2015-03-15
1
-3
/
+11
*
Add an extra mutex for qfullmsk / ring->queued variables.
adrian
2015-03-15
1
-1
/
+15
*
turn sc_tx_timeout into its own callout, rather than a global watchdog
adrian
2015-03-15
1
-4
/
+2
*
Add mutex for RXON structure; convert some callouts/lock use to use
adrian
2015-03-15
1
-1
/
+10
*
Split TX and scan timeouts; use a callout now for the scan timeout.
adrian
2015-03-15
1
-1
/
+2
*
Add support for AES-CCMP group keys.
adrian
2015-03-15
1
-0
/
+3
*
Use separate mutex for wv_bcbuf and wv_boff structures.
adrian
2015-03-15
1
-1
/
+10
*
Add prefixes to field names.
adrian
2015-03-15
1
-2
/
+2
*
Use ieee80211_beacon_update() for dynamic beacon contents.
adrian
2015-03-15
1
-4
/
+6
*
Use a static buffer in wpi_cmd - rather than alloc/free'ing the
adrian
2015-03-15
1
-1
/
+1
*
wpi_tx_done() shouldn't wait for wpi_start().
adrian
2015-03-15
1
-0
/
+1
*
Add node table lock - addresses LOR in wpi_node_free().
adrian
2015-03-15
1
-1
/
+9
*
Eliminate the WPI_FLAG_BUSY flag.
adrian
2015-03-15
1
-6
/
+0
*
Add separate lock for TX queues.
adrian
2015-03-15
1
-0
/
+11
*
Replace kernel unit allocator with local set of functions.
adrian
2015-03-15
1
-1
/
+1
*
Wrap cast to (struct wpi_node *) into WPI_NODE macros
adrian
2015-03-15
1
-0
/
+1
*
Fix indentation - non-functional change.
adrian
2015-03-15
1
-4
/
+4
*
Big wpi(4) overhaul! Not by me!
adrian
2015-02-07
1
-42
/
+70
*
- Probe with BUS_PROBE_DEFAULT instead of 0.
marius
2013-12-29
1
-2
/
+0
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
1
-7
/
+0
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-2
/
+0
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-38
/
+3
*
The beacon miss notification must run without locks held has it calls back into
thompsa
2008-05-16
1
-0
/
+1
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-23
/
+23
*
Update wpi(4) with stability fixes
thompsa
2008-03-10
1
-53
/
+31
*
Initial Import of wpi driver based on p4 changeset 128641.
benjsc
2007-11-05
1
-0
/
+269