aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Attempt to improve formatting and content of several comments forKonstantin Belousov2011-11-096-30/+27
* If software retransmit occurs with an ath_buf marked ATH_BUF_BUSY,Adrian Chadd2011-11-091-3/+58
* Fix size of USB 3.0 descriptor field.Hans Petter Selasky2011-11-092-2/+3
* Flip on processing interrupt profile events for mips24k.Adrian Chadd2011-11-091-1/+61
* Stopped process may legitimately have some threads sleeping and notKonstantin Belousov2011-11-092-2/+4
* Lock the thread lock around block that retrieves td_wmesg. Otherwise,Konstantin Belousov2011-11-091-0/+2
* Assert that _PRELE() is done for the held process.Konstantin Belousov2011-11-091-0/+1
* Revert some debugging printfs that crept into 223695.John Baldwin2011-11-091-5/+1
* * Force the MAC to wakeup before we try resetting it, to ensureAdrian Chadd2011-11-091-1/+17
* Tidy up the AR9287 HAL a tiny bit - fix up AR9280 references.Adrian Chadd2011-11-091-9/+2
* Fix a bug where the pmap_cpu_bootstrap() ap argument could be clobbered.Nathan Whitehorn2011-11-092-2/+4
* Restore the comment that I removed by accident.Ed Schouten2011-11-091-0/+1
* Simplify the code emitted by makeobjops.awk slightly.Ed Schouten2011-11-093-8/+3
* Some minor corrections to a modem driver.Hans Petter Selasky2011-11-091-9/+6
* Use implementation independent inoNN_t scalars for on-disk UFS structuresGleb Kurtsou2011-11-092-11/+11
* Migrate the AR5416 ANI code to use the previously introduced methodAdrian Chadd2011-11-091-12/+19
* Disable OFDM weak signal detection by default. Leave this to beAdrian Chadd2011-11-091-1/+1
* Use a restricted set of parameters when operating in hostap mode.Adrian Chadd2011-11-091-0/+10
* Add logic to ANI to tweak the firstep parameter when in hostap mode.Adrian Chadd2011-11-091-0/+25
* .. and add some ANI fixes missing from the last ANI commit.Adrian Chadd2011-11-091-10/+8
* Include some ANI fixes for the AR5416.Adrian Chadd2011-11-091-27/+27
* Add a new HAL parameter which forces a full reset rather than warm reset.Adrian Chadd2011-11-093-2/+13
* Port over a new routine which grabs the percentage of time spent in TX frame,...Adrian Chadd2011-11-093-1/+60
* Add in some more PCI/PCIe differentiation.Adrian Chadd2011-11-092-6/+12
* Try to make it more obvious when users are using the PCI or PCIe versions ofAdrian Chadd2011-11-092-5/+12
* Fix the compile to work when IEEE80211_DEBUG isn't defined.Adrian Chadd2011-11-091-0/+2
* Comment out TI_JUMBO_HDRSPLIT. TI_JUMBO_HDRSPLIT requires TI_SF_BUF_JUMBO.Pyun YongHyeon2011-11-081-1/+1
* Fix the KTR option to compile by default - it was referencingAdrian Chadd2011-11-083-0/+21
* Introduce TX aggregation and software TX queue managementAdrian Chadd2011-11-0811-355/+4114
* Add support to the TX descriptor printing code to follow ath_bufAdrian Chadd2011-11-081-19/+30
* Make sure TXEOL is set on default queues. Otherwise we don't get anAdrian Chadd2011-11-081-0/+1
* Refactor out the TX buffer management and completion code inAdrian Chadd2011-11-082-102/+236
* Change the descriptor logic to use bf_lastds to point to the lastAdrian Chadd2011-11-082-8/+25
* Change ath_buf allocation to:Adrian Chadd2011-11-082-0/+73
* Break out the TX DMA stop code into a separate function.Adrian Chadd2011-11-081-6/+23
* Add a 'vap' to ath_keyset().Adrian Chadd2011-11-083-6/+23
* Some more various fixes, etc from my 11n branch.Adrian Chadd2011-11-081-1/+36
* Add KTR tracepoints to the ath driver, in order to debug TX, RXAdrian Chadd2011-11-081-1/+23
* In preparation for supporting 11n TX/RX properly, allow for TX queue drainingAdrian Chadd2011-11-083-17/+21
* Break out the node cleanup and node free path, in preparation forAdrian Chadd2011-11-081-2/+15
* Preparation for correct 802.11n tx/rx handling.Adrian Chadd2011-11-081-17/+32
* Conditionally compile the PCI latency workaround; I think it'sAdrian Chadd2011-11-081-0/+2
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboPyun YongHyeon2011-11-084-332/+295
* Merge in some fixes from the if_ath_tx branch.Adrian Chadd2011-11-083-33/+125
* Migrate the STAILQ lists to TAILQs.Adrian Chadd2011-11-084-56/+62
* Make kobj_methods constant.Ed Schouten2011-11-083-3/+3
* The in-kernel CTF parser caches the result of its first attempt to parseRyan Stone2011-11-081-1/+1
* Claim that _POSIX_ADVISORY_INFO is fully supported since posix_fadvise()John Baldwin2011-11-081-1/+1
* Some cosmetic fixes to ath_rate_sample.Adrian Chadd2011-11-082-8/+14
* .. add missing include from an incorrect merge.Adrian Chadd2011-11-081-0/+2