]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
There is a one-to-one correspondence between the MSI-X vector # and the Status Descri...
[FreeBSD/FreeBSD.git] / sys / dev / ath /
2013-06-07 adrianBring over the initial static bluetooth coexistence...
2013-06-07 adrianAdd accessor macros for the bluetooth coexistence routines.
2013-06-07 adrianAdd bluetooth fixes to the AR5416/AR92xx HAL:
2013-06-05 adrianEnable slow diversity combining for the AR9285.
2013-06-05 adrianAs a temporary work-around (read: until there's a nice...
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-05 adrianImplement a bit of a hack to store the AR9285/AR9485...
2013-06-05 adrianAdd a new capability flag to announce that the chip...
2013-06-05 adrianDocument the AR9285/AR9485 LNA configuration informatio...
2013-06-04 adrianAdd the combined (mixed) diversity support capability...
2013-06-03 adrianFix the order of TX shutdown and reset.
2013-06-03 adrianFix receive on the AR9285 (Kite) with only one antenna...
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-29 adrianTurn the reassociate debug print into a DPRINTF.
2013-05-29 adrianShuffle around the cleanup unpause calls a bit.
2013-05-26 adrianMigrate ath(4) to now use if_transmit instead of the...
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 adrianImplement a separate hardware queue threshold for aggre...
2013-05-21 adrianEnable the use of TDMA on an 802.11n channel (with...
2013-05-21 adrianFix build break - the SetCapability calls return HAL_BOOL,
2013-05-21 adrianExtend the TXOP enforce capability to support checking...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-20 adrianMake the HT rate duration calculation work for MCS...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-19 adrianMore non-ATH_DEBUG build fixes.
2013-05-19 adrianSince we're now using the ah pointer, always declare it.
2013-05-18 adrianBe (very) careful about how to add more TX DMA work.
2013-05-18 adrianRe-add some code to exclude transmitting if we're in...
2013-05-17 adrianAdd some more debugging printf()s to complain if the...
2013-05-16 adrianTidy up the debugging - don't bother printing out TID...
2013-05-16 adrianLimit the number of software queued frames when doing...
2013-05-16 adrianDump out the holding buffer descriptor contents and...
2013-05-15 adrianImplement my first cut at "correct" node power-save and
2013-05-13 adrianAdd ALQ beacon debugging.
2013-05-13 adrianSupport sending ATH_ALQ messages with no payload.
2013-05-13 adrianImprove the debugging output - use the MAC address...
2013-05-13 adrianSince the node state is 100% back under the TX lock...
2013-05-13 adrianOops, commit the other half of r250606.
2013-05-13 adrianThis lock only protects the rate control state for...
2013-05-13 adrianBegin tidying up the reassociation and node sleep/wakeu...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-10 adrianMake sure the holding descriptor and link pointer are...
2013-05-09 adrianUpdate the holding buffer locking for EDMA.
2013-05-08 adrianFix the holding descriptor logic to actually be "right...
2013-05-08 adrianThis shouldn't have made it into this commit, sorry.
2013-05-08 adrianRevert a previous commit - this is causing hardware...
2013-05-08 adrianImplement STBC receive frame statistics.
2013-05-07 adrianRe-work how transmit buffer limits are enforced - partl...
2013-05-07 adrianSimplify this bit of code!
2013-05-04 adrianThe holding buffer logic needs to be used for _all_...
2013-05-02 adrianAdd device identification and probe/attach support...
2013-04-29 adrianDebugging changes!
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-26 adrianConditionally compile this only if ATH_DEBUG is defined.
2013-04-26 adrianDump the entire TXQ descriptor contents during a reset...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-21 adrianWhen doing BAW tracking, don't dereference a NULL point...
2013-04-20 adrianThere's some races (likely in the BAR handling, sigh...
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-19 adrianInitialise the chainmask fields regardless of whether...
2013-04-19 adrianAdd a debug statement to log the currently chosen chain...
2013-04-19 adrian.. don't know how this snuck into this commit. Sorry.
2013-04-19 adrianPrint out the chainmask configuration.
2013-04-19 adrianUse uint32_t for fields that are fetched via ath_hal_ge...
2013-04-17 adrianSetup needed tables for TPC on AR5416->AR9287 chips.
2013-04-17 adrianUse the TPC bank by default for AR9160.
2013-04-17 adrianUpdate the rate series setup code to use the decisions...
2013-04-16 adrianUse the new net80211 method to fetch the node TX power...
2013-04-16 adrianUse a per-RX-queue deferred list, rather than a single...
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-15 adrianNow that the register definitions are in -HEAD, enable...
2013-04-15 adrianBring over some AR9271 register definitions from the...
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 adrianAlways enable TXOK interrupts when setting up TX queues...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-08 adrianFix this to compile when ATH_DEBUG_ALQ is defined but...
2013-04-06 mmMFV r248217:
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-05 adrianAdd a new TX power field - it's inteded to be used...
2013-04-05 adrianHAL additions to enable MCI Bluetooth coexistence in...
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-04 adrianUpdate comments!
2013-04-04 adrianFix the busdma logic to work with EDMA chipsets when...
2013-04-02 sjgUpdate to bmake-20130330
2013-04-02 adrianMark a couple of places where I think the dmamap isn...
2013-04-02 adrianSome TX dmamap cleanups.
2013-04-02 adrianAdd a missing unmap; if we're freeing this mbuf then...
2013-04-01 adrianEnsure that we only call the busdma unmap/flush routine...
2013-04-01 adrianRemove an un-needed comment.
2013-04-01 adrianUse ATH_MAX_SCATTER rather than ATH_TXDESC.
2013-04-01 adrianOnly unmap the RX mbuf DMA map if there's a buffer...
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-27 adrian* Stop processing after HAL_EIO; this is what the refer...
2013-03-26 adrianImplement the replacement EDMA FIFO code.
2013-03-26 adrianAdd per-TXQ EDMA FIFO staging queue support.
2013-03-26 adrianRemove the mcast path calls to ath_hal_gettxdesclinkptr...
next