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
/
net80211
/
ieee80211_var.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow net80211 to compile on stable/9 and stable/8.
adrian
2013-08-07
1
-0
/
+5
*
Fix typo (dbM -> dBm)
eadler
2013-06-14
1
-1
/
+1
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-1
/
+1
*
Implement a utility function to return the current TX power cap for
adrian
2013-04-16
1
-0
/
+22
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
1
-0
/
+1
*
Migrate the power-save functions to be overridable VAP methods.
adrian
2012-10-02
1
-0
/
+5
*
Extend the radiotap code to be aware of the size of any extra vendor
adrian
2012-06-18
1
-0
/
+5
*
Create a new task to handle 802.11n channel width changes.
adrian
2012-03-25
1
-0
/
+5
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-5
/
+6
*
Add 802.11h quiet time element support into net80211.
adrian
2011-11-08
1
-0
/
+10
*
Add a callback for ADDBA response timeouts.
adrian
2011-06-20
1
-0
/
+2
*
Fix typo, it is MPDU not MDPU.
bschmidt
2011-05-21
1
-1
/
+1
*
First step on removing the harcoded RX/TX stream and MCS0-15 assumptions.
bschmidt
2011-03-13
1
-0
/
+4
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
1
-2
/
+1
*
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
bschmidt
2010-08-14
1
-1
/
+2
*
Add ic_rxstream and ic_txstream. These variables hold the number of RX
rpaulo
2010-04-28
1
-1
/
+2
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
1
-1
/
+4
*
Constify vap argument of ieee80211_{note,discard}* functions.
rpaulo
2010-03-31
1
-6
/
+6
*
Add a new field for extended HT capabilities.
rpaulo
2010-03-23
1
-1
/
+4
*
Use the iflladdr_event event to keep the mac address on the vap in sync with
thompsa
2010-01-19
1
-1
/
+2
*
Fix #ifdefs so that GCC 4.4 doesn't complain about it.
trasz
2010-01-08
1
-3
/
+3
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-5
/
+10
*
Add ieee80211_ageq; a facility for staging packets that require
sam
2009-07-05
1
-0
/
+5
*
Revamp 802.11 action frame handling:
sam
2009-07-05
1
-3
/
+4
*
iv_flags_ext is full, make room by moving HT-related flags to a new
sam
2009-06-07
1
-20
/
+28
*
o add bits for STBC and Greenfield
sam
2009-06-06
1
-5
/
+8
*
o station mode channel switch support
sam
2009-06-04
1
-1
/
+2
*
Fix monitor mode vaps to work as intended:
sam
2009-06-02
1
-2
/
+3
*
pad data structures to enable integration of future features w/o abi breakage
sam
2009-06-01
1
-0
/
+2
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-4
/
+37
*
make superg/fast-frames state dynamically-allocated (and indirect off
sam
2009-05-02
1
-9
/
+3
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-5
/
+33
*
add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-address
sam
2009-04-26
1
-2
/
+3
*
don't depend on includes to get definitions of struct ieee80211_tx_ampdu
sam
2009-04-26
1
-0
/
+2
*
allow drivers to hook ampdu rx start/stop
sam
2009-04-26
1
-0
/
+6
*
add iv_recv_ctl method to allow hooking rx ctl frame handling
sam
2009-04-26
1
-0
/
+2
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-1
/
+1
*
o add a capability for drivers that require 802.3 encapsulation of
sam
2009-04-08
1
-2
/
+3
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-0
/
+11
*
MFP mesh11s:
rpaulo
2009-03-30
1
-1
/
+1
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-0
/
+2
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-2
/
+2
*
Minor cleanups of tdma protocol handling:
sam
2009-03-18
1
-1
/
+1
*
remove ic_stats; it was intended to accumulate stats from vaps as they
sam
2009-02-13
1
-1
/
+0
*
oops, fix octal escape sequence
sam
2009-02-11
1
-1
/
+1
*
fix mis-numbering of IEEE80211_MSG_BITS
sam
2009-02-11
1
-4
/
+4
*
change ic_getradiocaps driver callback to include the max # channels
sam
2009-01-27
1
-1
/
+1
*
o make %b msg bit defines public (to user apps too)
sam
2009-01-27
1
-0
/
+31
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-2
/
+13
*
Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 but
sam
2008-12-15
1
-1
/
+1
[next]