summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Fix some net80211 enum nits:bschmidt2011-12-171-8/+9
* Add the 11n chipset RF frontends to the linker set, even though they're notadrian2011-12-154-0/+32
* Print out the radio RF version at startup, so I can better see whichadrian2011-12-151-0/+2
* Use the correct RF version probe routine.adrian2011-12-151-1/+1
* Re-lock the ath lock after ath_reset() has been called.adrian2011-11-231-0/+1
* Flesh out the TX aggregation completion statistics.adrian2011-11-233-5/+16
* Use the correct lock when calling msleep().adrian2011-11-211-1/+1
* Fix some whitespace pollution.adrian2011-11-211-3/+1
* Add some (totally untested!) code to correctly set the RF half/quarteradrian2011-11-191-0/+14
* Begin breaking apart the receive setup/stop path in preparation for moreadrian2011-11-191-20/+20
* Flesh out some slightly dirty reset/channel change serialisation codeadrian2011-11-183-29/+383
* Disable writing to the extension CYCPWR1 register.adrian2011-11-122-11/+0
* Correct device id comments.adrian2011-11-111-2/+2
* Bump this up to where it used to be.adrian2011-11-091-9/+1
* Introduce a work-around for issues with the AR5416 based MAC on SMP devices.adrian2011-11-097-1/+70
* Commit a missing fix - the AR_SREV_KIWI_10_OR_LATER() check.adrian2011-11-091-4/+8
* Even though the HAL doesn't currently support Kiwi 1.0/1.1,adrian2011-11-091-1/+1
* If software retransmit occurs with an ath_buf marked ATH_BUF_BUSY,adrian2011-11-091-3/+58
* * Force the MAC to wakeup before we try resetting it, to ensureadrian2011-11-091-1/+17
* Tidy up the AR9287 HAL a tiny bit - fix up AR9280 references.adrian2011-11-091-9/+2
* Migrate the AR5416 ANI code to use the previously introduced methodadrian2011-11-091-12/+19
* Disable OFDM weak signal detection by default. Leave this to beadrian2011-11-091-1/+1
* Use a restricted set of parameters when operating in hostap mode.adrian2011-11-091-0/+10
* Add logic to ANI to tweak the firstep parameter when in hostap mode.adrian2011-11-091-0/+25
* .. and add some ANI fixes missing from the last ANI commit.adrian2011-11-091-10/+8
* Include some ANI fixes for the AR5416.adrian2011-11-091-27/+27
* Add a new HAL parameter which forces a full reset rather than warm reset.adrian2011-11-093-2/+13
* Port over a new routine which grabs the percentage of time spent in TX frame,...adrian2011-11-093-1/+60
* Add in some more PCI/PCIe differentiation.adrian2011-11-092-6/+12
* Try to make it more obvious when users are using the PCI or PCIe versions ofadrian2011-11-092-5/+12
* Fix the compile to work when IEEE80211_DEBUG isn't defined.adrian2011-11-091-0/+2
* Fix the KTR option to compile by default - it was referencingadrian2011-11-083-0/+21
* Introduce TX aggregation and software TX queue managementadrian2011-11-0811-355/+4114
* Add support to the TX descriptor printing code to follow ath_bufadrian2011-11-081-19/+30
* Make sure TXEOL is set on default queues. Otherwise we don't get anadrian2011-11-081-0/+1
* Refactor out the TX buffer management and completion code inadrian2011-11-082-102/+236
* Change the descriptor logic to use bf_lastds to point to the lastadrian2011-11-082-8/+25
* Change ath_buf allocation to:adrian2011-11-082-0/+73
* Break out the TX DMA stop code into a separate function.adrian2011-11-081-6/+23
* Add a 'vap' to ath_keyset().adrian2011-11-083-6/+23
* Some more various fixes, etc from my 11n branch.adrian2011-11-081-1/+36
* Add KTR tracepoints to the ath driver, in order to debug TX, RXadrian2011-11-081-1/+23
* In preparation for supporting 11n TX/RX properly, allow for TX queue drainingadrian2011-11-083-17/+21
* Break out the node cleanup and node free path, in preparation foradrian2011-11-081-2/+15
* Preparation for correct 802.11n tx/rx handling.adrian2011-11-081-17/+32
* Conditionally compile the PCI latency workaround; I think it'sadrian2011-11-081-0/+2
* Merge in some fixes from the if_ath_tx branch.adrian2011-11-083-33/+125
* Migrate the STAILQ lists to TAILQs.adrian2011-11-084-56/+62
* Some cosmetic fixes to ath_rate_sample.adrian2011-11-082-8/+14
* Begin merging in some of my 802.11n TX aggregation driver changes.adrian2011-11-085-7/+327
OpenPOWER on IntegriCloud