]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
- Make note of interface MTU change if the rx queues exist, and not just
[FreeBSD/FreeBSD.git] / sys / dev / ath /
2013-07-04 Rui PauloMerge hostapd / wpa_supplicant 2.0.
2013-06-29 Adrian ChaddDon't log anything if npkts == 0.
2013-06-27 Jung-uk KimMerge ACPICA 20130626.
2013-06-26 Adrian ChaddExtend the AHB code to work on chips besides the AR9130.
2013-06-26 Adrian ChaddAdd a HAL local routine to map the 2GHz channel frequen...
2013-06-25 Xin LIMFV r252215:
2013-06-25 Xin LIDiff reduction against Illumos, no real change to code...
2013-06-18 Peter WemmMerge 1.8.0
2013-06-18 Peter WemmIntroduce svnlite so that we can check out our source...
2013-06-17 Baptiste DaroussinUpdate dialog to 1.2-20130523
2013-06-14 Adrian ChaddAdd in an initial WB225 (AR9485 + AR3012 BT) combo...
2013-06-14 Adrian ChaddInitial AR9485/AR933x 1x1 LNA diversity work.
2013-06-12 Dimitry AndricUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 Adrian ChaddSet the antenna "config group" field.
2013-06-12 Adrian ChaddMigrate the LNA mixing diversity machinery from the...
2013-06-12 Xin LIMFV r251644:
2013-06-12 Adrian ChaddRemove the AR9285 specific structure for LNA diversity...
2013-06-11 Xin LIMFV r251626:
2013-06-11 Xin LIMFV r251624:
2013-06-11 Xin LIMFV r251623:
2013-06-11 Xin LIMFV r251622:
2013-06-11 Xin LIMFV r251621:
2013-06-11 Xin LIMFV r251620:
2013-06-11 Xin LIMFV r251619:
2013-06-10 Adrian ChaddAdd another comment about WB195 (AR9285+AR3011) when...
2013-06-08 Xin LIMFV r251519:
2013-06-07 Adrian ChaddBring over the initial static bluetooth coexistence...
2013-06-07 Adrian ChaddAdd accessor macros for the bluetooth coexistence routines.
2013-06-07 Adrian ChaddAdd bluetooth fixes to the AR5416/AR92xx HAL:
2013-06-06 Xin LIMFV r251474:
2013-06-05 Adrian ChaddEnable slow diversity combining for the AR9285.
2013-06-05 Adrian ChaddAs a temporary work-around (read: until there's a nice...
2013-06-05 Jung-uk KimAdd GNU regex from glibc 2.17.
2013-06-05 Simon J. GerratyUpdate to bmake-20130604 to fix file descriptor leak.
2013-06-05 Adrian ChaddImplement a bit of a hack to store the AR9285/AR9485...
2013-06-05 Adrian ChaddAdd a new capability flag to announce that the chip...
2013-06-05 Adrian ChaddDocument the AR9285/AR9485 LNA configuration informatio...
2013-06-04 Adrian ChaddAdd the combined (mixed) diversity support capability...
2013-06-03 Adrian ChaddFix the order of TX shutdown and reset.
2013-06-03 Adrian ChaddFix receive on the AR9285 (Kite) with only one antenna...
2013-05-31 Xin LIMFV: Redo the fixup using the submitted version accepte...
2013-05-30 Xin LIMFV: tcpdump 4.4.0.
2013-05-30 Baptiste DaroussinUpdate byacc to 20130304
2013-05-30 Xin LIMFV: libpcap 1.4.0.
2013-05-29 Adrian ChaddTurn the reassociate debug print into a DPRINTF.
2013-05-29 Adrian ChaddShuffle around the cleanup unpause calls a bit.
2013-05-26 Adrian ChaddMigrate ath(4) to now use if_transmit instead of the...
2013-05-21 Jung-uk KimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 Adrian ChaddImplement a separate hardware queue threshold for aggre...
2013-05-21 Adrian ChaddEnable the use of TDMA on an 802.11n channel (with...
2013-05-21 Adrian ChaddFix build break - the SetCapability calls return HAL_BOOL,
2013-05-21 Adrian ChaddExtend the TXOP enforce capability to support checking...
2013-05-20 Jung-uk KimMerge ACPICA 20130517.
2013-05-20 Simon J. GerratySync with upstream version (20130520) that includes...
2013-05-20 Adrian ChaddMake the HT rate duration calculation work for MCS...
2013-05-19 Mark JohnstonRe-introduce another part of r249367. This commit fixes...
2013-05-19 Adrian ChaddMore non-ATH_DEBUG build fixes.
2013-05-19 Adrian ChaddSince we're now using the ah pointer, always declare it.
2013-05-18 Adrian ChaddBe (very) careful about how to add more TX DMA work.
2013-05-18 Adrian ChaddRe-add some code to exclude transmitting if we're in...
2013-05-17 Dag-Erling SmørgravUpgrade to OpenSSH 6.2p2. Mostly a no-op since I had...
2013-05-17 Adrian ChaddAdd some more debugging printf()s to complain if the...
2013-05-16 Adrian ChaddTidy up the debugging - don't bother printing out TID...
2013-05-16 Adrian ChaddLimit the number of software queued frames when doing...
2013-05-16 Adrian ChaddDump out the holding buffer descriptor contents and...
2013-05-15 Adrian ChaddImplement my first cut at "correct" node power-save and
2013-05-13 Adrian ChaddAdd ALQ beacon debugging.
2013-05-13 Adrian ChaddSupport sending ATH_ALQ messages with no payload.
2013-05-13 Adrian ChaddImprove the debugging output - use the MAC address...
2013-05-13 Adrian ChaddSince the node state is 100% back under the TX lock...
2013-05-13 Adrian ChaddOops, commit the other half of r250606.
2013-05-13 Adrian ChaddThis lock only protects the rate control state for...
2013-05-13 Adrian ChaddBegin tidying up the reassociation and node sleep/wakeu...
2013-05-13 Xin LIMFV: less v458.
2013-05-12 Mark JohnstonBring back part of r249367 by adding DTrace's temporal...
2013-05-10 Adrian ChaddMake sure the holding descriptor and link pointer are...
2013-05-09 Adrian ChaddUpdate the holding buffer locking for EDMA.
2013-05-08 Adrian ChaddFix the holding descriptor logic to actually be "right...
2013-05-08 Adrian ChaddThis shouldn't have made it into this commit, sorry.
2013-05-08 Adrian ChaddRevert a previous commit - this is causing hardware...
2013-05-08 Adrian ChaddImplement STBC receive frame statistics.
2013-05-08 Jung-uk KimMFV: r250336
2013-05-07 Adrian ChaddRe-work how transmit buffer limits are enforced - partl...
2013-05-07 Adrian ChaddSimplify this bit of code!
2013-05-05 Xin LIMFV: Update zlib to 1.2.8.
2013-05-04 Adrian ChaddThe holding buffer logic needs to be used for _all_...
2013-05-02 Adrian ChaddAdd device identification and probe/attach support...
2013-04-29 Adrian ChaddDebugging changes!
2013-04-28 Adrian ChaddCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-27 Dimitry AndricMerge libc++ trunk r180598. Contains several minor...
2013-04-27 Dimitry AndricMerge libcxxrt c812a07cd2f95c1403baf0bbe0366e7618d1d6d3:
2013-04-26 Adrian ChaddConditionally compile this only if ATH_DEBUG is defined.
2013-04-26 Adrian ChaddDump the entire TXQ descriptor contents during a reset...
2013-04-24 Martin MatuskaMFV r249857:
2013-04-24 Dag-Erling SmørgravMerge updated "no such identity file" patch.
2013-04-21 Gregory Neil ShapiroMerge sendmail 8.14.7 to HEAD
2013-04-21 Adrian ChaddWhen doing BAW tracking, don't dereference a NULL point...
2013-04-20 Adrian ChaddThere's some races (likely in the BAR handling, sigh...
2013-04-20 Edwin GroothuisMerge of vendor of 249690, tzdata2013c
2013-04-19 Jung-uk KimMerge ACPICA 20130418.
next