summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Explicitly track the state of all known BARs for each PCI device. The PCIjhb2011-03-314-99/+172
* Introduce AH_AR5416_INTERRUPT_MITIGATION which enables interrupt mitigation foradrian2011-03-312-4/+4
* Break out the ath PCI logic into a separate device/module.adrian2011-03-313-3/+294
* According to ath9k recv.c, one shouldn't be doing self-linked descriptorsadrian2011-03-293-1/+5
* Revise r220046 by introducing dc_netcfg_wait() which waits the endyongari2011-03-281-51/+39
* Normally fxp(4) does not receive bad frames but promiscuous modeyongari2011-03-281-2/+2
* Promote ksyms_map() and ksyms_unmap() to general facilitykib2011-03-281-50/+3
* Add in HT protection but disable it by default.adrian2011-03-281-0/+18
* Update mvs(4) driver to work over FDT's simplebus(4) bus.mav2011-03-281-4/+9
* Fix typo.adrian2011-03-271-2/+2
* Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n byadrian2011-03-272-2/+2
* Wait until the DMA engine is stopped before unmapping buffers andmarius2011-03-261-1/+25
* .. And another missed commit - add the PSPOLL capability.adrian2011-03-261-1/+2
* This was missing from the previous HAL commit - it fixes a typo andadrian2011-03-261-1/+2
* If 802.11n is enabled, bump the number of buffers used up to a largeradrian2011-03-261-0/+8
* Add in the hardware PS-POLL frame reception setting, but leave it disabledadrian2011-03-261-0/+19
* Introduce hardware PS-POLL support in the HAL.adrian2011-03-263-1/+8
* Put these two back to mirror what ath9k does.adrian2011-03-261-2/+2
* Shuffle around the HAL_RX_FILTER bits to be slightly more sensible.adrian2011-03-261-3/+17
* Update T3 firmware to 7.11.0np2011-03-252-1493/+1527
* After discussing with Bernhard, the "right" way in net80211 to checkadrian2011-03-252-5/+10
* I broke periodic adc calibrations - so restore them to working order.adrian2011-03-251-5/+5
* Fix initialisation order with regard to debug prints.hselasky2011-03-251-2/+2
* Fix panic while associating access point.kevlo2011-03-251-3/+1
* Re-disable the setting of 2040/shortgi bits for now.adrian2011-03-251-1/+2
* After discussion with Felix Fietkau (nbd) about the ath9k Merlin LNA bitadrian2011-03-251-8/+8
* Flip ANI on for the AR5416 and later chips. I haven't verified it onadrian2011-03-253-5/+8
* The right commit - add a couple more AR_PCU_MISC_MODE2 register bits -adrian2011-03-251-0/+2
* oops, commited the wrong file change.adrian2011-03-251-1/+0
* Add some more AR_PCU_MISC_MODE2 register settings - these are SOWL or later.adrian2011-03-251-0/+1
* Bring over interrupt mitigation changes from ath9k.adrian2011-03-252-10/+20
* Flip back HT/40 and Short-GI (for 40mhz operation). These are now verified to...adrian2011-03-241-2/+0
* MFgraid/head r218174:mav2011-03-242-64/+94
* Fix typo.hselasky2011-03-241-1/+1
* Fix a completely wrong variable reference.adrian2011-03-241-1/+1
* t3_free_sge_resources should be given the number of qsets it needs to free.np2011-03-243-12/+9
* T3C initialization should setup the parity fence too.np2011-03-241-2/+3
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-243-26/+39
* Make the ar2133ForceBias() call controllable at runtime.adrian2011-03-233-1/+7
* Remove unused DMA map/tag in softc.yongari2011-03-231-6/+0
* Comply with style(9).hselasky2011-03-231-4/+4
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-2334-77/+77
* The AR5416+ chips all have MIB counters (which the AR5416 ANI code assumes)adrian2011-03-231-4/+0
* Enable setting the MCS rate bit for ast_tx_rate.adrian2011-03-221-1/+2
* Fix an error while constructing the table that maps context id -> egressnp2011-03-221-1/+1
* Clean up setting the short preamble bit in the rate - this way itadrian2011-03-221-3/+2
* Flip this over to be a configurable option for people who wish to play with it.adrian2011-03-221-1/+1
* This isn't actually needed any longer, A-MPDU frames work fine if only tagged...adrian2011-03-221-9/+0
* Rename pci_find_extcap() to pci_find_cap(). PCI now uses the termjhb2011-03-222-6/+12
* Bring over an XPA (external power amplifer) bias fix for the AR9160.adrian2011-03-223-3/+79
OpenPOWER on IntegriCloud