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
/
ath
/
ath_rate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a case of "mis-located braces".
adrian
2012-08-01
1
-2
/
+2
*
Allow 802.11n hardware to support multi-rate retry when RTS/CTS is
adrian
2012-07-31
1
-3
/
+9
*
Introduce a rate table TLV so rate table statistics consumers
adrian
2012-07-20
1
-24
/
+38
*
Bump this up to match what the HAL is at now.
adrian
2012-07-20
1
-1
/
+1
*
Add a per-node rate control routine for each rate control module.
adrian
2012-07-20
4
-8
/
+97
*
Prepare for (re)using this header file in userland.
adrian
2012-07-20
1
-0
/
+6
*
In a complete lack of foresight on my part, my previous commit broke
adrian
2012-06-24
3
-0
/
+3
*
Add in some debugging code to check whether the current rate table has
adrian
2012-02-26
2
-0
/
+26
*
Fix the compile to work when IEEE80211_DEBUG isn't defined.
adrian
2011-11-09
1
-0
/
+2
*
Introduce TX aggregation and software TX queue management
adrian
2011-11-08
4
-126
/
+434
*
Some cosmetic fixes to ath_rate_sample.
adrian
2011-11-08
2
-8
/
+14
*
Fix the order of parameters passed to the HT frame duration calculation.
adrian
2011-09-11
1
-4
/
+5
*
Modify the sample rate control algorithm to only select/sample HT
adrian
2011-05-18
1
-8
/
+26
*
Disconnect sun4v architecture from the three.
attilio
2011-05-14
1
-1
/
+1
*
After discussing with Bernhard, the "right" way in net80211 to check
adrian
2011-03-25
1
-3
/
+3
*
Fix static ucastrate for ath_rate_sample.
adrian
2011-03-21
1
-32
/
+57
*
The sample rate module currently does the slightly wrong thing when
adrian
2011-03-03
1
-0
/
+1
*
Modify the sample rate module output to be (slightly) easier to understand.
adrian
2011-03-03
1
-11
/
+19
*
Properly propagate whether the channel is HT40 or not when calculating
adrian
2011-02-17
2
-9
/
+14
*
Commit some missing bits to the sample rate module to (more) correctly calcul...
adrian
2011-02-08
1
-6
/
+14
*
Add a new method to the rate control modules which extract out the
adrian
2011-02-01
3
-0
/
+71
*
(Mostly) teach ath_rate_sample about MCS rates.
adrian
2011-01-28
2
-94
/
+246
*
Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.
adrian
2011-01-20
2
-99
/
+36
*
purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsi
sam
2009-06-13
1
-2
/
+2
*
add a debug msg for when a fixed transmit rate is not applied because
sam
2009-04-13
1
-0
/
+9
*
correct fixed rate handling; the rixmap was changed a while back
sam
2009-01-07
1
-16
/
+11
*
remove module glue, it's not used any more
sam
2009-01-06
3
-81
/
+0
*
Switch to ath hal source code. Note this removes the ath_hal
sam
2008-12-01
3
-4
/
+3
*
cover up sun4v namespace pollution
sam
2008-11-30
1
-0
/
+3
*
Major overhaul:
sam
2008-11-30
2
-382
/
+569
*
o With the addition of HT rates the set of h/w codes has a much wider range
sam
2008-10-27
1
-5
/
+7
*
move complaints about bad rate codes up a level so we can print
sam
2008-10-27
1
-16
/
+24
*
remove driver-private equivalent of ni_txparms; it's now superfluous
sam
2008-10-27
3
-5
/
+3
*
now that the new association callback is used when joining a bss we can
sam
2008-10-27
3
-114
/
+0
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
6
-251
/
+156
*
revert 1.18: the negotiated rate set may not match the hal
sam
2007-10-13
1
-18
/
+34
*
convert hardware rate codes to IEEE rate codes with a lookup table
sam
2007-09-17
1
-34
/
+18
*
First in a series of changes to remove the now-unused Giant compatibility
rwatson
2007-07-27
2
-2
/
+2
*
Update 802.11 wireless support:
sam
2007-06-11
3
-29
/
+32
*
update copyrights to 2007 and convert to be 2-clause bsd-only
sam
2007-06-06
2
-17
/
+3
*
save changes for handling 5416/5418 parts
sam
2007-01-15
2
-28
/
+30
*
Track v0.9.20.3 hal:
sam
2006-12-13
4
-219
/
+213
*
add missing \n's
sam
2006-07-26
1
-2
/
+2
*
correct ni_txrate when using a fixed rate; fixes current rate reporting
sam
2006-03-09
1
-1
/
+4
*
fix comment and whitespace
sam
2006-02-13
1
-3
/
+2
*
move mgt frame tx rate responsibility from the rate control modules
sam
2006-02-09
3
-25
/
+2
*
sync with latest code in madwifi
sam
2006-02-09
2
-146
/
+185
*
bandaid inconsistent state handling: the rate index map may be
sam
2005-11-15
1
-0
/
+5
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
2
-2
/
+2
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
3
-5
/
+7
[next]