summaryrefslogtreecommitdiff
path: root/sys/external/isc
AgeCommit message (Expand)Author
2019-02-23Improve fallthrough statement wordingkamil
2019-02-04apply -Wno-error=implicit-fallthrough to ar5212_xmit.c and ar5416_xmit.c.mrg
2016-10-09PR/51540: Henning Petersen: replace , with ;christos
2015-11-24One too many parenthesis removed.jklos
2015-11-23Replace left shifts of negative values with appropiate unsigned values.joerg
2014-10-14Revert troublesome ath_hal config definitions back to the original.uebayasi
2014-10-10Sanitize athhal definitions. Depend on ath.uebayasi
2014-08-03defintion -> definitionwiz
2014-02-27abs on unsigned values is a nop.joerg
2013-09-12Remove unused variablemartin
2013-09-12Remove unsued variablemartin
2013-09-12Remove unused variablemartin
2013-09-12Get rid of unused variablesmartin
2013-09-12Remove unused variablemartin
2013-09-12Fix wrong for loop limitmartin
2013-09-12Remove unused maxPower_t4 variable.martin
2013-06-25Fix header guards.joerg
2012-12-11Fix off by one read error.msaitoh
2012-04-11Fix ATHHAL_DEBUG by syncing HALDEBUG() with Atheros HAL code.nakayama
2012-03-15Revert previous; needs more workbouyer
2012-03-15Use the right marcro for loop bound, avoids read past array end. Found bybouyer
2012-02-12Consistently use ar5416SetPowerMode. From Henning Petersen in PR 45999.wiz
2012-02-12Use correct return value. From clang via Henning Petersen in PR 45995.wiz
2012-02-12Use correct return value. From clang via Henning Petersen in PR 45996.wiz
2011-11-28SVN r220966 from FreeBSD:jmcneill
2011-08-01Fix AR_SREV_MERLIN_20 and AR_SREV_MERLIN_20_OR_LATER macros to matchjmcneill
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-05-30Define a few macros as unsigned to avoid UB when later shifting themjoerg
2011-05-30Silence warnings about unused return value for a dead hardware read.joerg
2011-03-07Get improvements from FreeBSD-current (January 2011).cegger
2011-03-05add defflag for AR9285.cegger
2011-02-21make it compile with ATHHAL_DEBUGcegger
2011-02-21add AR9285 supportcegger
2011-02-20add AR9280 supportjmcneill
2011-02-20support building as a modulejmcneill
2011-01-26Protect against a NULL pointer dereference that I've seen in the wild.dyoung
2009-08-07NetBSD doesn't support alq(9) and hence ATHHAL_DEBUG_ALQ is unusable.sborrill
2009-05-14Fix prototypes to match the functions. The prototypes had `int' specified forreinoud
2009-03-24Now that we compile the Atheros HAL from source we pass all the rightmartin
2009-01-06initialise some variables whined about by gcc -O3.mrg
2008-12-31KNF.christos
2008-12-31Add a return HAL_OK in the AR_EEP_MACADDR case. Without thisphil
2008-12-13Restore a valid call to ath_hal_wait() and wrap the if() statement with curly...alc
2008-12-12Don't display the global kernel symbol `version' but the *eeprom* version, as...alc
2008-12-12make i386 ALL kernel compilecegger
2008-12-11Add HAL standard option and file list.alc
2008-12-11Import HAL's OS dependent code and config(9)'s interface header.alc
2008-12-11Fix the build of the new HAL:alc
2008-12-11Import Atheros HAL, from FreeBSD (revision 185521)alc