]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
Merge ACPICA 20120816.
[FreeBSD/FreeBSD.git] / sys / dev / ath /
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-15 kibFix build
2012-08-15 adrianExtend the non-aggregate TX descriptor chain routine...
2012-08-15 adrianBump up the rate control table size to incorporate...
2012-08-15 adrianRemove this comment, it's no longer relevant.
2012-08-15 adrianExtend the duration calculations to work with three...
2012-08-15 adrianAdd a missing comma.
2012-08-15 adrianAdd 3 stream rates to the sample rate control module.
2012-08-15 adrianExtend the sample mask from 32 bits to 64 bits.
2012-08-15 adrianImplement a sequential descriptor ID value and stuff...
2012-08-14 adrianDump out the TX FIFO depth.
2012-08-14 adrianBreak out the TX completion code into a separate functi...
2012-08-14 adrianAdd an assertion to check that the given TXQ is _not_...
2012-08-12 adrianRevert the ath_tx_draintxq() method, and instead teach...
2012-08-12 adrianBreak out ath_draintxq() into a method and un-methodize...
2012-08-11 adrianExtend the beacon code slightly to support AP mode...
2012-08-11 adrianAdd the AR9380 HAL to the TX descriptor debugging,...
2012-08-11 adrianAdd the AR9300 HAL ID in to the 11n check routine.
2012-08-11 adrianBegin fleshing out the TX FIFO support.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-07 adrianCommit device IDs for the (eventually upcoming) AR9380...
2012-08-07 adrianCorrect re-initialise the link pointer to be the final...
2012-08-06 adrianRemove unnecessary debugging printf()s.
2012-08-05 adrianMigrate the 802.11n ath_hal_chaintxdesc() API to use...
2012-08-05 adrianMigrate the ath_hal_filltxdesc() API to take a list...
2012-08-02 adrianFix an issue that crept in with the previous descriptor...
2012-08-01 adrianFix a case of "mis-located braces".
2012-07-31 adrianAllow 802.11n hardware to support multi-rate retry...
2012-07-31 adrianShuffle the call to ath_hal_setuplasttxdesc() to _after...
2012-07-31 adrianPush the rate control and descriptor chaining into...
2012-07-31 adrianMigrate some more TX side setup routines to be methods.
2012-07-31 adrianBreak out the hardware handoff and TX DMA restart code...
2012-07-31 adrianPlaceholder ioctl for an upcoming rate control statisti...
2012-07-29 adrianShuffle the rate control call to be consistent with...
2012-07-29 adrianFix breakage introduced in r238824 - correctly calculat...
2012-07-28 adrianFlesh out the multi-rate retry capability.
2012-07-28 adrianCommit missing #define from a previous check-in.
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-28 adrianFlesh out the initial TX FIFO storage for each hardware...
2012-07-28 adrianAdd a missing call to ath_txdma_teardown().
2012-07-27 adrianTidy up the TX status fields a little and add a couple...
2012-07-27 adrianAdd STBC TX support for AR5416 HAL chips.
2012-07-27 adrianAdd a STBC TX flag.
2012-07-27 adrianAdd some comments about what the two fields mean.
2012-07-27 adrianIntroduce a couple more fields in the rate scenario...
2012-07-27 adrianBring this API in line with what the reference driver...
2012-07-27 adrianAllocate a descriptor ring for EDMA TX completion status.
2012-07-27 adrianModify ath_descdma_cleanup() to handle ath_descdma...
2012-07-27 adrianMigrate the descriptor allocation function to not care...
2012-07-27 adrianRefactor out the descriptor allocation code from the...
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-24 adrianAdd a new HAL method - the AR93xx and later NICs have...
2012-07-23 adrianModify ath_descdma_setup() to take a descriptor size...
2012-07-23 adrianRevert this; it wasn't supposed to be part of this...
2012-07-23 adrianBegin separating out the TX DMA setup in preparation...
2012-07-23 adrianFlesh out a new DMA map for the EDMA TX completion...
2012-07-23 adrianBegin modifying the descriptor allocation functions...
2012-07-20 adrianIntroduce a rate table TLV so rate table statistics...
2012-07-20 adrianBump this up to match what the HAL is at now.
2012-07-20 adrianEnable the basic node-based rate control statistics...
2012-07-20 adrianAdd a per-node rate control routine for each rate contr...
2012-07-20 adrianCreate an ioctl API for fetching the current rate contr...
2012-07-20 adrianPrepare for (re)using this header file in userland.
2012-07-19 adrianConvert the TX path to use the new HAL methods for...
2012-07-19 adrianUse HAL_NUM_RX_QUEUES rather than a magic constant.
2012-07-19 adrianBreak out the TX descriptor link field into HAL methods.
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-15 adrianHandle RX Keymiss events.
2012-07-15 adrianLog the number of handled decsriptors and valid descrip...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-14 adrianFix build breakage when one isn't building with IEEE802...
2012-07-14 adrianMerge in some other features from the legacy RX path:
2012-07-14 adrianMake sure that 'rs' is pointing to the correct RX status.
2012-07-14 adrianEnsure that error is set.
2012-07-14 adrianChange the RX EDMA path to first complete the FIFO...
2012-07-14 adrianDon't free the descriptor allocation/map if it doesn...
2012-07-14 adrianCreate an RX queue lock.
2012-07-14 adrianFix EDMA RX to actually work without panicing the machine.
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-11 jhbCast a bus address to a uintmax_t for a debug printf...
2012-07-11 jhbMap ATH_KTR_* to 0 when ATH_DEBUG is not defined. ...
2012-07-10 jhbFix build when ATH_DEBUG is not defined.
2012-07-10 adrianCommit missing flags for the high/low priority (HP...
2012-07-10 adrianAdd some debugging and comments about what's going...
2012-07-10 adrianFlip on EDMA RX of both HP and LP queue frames.
2012-07-10 adrianMigrate the ATH_KTR_* fields out to if_ath_debug.h .
2012-07-10 adrianPrint the TX buffer if this error condition is asserted.
2012-07-10 adrianAdd/fix EDMA RX behaviour.
2012-07-10 adrianReorder these so they match the capability enum order.
2012-07-10 adrianImplement EDMA RX for AR93xx and later chips.
2012-07-10 adrianConvert sc_rxpending to a per-EDMA queue, and use that...
2012-07-09 adrianAdd some AR9300 HAL descriptor definition changes.
2012-07-09 adrianFurther preparations for the RX EDMA support.
2012-07-09 adrianIntroduce the EDMA related HAL capabilities.
2012-07-09 adrianExtend the RX HAL API to include the RX queue identifier.
2012-07-09 adrianExtend the debugging flags to include some AR9300 HAL...
2012-07-09 adrianExtend the RX descriptor completion debugging to log...
2012-07-09 adrianAdd a debug category for RX EDMA.
2012-07-03 adrianBegin abstracting out the RX path in preparation for...
next