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
*
In add_channel(), search 11g channels if mode is AUTO and corresponding
sephe
2007-07-20
1
-5
/
+11
*
revert handling of ssid and bssid to be manadatory instead of advisory
sam
2007-07-12
1
-33
/
+40
*
Move the XCHANNEL radiotap definition to a free slot. NetBSD defined some
thompsa
2007-07-01
1
-1
/
+2
*
Fix scanning issues since the new net80211 code went in
thompsa
2007-06-30
2
-10
/
+14
*
Change the channel number in the scan results struct to be a pointer to the
thompsa
2007-06-30
5
-10
/
+13
*
Correct msecs_to_ticks macro. This fixes problems when hz is not the
sam
2007-06-25
1
-1
/
+1
*
Correct state machine handling of AUTH -> AUTH transitions that pass
sam
2007-06-16
1
-0
/
+1
*
Prefer __packed to __attribute__((__packed__)).
imp
2007-06-11
1
-1
/
+1
*
Update 802.11 wireless support:
sam
2007-06-11
33
-3589
/
+10353
*
copyright updates:
sam
2007-06-06
22
-147
/
+23
*
- 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
[next]