summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Move VT switching hack for suspend/resume from bus drivers to syscons.cjkim2011-05-092-17/+82
* Disable diversity combining support until I can get a firm answeradrian2011-05-092-7/+13
* Fix a regression I introduced - only swap analog chains if the RX chainmaskadrian2011-05-091-1/+2
* Disable TX STBC - it isn't used for now, but it isn't supported on Kite.adrian2011-05-091-1/+2
* Workaround for broken no-name USB audio devices sold by dealextremehselasky2011-05-091-1/+48
* Import some initial Kite fixed diversity code from Atheros.adrian2011-05-094-44/+148
* Remove an un-needed PA cal call here.adrian2011-05-091-2/+0
* Fix the 5ghz fast clock logic.adrian2011-05-082-4/+22
* * Add AR_SREV_KITE macro for later useadrian2011-05-081-1/+2
* Enable 11n (sans HT40) support.bschmidt2011-05-081-35/+20
* Notify firmware about various HT parameters once associated.bschmidt2011-05-082-25/+37
* Add support for TX packet aggregation.bschmidt2011-05-083-64/+282
* Add support for RX packet aggregation.bschmidt2011-05-082-17/+45
* Add support for transmitting frames at MCS rates.bschmidt2011-05-082-14/+54
* Prepare for transmitting frames at MCS rates:bschmidt2011-05-083-88/+66
* Read chainmask information before announcing it.bschmidt2011-05-081-22/+22
* Add HT capabilities to probe requests.bschmidt2011-05-081-4/+3
* Disable background scan support for 4965 adapters.bschmidt2011-05-081-1/+3
* RX aggregation is slightly different then the legacy path, we will onlybschmidt2011-05-081-1/+0
* Allocate all TX rings, those will be use for TX packet aggregation.bschmidt2011-05-081-7/+0
* Use the enhanced TX power information availabe on newer EEPROMs.bschmidt2011-05-083-9/+45
* Hook HT channel setup.bschmidt2011-05-081-35/+43
* The 6000 series adapters have a slightly different offset for band 6,bschmidt2011-05-082-1/+15
* Re-add 2 device IDs which got lost.bschmidt2011-05-081-0/+2
* Cleanup usb_notify_addq_compat(). It should nothselasky2011-05-081-75/+0
* These EEPROM bits actually defined whether HT/20 and HT/40 supportadrian2011-05-081-4/+4
* Fiddle with the PLL initialisation order to match ath9k/Atheros HAL.adrian2011-05-081-7/+15
* Properly indent the WAR code i pasted in from ath9k a few monthsadrian2011-05-081-9/+8
* * Add in a comment about ar5416InitUserSettings() potentiallyadrian2011-05-082-1/+9
* Fiddle with the AR5416 1.0 chainmask setup.adrian2011-05-081-7/+27
* Fix the IS_5416 checks to actually work correctly.adrian2011-05-071-3/+3
* Add new USB ID.hselasky2011-05-071-0/+1
* Do a HAL capabilities sync pass based on the Atheros HAL.adrian2011-05-079-30/+88
* Update the ext channel cycpwr threshold 1 register for the extensionadrian2011-05-072-0/+13
* Read in the extended regulatory domain flags so future code can use them.adrian2011-05-076-0/+15
* Instead of returning an unknown mac/bb signature, just return 0.adrian2011-05-071-2/+2
* Add some comments about which HAL capabilities are currently FreeBSDadrian2011-05-071-0/+7
* Some BB hang changes:adrian2011-05-072-6/+8
* Fix build.yongari2011-05-071-1/+1
* Change AR_SREV_OWL_{X}_OR_LATER to AR_SREV_5416_{X}_OR_LATER.adrian2011-05-074-25/+18
* Fix the OWL revision checks.adrian2011-05-071-5/+31
* Remove unneeded use of variable status. This should have been doneyongari2011-05-071-2/+0
* XL_DMACTL is 32bit register, use 32bit write macro.yongari2011-05-072-1/+6
* Rearm watchdog timer if driver kick controller to recover from TXyongari2011-05-071-2/+5
* Rename xl_stats_update() callout handler to xl_tick() and move MIIyongari2011-05-072-37/+21
* Reuse the TX descriptor(DPD) if xl_encap() failed instead of justyongari2011-05-061-2/+8
* Change xl_rxeof() a bit to return the number of processed frames inyongari2011-05-061-7/+3
* Terminate interrupt handler if driver detect it's not running.yongari2011-05-061-3/+9
* Updating status word should be the last operation of UPD structureyongari2011-05-062-3/+3
* Call bus_dmamap_sync() only after TX DPD update.yongari2011-05-061-4/+4
OpenPOWER on IntegriCloud