summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Add in a currently-disabled WAR for PCI NICs.adrian2011-10-181-0/+17
* Add a WAR from the reference code - clear the PCI error statusadrian2011-10-181-0/+5
* Port over some missing code from the ar5212 reference driver reset path.adrian2011-10-182-2/+147
* Implement the first part of the BB read workaround.adrian2011-10-186-1/+15
* Add in OS_REG_BIT_SET, a macro which does what it says it does.adrian2011-10-181-0/+2
* Include opt_ah.h when compiling the driver.adrian2011-10-181-0/+5
* Don't enable the PHY radar errors in calcrxfilter.adrian2011-10-171-4/+0
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* ath_pci PCI setup fixes.adrian2011-10-141-3/+17
* Add an AR5416 aware version of the "current RSSI" function.adrian2011-10-043-0/+15
* Port over the radar pulse decoding code common to the AR5416 and later chipsets.adrian2011-10-031-4/+188
* Remove an unused variable.adrian2011-10-021-1/+0
* Various interrupt handling and RX interrupt mitigation fixes.adrian2011-10-022-14/+69
* Document exactly what the RX interrupt mitigation timers do.adrian2011-10-021-0/+22
* For now (ie: until autosleep support is fully fleshed out), always clearadrian2011-10-021-2/+1
* Disable TX interrupt mitigation just for the time being.adrian2011-10-022-18/+5
* Fix a corner case in the HAL debugging changes, where ah was NULL.adrian2011-09-3014-40/+28
* Don't bother triggering the cabq queue if it's empty.adrian2011-09-281-1/+2
* Fix lock order to be correcter.adrian2011-09-281-1/+1
* Change the default CABQ time to be 70% of the beacon interval,adrian2011-09-282-15/+71
* The AR5212 setup path (also used by the AR5416 code) configures aadrian2011-09-282-0/+4
* Update the default AIFS value for hostap mode.adrian2011-09-281-1/+1
* Fix the order of parameters passed to the HT frame duration calculation.adrian2011-09-111-4/+5
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.adrian2011-09-0819-55/+207
* Add a definition for ASYNC_CAUSE_CLR. It's not used yet, but theadrian2011-09-071-0/+1
* Fix 5ghz calibration logic when using AR9280 w/ fast clock.adrian2011-09-061-8/+9
* Fix the addac serial load register write for AR5416.adrian2011-09-061-1/+1
* Fix a missing initialisation of bt_flags when setting up the TDMA beacon.adrian2011-08-241-0/+2
* TIM/Timer fixes for AR5416 and later:adrian2011-08-242-5/+17
* These timer registers are all 1uS in resolution in AR5416adrian2011-08-231-3/+4
* Remove the now unneeded references to these DFS methods.adrian2011-08-092-11/+0
* Remove this call, now that I've solved the radar module problem withoutadrian2011-08-091-6/+0
* And add another missing brace. Another pointy hat moment.adrian2011-08-081-1/+1
* Bitten again by the optional HALDEBUG compilation.adrian2011-08-081-4/+0
* The older HAL code sets up the regulatory domain once; FreeBSD/net80211adrian2011-08-081-13/+42
* Introduce some more DFS related hooks, inspired both by local workadrian2011-08-087-2/+47
* .. and add a missing bracket.adrian2011-08-081-1/+1
* Fix method naming to match the reference HAL definition.adrian2011-08-081-1/+1
* Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUEadrian2011-08-088-0/+29
* Undo this for now. It's "right", but it means everything will rely onadrian2011-08-033-25/+1
* 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
OpenPOWER on IntegriCloud