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
/
dev
/
ral
/
rt2661.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement basic 802.11n awareness in the PHY and AMRR rate control code.
adrian
2013-07-04
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-7
/
+7
*
Don't hardcode assumptions about basic rates, similar to what the rt2661
bschmidt
2011-04-09
1
-8
/
+2
*
Pull ieee80211_ratectl_node_init() calls from drivers into net80211.
bschmidt
2011-01-17
1
-9
/
+0
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
1
-1
/
+0
*
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
bschmidt
2010-08-14
1
-0
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Avoid NULL deref.
rpaulo
2010-04-07
1
-1
/
+2
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
1
-34
/
+14
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-2
/
+7
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-36
/
+30
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-8
/
+0
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-14
/
+9
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-12
/
+12
*
o use the new association callback to notify the driver when joining a bss
sam
2008-10-27
1
-6
/
+1
*
Change the calling convention for ic_node_alloc to deal with
sam
2008-06-07
1
-3
/
+4
*
Update PLCP<->rate mapping support:
sam
2008-05-12
1
-2
/
+26
*
Minor cleanup of vap create work:
sam
2008-05-12
1
-1
/
+2
*
fix typo's that broke duration calculation on protection frames
sam
2008-05-11
1
-1
/
+1
*
Only start the vaps if the init routine completed.
thompsa
2008-05-10
1
-1
/
+2
*
Unify all the wifi *_ioctl routines
thompsa
2008-05-01
1
-7
/
+8
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-668
/
+581
*
fix locking botch
sam
2008-04-09
1
-1
/
+3
*
Check wep flag in *_tx_mgt since we need to encrypt some management frame
kevlo
2007-11-06
1
-0
/
+11
*
Update beacon handling to sync w/ vap code base:
sam
2007-09-17
1
-1
/
+1
*
Add missing bits that made bg scanning lame:
sam
2007-09-05
1
-0
/
+6
*
o add 802.11 state machine states for DFS and client-side power save
sam
2007-09-05
1
-0
/
+1
*
Use bus_get_dma_tag() to obtain the parent DMA tag.
kevlo
2007-07-22
1
-12
/
+14
*
Don't use 64-byte header on each packet in radiotap.
kevlo
2007-06-29
1
-3
/
+4
*
Update 802.11 wireless support:
sam
2007-06-11
1
-127
/
+177
*
allow net80211 to fillin rate sets
sam
2007-03-11
1
-20
/
+2
*
Remove dependency on deprecated if_watchdog ABI.
bms
2006-12-19
1
-15
/
+8
*
Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.
kevlo
2006-12-07
1
-0
/
+2
*
Fix kernel panic in rt2661_tx_intr() if no frames has been sent.
fjoe
2006-06-05
1
-0
/
+4
*
add missed calls to bpf_peers_present
sam
2006-06-02
1
-2
/
+2
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-3
/
+3
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
o fixes the locking of if_init().
damien
2006-03-21
1
-1
/
+25
*
Disable 802.11e support for now. Did some cleanup while I'm here.
damien
2006-03-07
1
-4
/
+2
*
Fix include paths to make this compile.
silby
2006-03-05
1
-4
/
+4
*
Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)
damien
2006-03-05
1
-0
/
+2881