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_tdma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a m...
adrian
2012-01-15
1
-0
/
+4
*
Fix an unused variable warning/error when invariants isn't enabled.
adrian
2011-10-12
1
-2
/
+1
*
Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...
adrian
2011-10-02
1
-0
/
+3
*
fixes a broken software beacon miss handler. There is a race to check
weongyo
2010-03-14
1
-0
/
+2
*
o assert TDMA_MAXSLOTS is 2 so noone tries to blindly increase it
sam
2009-05-30
1
-4
/
+17
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-7
/
+12
*
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
*
o move tdma+superg protocol defs out of public view
sam
2009-03-26
1
-1
/
+11
*
add linker sets for get/set ioctl handlers so optional net80211
sam
2009-03-24
1
-8
/
+8
*
use IEEE80211_SUPPORT_TDMA option to control whether code is
sam
2009-03-24
1
-2
/
+0
*
rate limit printfs for invalid tdma ie contents; probably want this to
sam
2009-03-18
1
-6
/
+9
*
Minor cleanups of tdma protocol handling:
sam
2009-03-18
1
-47
/
+79
*
change tdma slave behaviour: if the channel is locked don't do bmiss handling
sam
2009-02-22
1
-3
/
+6
*
Add modes for 1/2 and 1/4-width channels so we have separate roaming
sam
2009-02-19
1
-0
/
+8
*
remove bogus reference reclaim on the slave-side bss node on beacon miss
sam
2009-02-11
1
-1
/
+0
*
when operating as a slave, clear neighbor entries and the peer bss node
sam
2009-02-10
1
-2
/
+16
*
setup default fixed rates for static turbo and 11n;
sam
2009-01-29
1
-6
/
+22
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-0
/
+715