]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' in
[FreeBSD/FreeBSD.git] / sys / dev / ath /
2012-06-17 Adrian ChaddAR9287 tidyups:
2012-06-17 Adrian ChaddAdd an disabled workaround for the AR9285SE.
2012-06-17 Adrian ChaddBring over the AR9285 specific PCIe suspend/resume...
2012-06-17 Adrian ChaddAfter some discussion with bschmidt@, it's likely bette...
2012-06-16 Adrian Chadd.. and this wasn't supposed to be in the previous commi...
2012-06-16 Adrian Chaddoops, remove this, it wasn't supposed to be committed.
2012-06-16 Adrian ChaddA few nitpicks:
2012-06-16 Konstantin BelousovFix build.
2012-06-16 Adrian ChaddShuffle some more fields in ath_buf so it's not too...
2012-06-16 Adrian ChaddShave four (or eight) bytes off of ath_buf - this field...
2012-06-15 Adrian ChaddConvert ath(4) to just use ieee80211_suspend_all()...
2012-06-14 Adrian ChaddShrink ath_buf a little more:
2012-06-14 Adrian ChaddDisable BGSCAN for 802.11n for now. Until scanning...
2012-06-14 Adrian ChaddDisable this warning debug for now, as I'm now aware...
2012-06-14 Adrian ChaddImplement a global (all non-mgmt traffic) TX ath_buf...
2012-06-13 Adrian ChaddImplement a separate, smaller pool of ath_buf entries...
2012-06-13 Adrian ChaddRemove a duplicate definition.
2012-06-13 Adrian ChaddOops, return the newly allocated buffer to the queue...
2012-06-13 Adrian ChaddReplace the direct sc_txbuf manipulation with a pair...
2012-06-11 Adrian ChaddFix uninitialised reference.
2012-06-11 Adrian ChaddWrap the whole (software) TX path from ifnet dequeue...
2012-06-11 Adrian ChaddAdd another TID lock.
2012-06-11 Adrian ChaddMake sure the frames are queued to the head of the...
2012-06-11 Adrian ChaddWhen scheduling frames in an aggregate session, the...
2012-06-11 Adrian ChaddRetried frames need to be inserted in the head of the...
2012-06-11 Adrian ChaddFinish undoing the previous commit - this part of the...
2012-06-11 Adrian ChaddIntroduce a new lock debug which is specifically for...
2012-06-11 Adrian ChaddRevert r233227 and followup commits as it breaks CCMP...
2012-06-10 Adrian ChaddAdd a new ioctl for ath(4) which returns the aggregate...
2012-06-05 Adrian ChaddMostly revert previous commit(s). After doing a bunch...
2012-06-05 Adrian ChaddCreate a function - ath_tx_kick() - which is called...
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-06-04 Adrian ChaddMigrate the TX path to a taskqueue for now, until a...
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-26 Adrian ChaddAdd the AR9280 workarounds for PCIe suspend/resume.
2012-05-26 Adrian ChaddAvoid using hard-coded numbers here.
2012-05-26 Adrian ChaddRemove an unneeded field from ath_buf.
2012-05-25 Adrian ChaddAdd some AR5416/AR5418 WAR's for power-on and suspend...
2012-05-25 Adrian Chadd* According to the reference code, AR_WA_D3_L1_DISBABLE...
2012-05-25 Adrian Chaddoops - ath_hal_disablepcie is actually destined for...
2012-05-25 Adrian ChaddPrepare for improved (read: pcie) suspend/resume support.
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-22 Adrian ChaddRe-up the TX ath_buf limit from 128 to 512.
2012-05-22 Adrian ChaddFix up some corner cases with aggregation handling.
2012-05-21 Adrian ChaddFor now, add a quick debugging patch to log when the...
2012-05-21 Adrian ChaddRename ath_tx_cleanup() -> ath_tx_tid_cleanup() in...
2012-05-21 Adrian ChaddRe-add 'ic' and properly wrap it in the SUPERG macro.
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-20 Bernhard SchmidtRemove unused variable.
2012-05-20 Adrian ChaddMigrate the per-frame code out from ath_rx_proc() to...
2012-05-20 Adrian ChaddMigrate most of the beacon handling functions out to...
2012-05-20 Adrian ChaddMigrate the TDMA management functions out of if_ath...
2012-05-20 Adrian ChaddMigrate the bulk of the RX routines out from if_ath...
2012-05-17 Xin LIMerge tcpdump 4.2.1.
2012-05-15 Adrian ChaddMigrate ath_debug and sc_debug from an int to a uint64_...
2012-05-15 Adrian ChaddHandle non-xretry errors the same as xretry errors...
2012-05-14 Xin LIMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 George V. Neville... Import dtracetoolkit into cddl/contrib
2012-05-09 Adrian ChaddAdd some empty DFS methods for AR5210/AR5211 for now...
2012-05-07 Adrian ChaddRe-enable this particular DELAY() for now, at least...
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-04 Adrian ChaddFix a couple of sc_ac2q[] mappings that were using...
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-05-01 Adrian ChaddChange the MIB cycle count API to return HAL_BOOL,...
2012-04-28 Adrian ChaddAfter thinking about this a bit more, let's not keep...
2012-04-28 Adrian ChaddAlthough not strictly needed, quieten a compiler warnin...
2012-04-28 Adrian ChaddExtend the ANI code to implement basic channel survey...
2012-04-28 Adrian ChaddFetch the channel survey code from the HAL.
2012-04-28 Adrian ChaddExtend the HAL channel survey statistics:
2012-04-28 Adrian ChaddAdd a comment about this DELAY(), I'm not sure whether...
2012-04-28 Adrian ChaddAdd an AR5416 PCU DMA stop method, as a check for the...
2012-04-26 Adrian ChaddRemove some of the redundant locking done in the TX...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-26 Adrian ChaddAdd the BT register definitions for AR9285/AR9287 BT...
2012-04-25 Adrian ChaddAdd placeholder methods for WMI command access (USB...
2012-04-25 Adrian ChaddAdd a note that explains what the current state of...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
2012-04-20 Adrian Chadd.. oops.
2012-04-20 Adrian Chadd"Upgrade" the AR9285 code to support PCI/ART EEPROM...
2012-04-19 Adrian ChaddStop using the hardware register value byte order swapp...
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-17 Adrian ChaddRun the fatal proc as a proc, rather than where it...
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-15 Adrian ChaddMigrate the net80211 TX aggregation state to be from...
2012-04-15 Adrian ChaddDrop this down from 512 to 128 for now.
2012-04-15 Adrian ChaddOverride some default values to work around various...
2012-04-14 Adrian ChaddBoth linux ath9k and the reference driver initialises...
2012-04-13 Adrian ChaddUpgrade ATH_EEPROM_FIRMWARE to a configuration option.
2012-04-13 Adrian ChaddIntroduce the ability to grab local EEPROM data from...
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-11 Adrian ChaddFix the default, non-superg compile.
2012-04-10 Adrian ChaddFix compilation with IEEE80211_ENABLE_SUPERG defined.
2012-04-10 Adrian ChaddConvert the flags over to a set of bit flags.
2012-04-10 Adrian ChaddBlank the aggregate stats whenever the zero ioctl is...
2012-04-10 Adrian ChaddSquirrel away SYNC interrupt debugging if it's enabled...
2012-04-10 Adrian ChaddRevert this for now - it may work for -8 and -9 and...
next