summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Make sure the aggregate fields are properly cleared - both in theadrian2012-09-091-0/+12
* Remove TDMA #define entries from if_ath.c; they now exist in if_ath_tdma.h.adrian2012-09-091-16/+0
* Correctly mask out the RTS/CTS flags when forming aggregates.adrian2012-09-081-1/+1
* Ensure that single-frame aggregate session frames are retransmittedadrian2012-09-071-0/+45
* Disable strong signal diversity when enabling radar pulse detectionadrian2012-09-021-0/+7
* AR5212 radar pulse fixes.adrian2012-09-021-13/+12
* Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also popsadrian2012-09-011-4/+14
* Migrate the AR9285 diversity configuration LNA configuration to useadrian2012-08-303-110/+126
* There's no nede to allocate a DMA map just before calling bus_dmamem_alloc().adrian2012-08-291-11/+0
* Set the HAL combined antenna diversity capability if the AR9285adrian2012-08-291-0/+3
* Add a new capability bit - whether the hardware supports AR9285 styleadrian2012-08-291-1/+2
* Add AR5413 radar parameters and strong signal diversity capability.adrian2012-08-292-21/+155
* Add a (temporarily located) definition.adrian2012-08-291-0/+5
* Remove - not needed.adrian2012-08-291-2/+0
* Remove extra debugging - there's no longer any need.adrian2012-08-291-2/+0
* Only print the descriptor contents!adrian2012-08-271-2/+2
* Improve the sample rate logging.adrian2012-08-271-2/+3
* Ensure that all firstep values are available in ANI.adrian2012-08-271-3/+7
* Fix the debugging output to correctly log CCK errors.adrian2012-08-271-1/+1
* Move this magic check to only occur if no eeprom data is given.adrian2012-08-261-6/+6
* Add EEPROM data hooks for the AR9287.adrian2012-08-261-0/+7
* Remove the hard-coded AR5416-series parameters and instead use theadrian2012-08-241-38/+13
* Correctly handle the "pe_enabled" flag - both when configuring DFS andadrian2012-08-241-1/+7
* Add an accessor macro for getting access to the default DFS parameters.adrian2012-08-241-0/+2
* Add default values for the NumTxMaps capability.adrian2012-08-244-0/+4
* Add the method to fetch the default DFS parameters for the AR5212 PHY.adrian2012-08-243-1/+33
* Implement an API to fetch the default DFS parameters for the given chip.adrian2012-08-244-0/+50
* Bring over some new EEPROM regulatory domain flags.adrian2012-08-241-0/+28
* Oops, another copy/paste issue.adrian2012-08-241-1/+1
* Add ath_hal_get_curmode() - this is used by the Osprey HAL.adrian2012-08-242-0/+50
* Add rfkill HAL accessor methods.adrian2012-08-241-0/+7
* Oops, fix copy/paste silliness.adrian2012-08-241-5/+5
* Add some more capabilities (unused at the present.)adrian2012-08-241-0/+16
* Add the MFP capability to ath_hal_getcapability().adrian2012-08-241-1/+3
* Add some more diagnostic codes.adrian2012-08-241-0/+4
* Wrap this a little so it's slightly easier on the eyes.adrian2012-08-241-1/+2
* Add some new flags:adrian2012-08-241-2/+11
* Add a placeholder and typedefs for MFP (management frame protection.)adrian2012-08-231-0/+20
* Add some more interrupt handling bits.adrian2012-08-231-1/+7
* Add AR9380 devid HAL definitions and probe/attach strings.adrian2012-08-232-0/+93
* Add chipset names.adrian2012-08-231-2/+2
* Initialise an uninitialised variable.adrian2012-08-211-1/+1
* Fix a build issue when ATH_DEBUG isn't defined - just initialise and useadrian2012-08-201-2/+4
* Wrap debugging in #ifdef ATH_DEBUGadrian2012-08-201-0/+2
* Flesh out some initial EDMA TX FIFO fill, complete and refill routines.adrian2012-08-201-6/+195
* Advance the descriptor pointer by sc->sc_tx_desclen bytes, rather thanadrian2012-08-201-12/+11
* Make sure all of the buffers are printed, rather than (n-1).adrian2012-08-201-4/+2
* Extend the TX descriptor debug printing to be properly aware ofadrian2012-08-192-4/+83
* When assembling the descriptor list, make sure that the "first" descriptoradrian2012-08-191-1/+3
* Fix buildkib2012-08-151-2/+2
OpenPOWER on IntegriCloud