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_superg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate the ff_encap1() routine out into the normal output code.
adrian
2013-08-26
1
-39
/
+2
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
1
-1
/
+1
*
Kill this, it's not needed at this point and (hopefully) the parent
adrian
2013-03-10
1
-2
/
+0
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
1
-2
/
+12
*
Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctly
adrian
2013-02-02
1
-0
/
+4
*
Atheros SuperG bug fixes, as part of hunting down kern/174283.
adrian
2012-12-09
1
-9
/
+11
*
Don't panic if the stageq here is empty; just fall through with NULL
adrian
2012-12-09
1
-0
/
+10
*
Fix a use-after-free bug in the Atheros fast-frames support.
adrian
2012-12-08
1
-2
/
+9
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Migrate the net80211 TX aggregation state to be from per-AC to per-TID.
adrian
2012-04-15
1
-5
/
+9
*
distribute sysctl decls so global variables can be made static
sam
2009-05-30
1
-3
/
+7
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-3
/
+1
*
make superg/fast-frames state dynamically-allocated (and indirect off
sam
2009-05-02
1
-5
/
+30
*
stash the node pointer in the mbuf before doing ff aggregration so this
sam
2009-04-26
1
-2
/
+0
*
add missing DLT_IEEE802_11 tap
sam
2009-04-26
1
-0
/
+3
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-3
/
+320
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-0
/
+1
*
toggling fast-frames requires clocking the state machine
sam
2009-03-29
1
-1
/
+1
*
o move tdma+superg protocol defs out of public view
sam
2009-03-26
1
-0
/
+29
*
Fix enough bits so that fast frames work again:
sam
2009-03-26
1
-3
/
+20
*
dynamic turbo mode is only implemented in sta mode; don't enable it
sam
2009-03-26
1
-1
/
+3
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-0
/
+506