aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Overhaul bus_dma(9) usage in driver:Pyun YongHyeon2011-11-142-403/+604
* Export sysctl node for various interrupt moderation parameters andPyun YongHyeon2011-11-141-14/+62
* It's bad idea to allocate large memory, 4KB, from stack.Pyun YongHyeon2011-11-142-29/+35
* Remove a few bits of FreeBSD 2.x compatibility code.Robert Millan2011-11-141-4/+0
* Disable writing to the extension CYCPWR1 register.Adrian Chadd2011-11-122-11/+0
* - This patch adds custom IOCTLs to read and write the 4 GPIO pins on theHans Petter Selasky2011-11-122-11/+86
* Enable power save mode for the USB storage device driver.Hans Petter Selasky2011-11-121-0/+3
* Style change.Hans Petter Selasky2011-11-1227-99/+106
* In r191367 the need for if_free_type() was removed and a new memberBrooks Davis2011-11-111-1/+3
* - add a missing "be" and "in"Eitan Adler2011-11-111-1/+1
* - add support for CP-104EL-A and CP-104JU to pucEitan Adler2011-11-111-0/+27
* To send a frame, controller requires a prepended TX header andPyun YongHyeon2011-11-111-9/+8
* Correct device id comments.Adrian Chadd2011-11-111-2/+2
* Remove dead ifdef. Driver should always check raised interrupt isPyun YongHyeon2011-11-101-3/+0
* style.Pyun YongHyeon2011-11-101-63/+44
* Bump this up to where it used to be.Adrian Chadd2011-11-091-9/+1
* Introduce a work-around for issues with the AR5416 based MAC on SMP devices.Adrian Chadd2011-11-097-1/+70
* Do a dummy read to flush the interrupt ACK that we just performed,Xin LI2011-11-091-0/+6
* Commit a missing fix - the AR_SREV_KIWI_10_OR_LATER() check.Adrian Chadd2011-11-091-4/+8
* Even though the HAL doesn't currently support Kiwi 1.0/1.1,Adrian Chadd2011-11-091-1/+1
* Fix size of USB 3.0 descriptor field.Hans Petter Selasky2011-11-092-2/+2
* 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
* * 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
* Some minor corrections to a modem driver.Hans Petter Selasky2011-11-091-9/+6
* 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
* 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