]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
Merge ACPICA 20120111.
[FreeBSD/FreeBSD.git] / sys / dev / ath /
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 adrianRe-enable the PHY radar error frames if sc_dodfs is...
2012-01-11 adrianstyle(9) changes. This shouldn't change functionality.
2012-01-07 adrian.. the AR5416 HAL code touches the MIMO parts in HAL_CH...
2012-01-07 adrianCommit a temporary workaround for people who are buildi...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 adrianIf frames are dumped out of the queue, let's at least...
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-30 dimReapply r228785 now it has been tested by Adrian. ...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-26 adrianAR5416 has 14 GPIO pins, from 0->13.
2011-12-26 adrianSince the only thing with a mux is the AR5416 and later...
2011-12-26 adrianFlesh out configurable hardware based LED blinking.
2011-12-26 adrianSetup the initial LED state on attach and resume.
2011-12-26 adrianUpdate the hardware LED blinking code to do something...
2011-12-26 adrianRefactor out the software LED config code into a common...
2011-12-26 adrianFirst pass of LED related code changes.
2011-12-26 adrianDo a quick style(9) pass of some of the code introduced...
2011-12-23 adrianDisable the code which hard-sets the LEDs on. This...
2011-12-23 adrianPort over some more GPIO fixes from the atheros referen...
2011-12-23 adrianPort over some GPIO and LED fixes.
2011-12-23 adrianRemove unused #define's.
2011-12-23 adrianRework this ugly mess that tries to handle reset serial...
2011-12-23 adrianMake some more of the 11n specific code conditional.
2011-12-23 adrianAdd a temporary debugging statement in order to try...
2011-12-22 adrianUse the correct types when calling the decompression...
2011-12-22 dimRevert r228786. We'll need to work around the warnings...
2011-12-22 dimRevert r228785. We'll need to work around the warnings...
2011-12-21 dimFix enum conversion problems in sys/dev/ath/ath_hal...
2011-12-21 dimFix shift overflow problem in sys/dev/ath/ath_hal/ar521...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 bschmidtFix some net80211 enum nits:
2011-12-15 adrianAdd the 11n chipset RF frontends to the linker set...
2011-12-15 adrianPrint out the radio RF version at startup, so I can...
2011-12-15 adrianUse the correct RF version probe routine.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-23 adrianRe-lock the ath lock after ath_reset() has been called.
2011-11-23 adrianFlesh out the TX aggregation completion statistics.
2011-11-21 adrianUse the correct lock when calling msleep().
2011-11-21 adrianFix some whitespace pollution.
2011-11-19 adrianAdd some (totally untested!) code to correctly set...
2011-11-19 adrianBegin breaking apart the receive setup/stop path in...
2011-11-18 adrianFlesh out some slightly dirty reset/channel change...
2011-11-12 adrianDisable writing to the extension CYCPWR1 register.
2011-11-11 adrianCorrect device id comments.
2011-11-09 adrianBump this up to where it used to be.
2011-11-09 adrianIntroduce a work-around for issues with the AR5416...
2011-11-09 adrianCommit a missing fix - the AR_SREV_KIWI_10_OR_LATER...
2011-11-09 adrianEven though the HAL doesn't currently support Kiwi...
2011-11-09 adrianIf software retransmit occurs with an ath_buf marked...
2011-11-09 adrian* Force the MAC to wakeup before we try resetting it...
2011-11-09 adrianTidy up the AR9287 HAL a tiny bit - fix up AR9280 refer...
2011-11-09 adrianMigrate the AR5416 ANI code to use the previously intro...
2011-11-09 adrianDisable OFDM weak signal detection by default. Leave...
2011-11-09 adrianUse a restricted set of parameters when operating in...
2011-11-09 adrianAdd logic to ANI to tweak the firstep parameter when...
2011-11-09 adrian.. and add some ANI fixes missing from the last ANI...
2011-11-09 adrianInclude some ANI fixes for the AR5416.
2011-11-09 adrianAdd a new HAL parameter which forces a full reset rathe...
2011-11-09 adrianPort over a new routine which grabs the percentage...
2011-11-09 adrianAdd in some more PCI/PCIe differentiation.
2011-11-09 adrianTry to make it more obvious when users are using the...
2011-11-09 adrianFix the compile to work when IEEE80211_DEBUG isn't...
2011-11-08 adrianFix the KTR option to compile by default - it was refer...
2011-11-08 adrianIntroduce TX aggregation and software TX queue management
2011-11-08 adrianAdd support to the TX descriptor printing code to follo...
2011-11-08 adrianMake sure TXEOL is set on default queues. Otherwise...
2011-11-08 adrianRefactor out the TX buffer management and completion...
2011-11-08 adrianChange the descriptor logic to use bf_lastds to point...
2011-11-08 adrianChange ath_buf allocation to:
2011-11-08 adrianBreak out the TX DMA stop code into a separate function.
2011-11-08 adrianAdd a 'vap' to ath_keyset().
2011-11-08 adrianSome more various fixes, etc from my 11n branch.
2011-11-08 adrianAdd KTR tracepoints to the ath driver, in order to...
2011-11-08 adrianIn preparation for supporting 11n TX/RX properly, allow...
2011-11-08 adrianBreak out the node cleanup and node free path, in prepa...
2011-11-08 adrianPreparation for correct 802.11n tx/rx handling.
2011-11-08 adrianConditionally compile the PCI latency workaround; I...
2011-11-08 adrianMerge in some fixes from the if_ath_tx branch.
2011-11-08 adrianMigrate the STAILQ lists to TAILQs.
2011-11-08 adrianSome cosmetic fixes to ath_rate_sample.
2011-11-08 adrianBegin merging in some of my 802.11n TX aggregation...
2011-11-08 adrianBring over the 11n aggregation statistics struct from...
2011-11-08 adrianMerge in ath rate flags and ath_rc_series from my 11n...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-04 adrianCall the correct chipset power routine when disabling...
2011-10-29 adrianAdd some new ath(4) debugging bits, from my if_ath_tx...
2011-10-28 adrianWhen punting frames to the RX tap, free the mbufs since...
2011-10-26 adrianAs a prelude to bringing over the 11n work, include...
2011-10-25 adrianAdd in some more 11n related HAL methods.
2011-10-25 adrianThe AR5413 datasheet specifies that AR_TxIntrReq should...
2011-10-25 adrianAdd some fixes to the 11n aggregation HAL calls:
2011-10-25 adrianCorrect/complete a partially-disabled TX interrupt...
2011-10-25 adrianFix an incorrect flag.
2011-10-25 adrianSave and restore the association ID across interface...
2011-10-25 adrianAdd some 11n bits from the if_ath_tx 11n branch:
next