summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud