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
*
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
*
add the desired channel to the scan list if not already present and
sam
2009-03-04
1
-0
/
+27
*
Add memmove() to the kernel, making the kernel compile with Clang.
ed
2009-02-28
1
-2
/
+0
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+2
*
change tdma slave behaviour: if the channel is locked don't do bmiss handling
sam
2009-02-22
1
-3
/
+6
*
display min/max dwell times in msecs in debug msgs
sam
2009-02-22
1
-3
/
+4
*
mark nodes created by way of neighbor discovery need to be marked as ERP
sam
2009-02-20
1
-0
/
+4
*
o reset aggressive mode flag; it was being left set after marking an
sam
2009-02-20
1
-1
/
+2
*
misc cleanup of wme parameter setting
sam
2009-02-20
1
-63
/
+46
*
use 1/2 and 1/4 rate phy types to simplify txtime calculation
sam
2009-02-19
1
-81
/
+73
*
Add modes for 1/2 and 1/4-width channels so we have separate roaming
sam
2009-02-19
9
-8
/
+69
*
o looseen abi dependencies on IEEE80211_MODE_MAX by accepting smaller
sam
2009-02-19
1
-49
/
+31
*
use c99 initializers
sam
2009-02-19
2
-112
/
+112
*
o consolidate loops to eliminate assumptions about ordering of modes
sam
2009-02-19
1
-13
/
+10
*
Change country ie construction to simplify forthcoming changes:
sam
2009-02-19
1
-11
/
+17
*
use c99 initializer
sam
2009-02-19
1
-10
/
+13
*
simplify setting up the roaming parameters; writing default parameters only
sam
2009-02-19
1
-43
/
+29
*
check ptr against NULL
sam
2009-02-19
1
-1
/
+1
*
instead of special casing lookups for the 11na/g legacy rate set, just
sam
2009-02-19
2
-8
/
+4
*
add phy types for 1/2 and 1/4-rate modes
sam
2009-02-19
1
-0
/
+2
*
remove ic_stats; it was intended to accumulate stats from vaps as they
sam
2009-02-13
3
-3
/
+0
*
strip M_FRAG & co mbufs coming down from ip_output, these flags are
sam
2009-02-13
1
-1
/
+2
*
o replace ieee80211_node_reclaim by individual operations to release the
sam
2009-02-12
1
-60
/
+2
[next]