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
*
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
*
Add a ieee80211_waitfor_parent() function that will wait for all deferred
thompsa
2009-02-12
4
-2
/
+18
*
improve key index map reclaim debug msg
sam
2009-02-11
1
-6
/
+5
*
oops, fix octal escape sequence
sam
2009-02-11
1
-1
/
+1
*
remove bogus reference reclaim on the slave-side bss node on beacon miss
sam
2009-02-11
1
-1
/
+0
*
fix mis-numbering of IEEE80211_MSG_BITS
sam
2009-02-11
1
-4
/
+4
*
when operating as a slave, clear neighbor entries and the peer bss node
sam
2009-02-10
1
-2
/
+16
*
clean neighbor entries on beacon miss
sam
2009-02-10
1
-1
/
+13
*
correctly fixup iv_des_chan after installing a new channel table; if the
sam
2009-02-10
1
-1
/
+2
*
mark M_LASTFRAG at the last fragment.
weongyo
2009-02-09
1
-0
/
+3
*
o change _db_show_key to always dump the contents instead of checking
sam
2009-02-05
1
-4
/
+36
*
o add IEEE80211_KEY_BITS for %b printing of wk_flags
sam
2009-02-05
2
-15
/
+9
*
When crafting a media setting w/ an auto (non-fixed) rate mask out the
sam
2009-02-03
1
-12
/
+14
*
when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only)
sam
2009-02-01
1
-2
/
+2
*
setup default fixed rates for static turbo and 11n;
sam
2009-01-29
1
-6
/
+22
*
set ni_txparms for static turbo mode
sam
2009-01-29
1
-6
/
+11
*
setup default rate set for static turbo mode
sam
2009-01-29
1
-0
/
+1
*
add an assert to verify the number of channels returned by ic_getradiocaps
sam
2009-01-28
1
-0
/
+2
*
change null_getradiocaps to return the actual count of channels instead
sam
2009-01-28
1
-1
/
+1
*
Extend channel definition with:
sam
2009-01-27
1
-0
/
+3
*
fix comment
sam
2009-01-27
1
-1
/
+1
*
Remove assumptions about the max # channels in ioctl's:
sam
2009-01-27
2
-30
/
+73
*
change ic_getradiocaps driver callback to include the max # channels
sam
2009-01-27
3
-6
/
+8
*
o add country codes from Atheros regulatory; these are not listed in
sam
2009-01-27
1
-10
/
+43
[next]