summaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* MFC r243164 (by adrian):Dimitry Andric2014-03-201-2/+1
* MFC r227293 (by ed):Alexander Motin2013-04-052-2/+2
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+2
* MFC: r243857 (partial)Marius Strobl2013-03-091-1/+1
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-291-0/+0
* Revert the MFC to sys/dev/ath/ath_hal/ar9002/ar9285_attach.c again,Dimitry Andric2013-01-151-12/+0
* Partial MFC of r234508 (by adrian):Dimitry Andric2013-01-142-6/+18
* Merge r227468: Don't fondle this particular CCA register from extension channel.Adrian Chadd2012-11-191-5/+0
* MFC r242625:Dimitry Andric2012-11-121-1/+1
* MFC r225941:Dimitry Andric2012-04-281-8/+9
* Merge r232250 from head:Gavin Atkinson2012-03-101-1/+1
* MFC r228817:Dimitry Andric2012-01-062-2/+2
* MFC r228980:Dimitry Andric2012-01-062-6/+28
* MFC r227458, r226436:Eitan Adler2012-01-041-1/+1
* Fix the order of parameters passed to the HT frame duration calculation.Adrian Chadd2011-09-111-4/+5
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.Adrian Chadd2011-09-0819-55/+207
* Add a definition for ASYNC_CAUSE_CLR. It's not used yet, but theAdrian Chadd2011-09-071-0/+1
* Fix 5ghz calibration logic when using AR9280 w/ fast clock.Adrian Chadd2011-09-061-8/+9
* Fix the addac serial load register write for AR5416.Adrian Chadd2011-09-061-1/+1
* Fix a missing initialisation of bt_flags when setting up the TDMA beacon.Adrian Chadd2011-08-241-0/+2
* TIM/Timer fixes for AR5416 and later:Adrian Chadd2011-08-242-5/+17
* These timer registers are all 1uS in resolution in AR5416Adrian Chadd2011-08-231-3/+4
* Remove the now unneeded references to these DFS methods.Adrian Chadd2011-08-092-11/+0
* Remove this call, now that I've solved the radar module problem withoutAdrian Chadd2011-08-091-6/+0
* And add another missing brace. Another pointy hat moment.Adrian Chadd2011-08-081-1/+1
* Bitten again by the optional HALDEBUG compilation.Adrian Chadd2011-08-081-4/+0
* The older HAL code sets up the regulatory domain once; FreeBSD/net80211Adrian Chadd2011-08-081-13/+42
* Introduce some more DFS related hooks, inspired both by local workAdrian Chadd2011-08-087-2/+47
* .. and add a missing bracket.Adrian Chadd2011-08-081-1/+1
* Fix method naming to match the reference HAL definition.Adrian Chadd2011-08-081-1/+1
* Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUEAdrian Chadd2011-08-088-0/+29
* Undo this for now. It's "right", but it means everything will rely onAdrian Chadd2011-08-033-25/+1
* Add in a dirty hack that allows for AR9280/AR9285/AR9287 embeddedAdrian Chadd2011-08-033-1/+25
* * Fix a clash in structure naming which occurs with (closed source)Adrian Chadd2011-08-031-3/+3
* Remove the EEPROM minor >= 19 check for txgaintype; that's only needed forAdrian Chadd2011-08-031-2/+1
* Fix a corner case in RXEOL handling which was likely introduced by yoursAdrian Chadd2011-08-022-3/+36
* Disable the RXORN/RXEOL interrupts if RXEOL occurs, preventing anAdrian Chadd2011-07-311-0/+6
* Remove two debugging printf()s which snuck in during the testing of theAdrian Chadd2011-07-311-5/+0
* Implement the 4KB split transaction workaround for Merlin (AR9280).Adrian Chadd2011-07-311-5/+40
* Fix typo!Adrian Chadd2011-07-311-1/+1
* Add extra flags for the radar event API.Adrian Chadd2011-07-311-0/+3
* Add some more phyerr bits.Adrian Chadd2011-07-311-0/+6
* Fix incorrect error reporting during the dfs ioctl function.Adrian Chadd2011-07-301-3/+3
* Introduce the FRAC_5G EEPROM parameter.Adrian Chadd2011-07-304-6/+26
* Prepare for embedded use of the AR9285/AR9287.Adrian Chadd2011-07-302-12/+33
* Fix AR5416 radar parameter initialisation.Adrian Chadd2011-07-301-8/+9
* Fix the initial calibration sample count when doing ADC calibrations.Adrian Chadd2011-07-301-2/+2
* Fix ANI handling to work correctly when (trying) to receive radar errors.Adrian Chadd2011-07-302-30/+93
* Bring over AR5416 specific RX filter get/set routines.Adrian Chadd2011-07-303-0/+44
* I noticed that the Merlin NICs I had (AR9220, AR9280) never completedAdrian Chadd2011-07-301-2/+9