summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Add in a dirty hack that allows for AR9280/AR9285/AR9287 embeddedadrian2011-08-033-1/+25
* * Fix a clash in structure naming which occurs with (closed source)adrian2011-08-031-3/+3
* Remove the EEPROM minor >= 19 check for txgaintype; that's only needed foradrian2011-08-031-2/+1
* Fix a corner case in RXEOL handling which was likely introduced by yoursadrian2011-08-022-3/+36
* Disable the RXORN/RXEOL interrupts if RXEOL occurs, preventing anadrian2011-07-311-0/+6
* Remove two debugging printf()s which snuck in during the testing of theadrian2011-07-311-5/+0
* Implement the 4KB split transaction workaround for Merlin (AR9280).adrian2011-07-311-5/+40
* Fix typo!adrian2011-07-311-1/+1
* Add extra flags for the radar event API.adrian2011-07-311-0/+3
* Add some more phyerr bits.adrian2011-07-311-0/+6
* Fix incorrect error reporting during the dfs ioctl function.adrian2011-07-301-3/+3
* Introduce the FRAC_5G EEPROM parameter.adrian2011-07-304-6/+26
* Prepare for embedded use of the AR9285/AR9287.adrian2011-07-302-12/+33
* Fix AR5416 radar parameter initialisation.adrian2011-07-301-8/+9
* Fix the initial calibration sample count when doing ADC calibrations.adrian2011-07-301-2/+2
* Fix ANI handling to work correctly when (trying) to receive radar errors.adrian2011-07-302-30/+93
* Bring over AR5416 specific RX filter get/set routines.adrian2011-07-303-0/+44
* I noticed that the Merlin NICs I had (AR9220, AR9280) never completedadrian2011-07-301-2/+9
* Fix the AR9280 initial AGC calibration code.adrian2011-07-301-23/+20
* Reset the NIC if ANI is enabled or disabled.adrian2011-07-291-1/+15
* Implement a basic radar parameter API in the dfs_null module.adrian2011-07-221-3/+71
* This links in the ath dfs ioctl into the driver and defines theadrian2011-07-212-0/+34
* Modify the radar API a little to be easier to "change" via run-timeadrian2011-07-212-9/+32
* Break out the PLL setup into (mostly) per-chip methods, rather thanadrian2011-07-216-54/+77
* This re-enables HT40 channels for use when DFS is enabled.adrian2011-07-211-0/+2
* These two are ath_hal regulatory domain updates from the Atherosadrian2011-07-202-28/+76
* Add a missing check for the global ath_hal_debug.adrian2011-07-141-1/+3
* Fix a corner case in STA beacon processing when a CSA is received butadrian2011-06-291-0/+10
* Make sure the extended regdomain word is initialised.adrian2011-06-282-0/+3
* Fix beacon transmission after a channel set.adrian2011-06-261-0/+21
* Add ATH_ENABLE_DFS which enables the DFS flag so the DFS codeadrian2011-06-261-0/+3
* Commit missing piece from a couple days ago - re-add ath_hal_debug.adrian2011-06-251-2/+8
* Small fix to bring the non-debug definitions of HALDEBUG/HALDEBUG_G in lineadrian2011-06-241-2/+2
* add missing #define for the non-debug case.adrian2011-06-231-0/+1
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatadrian2011-06-2313-24/+43
* Fix indenting issues introduced by the previous commit.adrian2011-06-232-4/+4
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-2315-55/+77
* Fix ath_ahb(4) bus attach and eeprom error handling.adrian2011-06-131-1/+5
* Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h.adrian2011-06-071-2/+0
* Flesh out a new HAL method to fetch the radar PHY error frame information.adrian2011-06-078-0/+84
* Add a missing call to sync the DMAed buffer before the radar event data is ex...adrian2011-06-051-1/+9
* Commit radar detection changes missed by my previous commit.adrian2011-06-041-1/+1
* A few changes to make radar detection implementable in a hal_dfs/adrian2011-06-043-2/+11
* Bring over the relevant registers to use when implementing the quiet timeadrian2011-06-038-0/+63
* Flesh out the radar detection related operations for the ath driver.adrian2011-06-014-0/+273
* Add some missing DFS chipset functionality to the FreeBSD HAL.adrian2011-06-0116-1/+242
* Enable setting the short-GI bit when TX'ing HT rates but only if theadrian2011-05-301-6/+14
* Set default A-MPDU density/size.adrian2011-05-301-0/+15
* Teach if_ath about devices which have short-GI in 20MHz channel modes.adrian2011-05-292-4/+18
* Fix AR9287 operation when >1 TX chain is enabled.adrian2011-05-281-0/+1
OpenPOWER on IntegriCloud