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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dump out the TX FIFO depth.
adrian
2012-08-14
1
-2
/
+3
*
Break out the TX completion code into a separate function, so it can be
adrian
2012-08-14
2
-35
/
+67
*
Add an assertion to check that the given TXQ is _not_ locked.
adrian
2012-08-14
1
-1
/
+4
*
Revert the ath_tx_draintxq() method, and instead teach it the minimum
adrian
2012-08-12
6
-30
/
+26
*
Break out ath_draintxq() into a method and un-methodize ath_tx_processq().
adrian
2012-08-12
6
-24
/
+28
*
Extend the beacon code slightly to support AP mode beaconing for the
adrian
2012-08-11
3
-8
/
+52
*
Add the AR9380 HAL to the TX descriptor debugging, in order to dump all
adrian
2012-08-11
1
-1
/
+2
*
Add the AR9300 HAL ID in to the 11n check routine.
adrian
2012-08-11
1
-1
/
+2
*
Begin fleshing out the TX FIFO support.
adrian
2012-08-11
2
-1
/
+143
*
Commit device IDs for the (eventually upcoming) AR9380 HAL.
adrian
2012-08-07
1
-0
/
+9
*
Correct re-initialise the link pointer to be the final descriptor in
adrian
2012-08-07
1
-1
/
+1
*
Remove unnecessary debugging printf()s.
adrian
2012-08-06
2
-8
/
+0
*
Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segment
adrian
2012-08-05
5
-10
/
+25
*
Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.
adrian
2012-08-05
13
-19
/
+125
*
Fix an issue that crept in with the previous descriptor tidyup.
adrian
2012-08-02
1
-2
/
+5
*
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
4
-7
/
+24
*
Shuffle the call to ath_hal_setuplasttxdesc() to _after_ the rate control
adrian
2012-07-31
2
-31
/
+7
*
Push the rate control and descriptor chaining into the descriptor "set"
adrian
2012-07-31
1
-61
/
+52
*
Migrate some more TX side setup routines to be methods.
adrian
2012-07-31
6
-18
/
+86
*
Break out the hardware handoff and TX DMA restart code into methods.
adrian
2012-07-31
3
-4
/
+70
*
Placeholder ioctl for an upcoming rate control statistics API change.
adrian
2012-07-31
1
-0
/
+1
*
Shuffle the rate control call to be consistent with non-aggregate TX.
adrian
2012-07-29
1
-3
/
+3
*
Fix breakage introduced in r238824 - correctly calculate the descriptor
adrian
2012-07-29
1
-1
/
+7
*
Flesh out the multi-rate retry capability.
adrian
2012-07-28
6
-1
/
+7
*
Commit missing #define from a previous check-in.
adrian
2012-07-28
1
-0
/
+2
*
Flesh out the initial TX FIFO storage for each hardware TX queue.
adrian
2012-07-28
2
-0
/
+51
*
Add a missing call to ath_txdma_teardown().
adrian
2012-07-28
1
-0
/
+1
*
Tidy up the TX status fields a little and add a couple new flags.
adrian
2012-07-27
1
-9
/
+14
*
Add STBC TX support for AR5416 HAL chips.
adrian
2012-07-27
1
-0
/
+1
*
Add a STBC TX flag.
adrian
2012-07-27
1
-0
/
+1
*
Add some comments about what the two fields mean.
adrian
2012-07-27
1
-2
/
+2
*
Introduce a couple more fields in the rate scenario setup as part of
adrian
2012-07-27
2
-0
/
+4
*
Bring this API in line with what the reference driver and Linux ath9k
adrian
2012-07-27
4
-7
/
+5
*
Allocate a descriptor ring for EDMA TX completion status.
adrian
2012-07-27
2
-3
/
+20
*
Modify ath_descdma_cleanup() to handle ath_descdma instances with no
adrian
2012-07-27
1
-18
/
+23
*
Migrate the descriptor allocation function to not care about the number
adrian
2012-07-27
2
-9
/
+9
*
Refactor out the descriptor allocation code from the buffer allocation
adrian
2012-07-27
2
-10
/
+54
*
Add a new HAL method - the AR93xx and later NICs have a separate
adrian
2012-07-24
2
-0
/
+6
*
Modify ath_descdma_setup() to take a descriptor size parameter.
adrian
2012-07-23
4
-7
/
+19
*
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
8
-13
/
+259
*
Flesh out a new DMA map for the EDMA TX completion status, as well
adrian
2012-07-23
3
-0
/
+24
*
Begin modifying the descriptor allocation functions to support a variable
adrian
2012-07-23
3
-11
/
+23
*
Introduce a rate table TLV so rate table statistics consumers
adrian
2012-07-20
2
-24
/
+50
*
Bump this up to match what the HAL is at now.
adrian
2012-07-20
1
-1
/
+1
*
Enable the basic node-based rate control statistics via an ioctl().
adrian
2012-07-20
1
-0
/
+40
*
Add a per-node rate control routine for each rate control module.
adrian
2012-07-20
4
-8
/
+97
*
Create an ioctl API for fetching the current rate control information.
adrian
2012-07-20
2
-0
/
+46
*
Prepare for (re)using this header file in userland.
adrian
2012-07-20
1
-0
/
+6
[next]