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
*
- Nuke unnecessary header.
sephe
2007-05-05
1
-1
/
+1
*
change ic_modecaps to a bit vector and use setbit, et. al.
sam
2007-03-11
3
-16
/
+16
*
Update to reflect correct usage:
sam
2007-03-11
1
-18
/
+16
*
change ieee80211_fix_rate to take a rate set instead of using
sam
2007-03-11
4
-7
/
+8
*
expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MAC
sam
2007-03-11
2
-33
/
+34
*
improve debug msg for ie's that are too short
sam
2007-03-11
1
-1
/
+2
*
keep tx/rx seq #'s for non-QoS traffic separate from QoS; stations
sam
2007-03-11
5
-10
/
+11
*
split check for rate set mismatch on assoc req away from check
sam
2007-03-11
1
-10
/
+21
*
disallow re-associate with a slot time mismatch
sam
2007-03-11
1
-8
/
+27
*
move __inline before type to appease gcc 4.x
sam
2007-03-11
1
-5
/
+5
*
white space diff reduction
sam
2007-03-11
1
-1
/
+1
*
add IEEE80211_KEY_UNDEFINED and use it instead of local defs
sam
2007-03-11
3
-7
/
+10
*
discard deauth+disassoc frames that are not destined for us; these
sam
2007-03-11
1
-0
/
+10
*
change ieee80211_mhz2ieee to use the PSB mapping when the frequency
sam
2007-03-11
1
-2
/
+4
*
When dispatching frames saved on the power save queue to a
sam
2007-03-07
2
-13
/
+38
*
add ieee80211_opmode_name array for mapping the opmode to a string
sam
2007-03-07
3
-0
/
+12
*
when starting up an ibss master use a random address for
sam
2007-03-07
1
-2
/
+5
*
correct inital bounds check on returning scan results; this does not
sam
2007-03-05
1
-1
/
+1
*
correct conversions between TU and ms/ticks; these are not used
sam
2007-03-05
1
-3
/
+3
*
clear/reclaim challenge text when switching auth mode and operating as an ap
sam
2007-02-04
1
-0
/
+9
*
add IEEE80211_IS_CHAN_PASSIVE
sam
2007-02-02
1
-0
/
+2
*
Add initial support for 900MHz cards like the Ubiquiti SR9:
sam
2007-01-15
3
-49
/
+65
*
reduce user-visible namespace to just what is needed
sam
2007-01-09
1
-0
/
+2
*
bandaid to unbreak build (user code includes this file)
sam
2007-01-09
1
-0
/
+1
*
Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq when
sam
2007-01-08
3
-7
/
+31
*
Correct several issues with rate set negotiation:
sam
2007-01-08
4
-40
/
+46
*
Fix compile error.
mjacob
2007-01-06
1
-1
/
+1
*
fix declaration / definition mismatch with ieee80211_chan2ieee
kmacy
2007-01-06
1
-1
/
+1
*
o unbreak rate set defaulting
sam
2006-12-28
1
-5
/
+3
*
First cut at half/quarter-rate 11a channel support (e.g. for use
sam
2006-12-27
6
-52
/
+121
*
Fix packing on the country band descriptor. No real change since this
imp
2006-12-01
1
-1
/
+1
*
back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn't
sam
2006-12-01
2
-4
/
+4
*
sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for now
sam
2006-12-01
2
-4
/
+4
*
Default the rate sets for 802.11 operating modes so drivers aren't
sam
2006-11-26
1
-0
/
+28
*
add rate control debug msg bit
sam
2006-11-26
1
-0
/
+1
*
device-independent implementation of AMRR tx rate control algorithm
sam
2006-11-26
2
-0
/
+228
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-5
/
+6
*
Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.
ru
2006-09-26
1
-1
/
+2
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
2
-13
/
+4
*
More statistics fixups:
sam
2006-08-10
2
-18
/
+76
*
minor fixups:
sam
2006-08-10
2
-8
/
+22
*
add per-sta ucast/mcast stats
sam
2006-08-10
1
-0
/
+4
*
add support for 802.11 packet injection via bpf
sam
2006-07-26
6
-0
/
+171
*
add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon miss
sam
2006-07-26
2
-0
/
+11
*
o move min/max beacon interval and dtim period to public location
sam
2006-07-26
2
-7
/
+24
*
correct ie length check; need to include fixed part of ie
sam
2006-07-16
1
-4
/
+4
*
power save mode state changes should not require clocking the 802.11
sam
2006-07-16
1
-0
/
+7
*
tighten invariant on loops used to parse ie's; this ensures we never
sam
2006-07-16
1
-4
/
+4
*
remove duplicate ifname in debug msg
sam
2006-06-24
1
-2
/
+1
*
Use kern_kldload() and kern_kldunload() to load and unload modules when
jhb
2006-06-13
1
-7
/
+2
[next]