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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will be
sam
2009-04-27
2
-0
/
+11
*
add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-address
sam
2009-04-26
3
-7
/
+12
*
don't depend on includes to get definitions of struct ieee80211_tx_ampdu
sam
2009-04-26
1
-0
/
+2
*
hoist ampdu tx aggregation setup from ieee80211_encap to ieee80211_start
sam
2009-04-26
1
-37
/
+36
*
allow drivers to hook ampdu rx start/stop
sam
2009-04-26
2
-10
/
+29
*
improvements:
sam
2009-04-26
1
-61
/
+105
*
stash the node pointer in the mbuf before doing ff aggregration so this
sam
2009-04-26
2
-10
/
+7
*
whitespace
sam
2009-04-26
1
-0
/
+1
*
print both fc bytes when hitting a protocol version mismatch
sam
2009-04-26
4
-4
/
+8
*
add iv_recv_ctl method to allow hooking rx ctl frame handling
sam
2009-04-26
4
-8
/
+34
*
don't fragment ampdu aggregates
sam
2009-04-26
1
-1
/
+1
*
uniformly mark mbufs that pass through the tx path with M_MCAST; drivers
sam
2009-04-26
1
-15
/
+22
*
o add missing 802.3 bpf tap
sam
2009-04-26
1
-0
/
+6
*
add missing DLT_IEEE802_11 tap
sam
2009-04-26
1
-0
/
+3
*
add missing part of r191537 that should have read: hoist DLT_IEEE802_11
sam
2009-04-26
1
-4
/
+0
*
fix comment
sam
2009-04-26
1
-3
/
+1
*
add missing DLT_IEEE802_11 bpf tap in ieee80211_start
sam
2009-04-26
1
-0
/
+4
*
fixup ieee80211_output handling:
sam
2009-04-26
1
-1
/
+11
*
o use shared code to handle bpf tap and mbuf cleanup
sam
2009-04-26
3
-15
/
+6
*
correct bssid reporting for wds vaps
sam
2009-04-26
1
-4
/
+7
*
Remove spurious 'or'.
rpaulo
2009-04-23
1
-1
/
+1
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
4
-5
/
+5
*
setup turboA/G fixed rate parameters too; this is needed, in particular,
sam
2009-04-13
1
-3
/
+5
*
correct debug printf
sam
2009-04-13
1
-1
/
+1
*
check correct address for a bssid mtch
sam
2009-04-13
1
-1
/
+1
*
fix txparms setup for 108G sta's: ieee80211_iserp_rateset does not
sam
2009-04-13
1
-2
/
+3
*
o add a capability for drivers that require 802.3 encapsulation of
sam
2009-04-08
2
-10
/
+13
*
fix whitespace
sam
2009-04-03
1
-1
/
+1
*
o update dwds mcast handling after hoisting ieee80211_encap: frames need
sam
2009-04-03
3
-9
/
+15
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
10
-24
/
+402
*
Fix typo in comment.
rpaulo
2009-03-30
1
-1
/
+1
*
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
6
-0
/
+9
*
toggling fast-frames requires clocking the state machine
sam
2009-03-29
1
-1
/
+1
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
4
-6
/
+7
*
o move tdma+superg protocol defs out of public view
sam
2009-03-26
5
-93
/
+106
*
Fix enough bits so that fast frames work again:
sam
2009-03-26
4
-15
/
+59
*
dynamic turbo mode is only implemented in sta mode; don't enable it
sam
2009-03-26
1
-1
/
+3
*
need to adjust htinfo offset when csa is inserted
sam
2009-03-26
1
-0
/
+1
*
adjust tdma ie offset when beacon frame contents changes
sam
2009-03-26
1
-0
/
+6
*
shuffle code so things build w/o INVARIANTS or IEEE80211_SUPPORT_SUPERG
sam
2009-03-25
1
-3
/
+3
*
hide linker set stuff from user space
sam
2009-03-24
1
-1
/
+1
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
14
-508
/
+666
*
add linker sets for get/set ioctl handlers so optional net80211
sam
2009-03-24
4
-34
/
+69
*
use IEEE80211_SUPPORT_TDMA option to control whether code is
sam
2009-03-24
1
-2
/
+0
*
Remove leftover comment because we now use a flag to check for associd.
rpaulo
2009-03-19
1
-1
/
+0
*
Fix typo in comment.
rpaulo
2009-03-19
1
-1
/
+1
*
Use plural in a comment. No functional change.
rpaulo
2009-03-18
1
-1
/
+1
*
rate limit printfs for invalid tdma ie contents; probably want this to
sam
2009-03-18
2
-7
/
+12
*
Minor cleanups of tdma protocol handling:
sam
2009-03-18
5
-61
/
+118
[next]