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
*
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
*
Update ieee80211_mhz2ieee to understand public safety bands and spectrum
sam
2005-11-15
1
-7
/
+22
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-0
/
+4
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
1
-3
/
+5
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
1
-1
/
+1
*
supply a default ic_reset method for drivers; the ioctl code expect this
sam
2005-01-27
1
-0
/
+22
*
statically allocate the station/neighbor node table; the deferred
sam
2005-01-24
1
-2
/
+2
*
bump copyright for 2005
sam
2004-12-31
1
-1
/
+1
*
disable default use of wme until we can sort out interoperability issues;
sam
2004-12-31
1
-2
/
+2
*
expose ieee80211_phymode_name for use in debug msgs
sam
2004-12-31
1
-1
/
+1
*
Update 802.11 support; too much new functionality to fully describe
sam
2004-12-08
1
-184
/
+275
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
Link state change notification of ethernet media to the routing socket.
andre
2004-05-05
1
-1
/
+10
*
diff reduction against madwifi/p4
sam
2004-04-02
1
-2
/
+2
*
Add explicit dependency on "ether", since we use ether_ifattach().
mux
2004-03-16
1
-0
/
+1
*
Add support for FH phy, which will be used by awi driver.
onoe
2004-01-15
1
-43
/
+58
*
short preamble capability is not just for 11g; mark IEEE80211_F_SHPREAMBLE
sam
2003-09-14
1
-3
/
+3
*
Delay creating ic_bss until after the super-class has a chance
sam
2003-08-13
1
-0
/
+6
*
add monitor mode
sam
2003-07-21
1
-0
/
+12
*
o change ieee80211_new_state handling to use a proper method that drivers
sam
2003-07-20
1
-1
/
+1
*
add safeguard against (bogus) null channel parameter
sam
2003-06-29
1
-1
/
+4
[next]