summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Add some new ath(4) debugging bits, from my if_ath_tx 11n TX branch.adrian2011-10-291-0/+5
* When punting frames to the RX tap, free the mbufs since we've tampered withadrian2011-10-281-0/+2
* As a prelude to bringing over the 11n work, include some extra statistics fie...adrian2011-10-262-1/+27
* Add in some more 11n related HAL methods.adrian2011-10-252-0/+6
* The AR5413 datasheet specifies that AR_TxIntrReq should be set consistentlyadrian2011-10-251-2/+9
* Add some fixes to the 11n aggregation HAL calls:adrian2011-10-251-6/+26
* Correct/complete a partially-disabled TX interrupt mitigation configuration.adrian2011-10-251-4/+4
* Fix an incorrect flag.adrian2011-10-251-1/+1
* Save and restore the association ID across interface resets.adrian2011-10-254-5/+9
* Add some 11n bits from the if_ath_tx 11n branch:adrian2011-10-255-1/+40
* Reduce the NF wait timeout. When doing heavy 11n RX loads, this can actuallyadrian2011-10-251-1/+9
* 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
OpenPOWER on IntegriCloud