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
/
rt2560.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
-13
/
+21
*
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
*
If rt2560_bbp_init() fails, don't drop the lock as the callers of
jhb
2010-09-29
1
-2
/
+1
*
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
*
Remove unnecessary assignment.
rpaulo
2010-04-07
1
-1
/
+0
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
1
-35
/
+22
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-3
/
+9
*
validate tx rate(s) in the raw xmit path
sam
2009-05-29
1
-3
/
+3
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-44
/
+33
*
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
-12
/
+9
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-4
/
+4
*
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
-684
/
+537
*
Various bug fixes for 2560 parts of ral(4):
sephe
2008-02-03
1
-33
/
+109
*
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
-2
/
+13
*
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
/
+15
*
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
-138
/
+180
*
- Fix mbuf/node leakage in drivers' raw_xmit().
sephe
2007-04-19
1
-1
/
+7
*
allow net80211 to fillin rate sets
sam
2007-03-11
1
-20
/
+1
*
Remove dependency on deprecated if_watchdog ABI.
bms
2006-12-19
1
-16
/
+9
*
Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.
kevlo
2006-12-07
1
-0
/
+2
*
remove unnecessary null ptr check
sam
2006-08-02
1
-2
/
+1
*
support for 802.11 packet injection via bpf
sam
2006-07-26
1
-0
/
+125
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-7
/
+7
*
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
-2
/
+20
*
Fix include paths to make this compile.
silby
2006-03-05
1
-3
/
+3
*
Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)
damien
2006-03-05
1
-0
/
+2707