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
/
if_ath_tx_ht.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a couple more fields in the rate scenario setup as part of
adrian
2012-07-27
1
-0
/
+2
*
Revert this; it wasn't supposed to be part of this commit.
adrian
2012-07-23
1
-2
/
+0
*
Begin separating out the TX DMA setup in preparation for TX EDMA support.
adrian
2012-07-23
1
-0
/
+2
*
A few nitpicks:
adrian
2012-06-16
1
-14
/
+35
*
Remove a duplicate definition.
adrian
2012-06-13
1
-2
/
+0
*
Revert r233227 and followup commits as it breaks CCMP PN replay detection.
adrian
2012-06-11
1
-64
/
+1
*
As I thought, this is a bad idea. When forming aggregates, the RTS/CTS
adrian
2012-04-07
1
-11
/
+7
*
Enforce the RTS aggregation limit if RTS/CTS protection is enabled;
adrian
2012-04-07
1
-14
/
+32
*
Remove duplicate txflags field from ath_buf.
adrian
2012-04-07
1
-5
/
+5
*
Use the assigned sequence number when checking if a retried packet is
adrian
2012-03-26
1
-2
/
+20
*
Delay sequence number allocation for A-MPDU until just before the frame
adrian
2012-03-20
1
-11
/
+54
*
Introduce TX aggregation and software TX queue management
adrian
2011-11-08
1
-12
/
+604
*
Enable setting the short-GI bit when TX'ing HT rates but only if the
adrian
2011-05-30
1
-6
/
+14
*
After discussing with Bernhard, the "right" way in net80211 to check
adrian
2011-03-25
1
-2
/
+7
*
Re-disable the setting of 2040/shortgi bits for now.
adrian
2011-03-25
1
-1
/
+2
*
Flip back HT/40 and Short-GI (for 40mhz operation). These are now verified to...
adrian
2011-03-24
1
-2
/
+0
*
Clean up setting the short preamble bit in the rate - this way it
adrian
2011-03-22
1
-3
/
+2
*
The number of streams is not based on the interface stream count, but the
adrian
2011-03-13
1
-2
/
+4
*
Disable trying to do HT/40 and short-GI TX.
adrian
2011-03-03
1
-1
/
+3
*
Don't set the RTS/CTS enable bit per-scenario if the global RTS/CTS
adrian
2011-02-22
1
-8
/
+8
*
* Don't setup the scenario if the try count is 0
adrian
2011-02-22
1
-0
/
+18
*
Implement setting the short preamble bit if it's needed for the current node.
adrian
2011-02-21
1
-6
/
+6
*
Just be double-sure short-gi isn't being enabled in 20mhz mode.
adrian
2011-02-17
1
-2
/
+7
*
This should be TX stream, not RX stream.
adrian
2011-02-13
1
-1
/
+1
*
The current code used the fields in ath_set11nratescenario() . Use them
adrian
2011-02-12
1
-2
/
+3
*
.. how'd this compile before I commit it and then not now?
adrian
2011-02-11
1
-1
/
+1
*
The last parameter to ath_computedur_ht() is short-GI, not short-preamble.
adrian
2011-02-11
1
-1
/
+1
*
Include some preliminary TX HT rate scenario setup code.
adrian
2011-02-01
1
-0
/
+204