]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
Setup the initial LED state on attach and resume.
[FreeBSD/FreeBSD.git] / sys / dev / ath /
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:
2011-10-25 adrianReduce the NF wait timeout. When doing heavy 11n RX...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-18 adrianAdd in a currently-disabled WAR for PCI NICs.
2011-10-18 adrianAdd a WAR from the reference code - clear the PCI error...
2011-10-18 adrianPort over some missing code from the ar5212 reference...
2011-10-18 adrianImplement the first part of the BB read workaround.
2011-10-18 adrianAdd in OS_REG_BIT_SET, a macro which does what it says...
2011-10-18 adrianInclude opt_ah.h when compiling the driver.
2011-10-17 adrianDon't enable the PHY radar errors in calcrxfilter.
2011-10-16 eadler- change "is is" to "is" or "it is"
2011-10-14 adrianath_pci PCI setup fixes.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-04 adrianAdd an AR5416 aware version of the "current RSSI" function.
next