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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-2
/
+9
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-3
/
+20
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-1
/
+1
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-0
/
+1
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-2
/
+3
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-4
/
+19
*
Add modes for 1/2 and 1/4-width channels so we have separate roaming
sam
2009-02-19
1
-6
/
+19
*
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
1
-6
/
+3
*
remove ic_stats; it was intended to accumulate stats from vaps as they
sam
2009-02-13
1
-1
/
+0
*
Add a ieee80211_waitfor_parent() function that will wait for all deferred
thompsa
2009-02-12
1
-1
/
+1
*
When crafting a media setting w/ an auto (non-fixed) rate mask out the
sam
2009-02-03
1
-12
/
+14
*
setup default rate set for static turbo mode
sam
2009-01-29
1
-0
/
+1
*
fill in ieee channel #'s and max tx power for drivers that work exclusively
sam
2009-01-27
1
-0
/
+15
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-1
/
+16
*
Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 but
sam
2008-12-15
1
-3
/
+1
*
honor IEEE80211_CLONE_NOBEACONS for type of vap, not just a sta mode vap
sam
2008-10-25
1
-5
/
+3
*
o add support for ifconfig wlanX mode foo
sam
2008-10-25
1
-62
/
+8
*
Replace a line matching /^ $/ with one matching /^$/.
brooks
2008-09-03
1
-1
/
+1
*
free ifp allocated at ieee80211_vap_setup.
weongyo
2008-09-02
1
-0
/
+2
*
Revise lock name handling:
sam
2008-05-28
1
-1
/
+1
*
Minor cleanup of vap create work:
sam
2008-05-12
1
-18
/
+12
*
use c99-style initialization for ieee80211_phymode_name
sam
2008-05-11
1
-11
/
+11
*
add DFS capability bit and use it to auto-enable DFS support
sam
2008-05-11
1
-2
/
+3
*
re-enable WME by default; after a full day of testing on iwi I see no
sam
2008-05-01
1
-3
/
+0
*
disable default enabling of WME until we resolve driver regressions
sam
2008-04-30
1
-0
/
+3
*
hookup the parent device's if_input and if_output to stub routines
sam
2008-04-25
1
-0
/
+19
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-361
/
+641
*
Add padding for anticipated functionality
kmacy
2007-12-07
1
-2
/
+2
*
add ieee80211_find_channel_byieee to lookup a channel by ieee channel #
sam
2007-11-23
1
-0
/
+26
*
invalidate ic_prevchan when constructing a new channel list
sam
2007-09-18
1
-0
/
+1
*
skip IEEE80211_MODE_AUTO in announcing supported rates in ieee80211_announce;
sam
2007-09-18
1
-1
/
+2
*
o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)
sam
2007-09-18
1
-2
/
+4
*
remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; they
sam
2007-09-18
1
-4
/
+0
*
Update 802.11 wireless support:
sam
2007-06-11
1
-388
/
+457
*
copyright updates:
sam
2007-06-06
1
-7
/
+1
*
change ic_modecaps to a bit vector and use setbit, et. al.
sam
2007-03-11
1
-14
/
+14
*
change ieee80211_mhz2ieee to use the PSB mapping when the frequency
sam
2007-03-11
1
-2
/
+4
*
Add initial support for 900MHz cards like the Ubiquiti SR9:
sam
2007-01-15
1
-36
/
+52
*
Fix compile error.
mjacob
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
1
-42
/
+103
*
Default the rate sets for 802.11 operating modes so drivers aren't
sam
2006-11-26
1
-0
/
+28
*
add support for 802.11 packet injection via bpf
sam
2006-07-26
1
-0
/
+5
*
back out public safety-specific channel number mapping; we can't do
sam
2006-04-26
1
-9
/
+1
*
o make driver override of net80211 parameter state consistent
sam
2006-02-14
1
-5
/
+3
*
switch beacon miss threshold from a time to the number of beacon
sam
2006-01-23
1
-1
/
+1
*
correct checking for turbo channels: rev 1.24 fixed static turbo channels
sam
2005-12-30
1
-4
/
+4
*
make packet bursting configurable (default to on if device is capable)
sam
2005-12-14
1
-0
/
+2
*
o correct auto mode logic for avoiding turbo channels
sam
2005-12-12
1
-9
/
+9
[next]