summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix OFDM ANI statistics gathering for the AR5416 and later chips.adrian2011-03-221-1/+1
* Set the "right" CCA register.adrian2011-03-221-1/+1
* Break out the RF mode setup into ar5416SetRfMode(), mirroring what ath9k does.adrian2011-03-221-16/+26
* Do a bit of spring cleaning in the board setup code, just toadrian2011-03-221-18/+10
* Bring over a few queue changes from ath9k:adrian2011-03-221-0/+17
* Even though it's very unlikely the misc mode register setting at -attach-adrian2011-03-223-3/+3
* Remove the merlin delay workaround here, it isn't appropriate foradrian2011-03-221-6/+0
* - Do not output the trailing newline to the HIDhselasky2011-03-211-4/+6
* - Bugfix: Fix a EHCI hardware race, where the hardware computed data togglehselasky2011-03-211-3/+25
OpenPOWER on IntegriCloud