Module Name:src
Committed By: kamil
Date: Sat Feb 23 11:24:53 UTC 2019
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5210: ar5210_xmit.c
Log Message:
Improve fallthrough statement wording
Fixes build with kUBSan on NetBSD/i386.
To generate a diff of this commi
Module Name:src
Committed By: christos
Date: Sun Oct 9 14:40:47 UTC 2016
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar5416_attach.c
Log Message:
PR/51540: Henning Petersen: replace , with ;
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
Module Name:src
Committed By: jklos
Date: Tue Nov 24 08:48:25 UTC 2015
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5210: ar5210_reset.c
Log Message:
One too many parenthesis removed.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/sys/ex
Module Name:src
Committed By: joerg
Date: Mon Nov 23 23:46:33 UTC 2015
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5210: ar5210_reset.c
Log Message:
Replace left shifts of negative values with appropiate unsigned values.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: joerg
Date: Thu Feb 27 01:31:09 UTC 2014
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5212: ar5212_reset.c
Log Message:
abs on unsigned values is a nop.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/sys/ext
Module Name:src
Committed By: martin
Date: Thu Sep 12 12:11:12 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar9285_attach.c
Log Message:
Remove unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/sys/external/is
Module Name:src
Committed By: martin
Date: Thu Sep 12 12:10:11 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar9280_attach.c
Log Message:
Remove unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/is
Module Name:src
Committed By: martin
Date: Thu Sep 12 12:08:49 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar5416_beacon.c
Log Message:
Remove unsued variable
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/externa
Module Name:src
Committed By: martin
Date: Thu Sep 12 12:07:01 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5212: ar5413.c
Log Message:
Remove unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/isc/ather
Module Name:src
Committed By: martin
Date: Thu Sep 12 12:05:52 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5212: ar2425.c
Log Message:
Remove unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/isc/ather
Module Name:src
Committed By: martin
Date: Thu Sep 12 12:04:37 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5212: ar2413.c
Log Message:
Remove unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/isc/ather
Module Name:src
Committed By: martin
Date: Thu Sep 12 12:03:33 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5212: ar2317.c
Log Message:
Get rid of unused variables
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/isc/
Module Name:src
Committed By: martin
Date: Thu Sep 12 11:44:08 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5212: ar2316.c
Log Message:
Remove unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/isc/ather
Module Name:src
Committed By: martin
Date: Thu Sep 12 11:38:23 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist: ah_eeprom_v4k.c
Log Message:
Fix wrong for loop limit
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/sys/external/isc/ath
Module Name:src
Committed By: martin
Date: Thu Sep 12 11:26:53 UTC 2013
Modified Files:
src/sys/external/isc/atheros_hal/dist: ah_eeprom_v3.c
Log Message:
Remove unused maxPower_t4 variable.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/isc
Module Name:src
Committed By: msaitoh
Date: Tue Dec 11 09:22:16 UTC 2012
Modified Files:
src/sys/external/isc/atheros_hal/dist: ah_eeprom_v14.c ah_eeprom_v4k.c
Log Message:
Fix off by one read error.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/s
Module Name:src
Committed By: bouyer
Date: Thu Mar 15 18:52:02 UTC 2012
Modified Files:
src/sys/external/isc/atheros_hal/dist: ah_eeprom_v4k.c
Log Message:
Revert previous; needs more work
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external
Module Name:src
Committed By: bouyer
Date: Thu Mar 15 18:49:50 UTC 2012
Modified Files:
src/sys/external/isc/atheros_hal/dist: ah_eeprom_v4k.c
Log Message:
Use the right marcro for loop bound, avoids read past array end. Found by
gcc -03
To generate a diff of this commit
Module Name:src
Committed By: wiz
Date: Sun Feb 12 13:55:27 UTC 2012
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar5416_reset.c
Log Message:
Consistently use ar5416SetPowerMode. From Henning Petersen in PR 45999.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: wiz
Date: Sun Feb 12 13:48:45 UTC 2012
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5212: ar5212_misc.c
Log Message:
Use correct return value. From clang via Henning Petersen in PR 45995.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: wiz
Date: Sun Feb 12 13:47:19 UTC 2012
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar5416_misc.c
Log Message:
Use correct return value. From clang via Henning Petersen in PR 45996.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: jmcneill
Date: Mon Aug 1 10:21:32 UTC 2011
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar5416reg.h
Log Message:
Fix AR_SREV_MERLIN_20 and AR_SREV_MERLIN_20_OR_LATER macros to match
rev 2.1 as well as 2.0, from FreeBSD. Fixes
Module Name:src
Committed By: joerg
Date: Mon May 30 13:58:24 UTC 2011
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5210: ar5210reg.h
src/sys/external/isc/atheros_hal/dist/ar5211: ar5211reg.h
Log Message:
Define a few macros as unsigned to avoid UB when
Module Name:src
Committed By: joerg
Date: Mon May 30 13:57:21 UTC 2011
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar5416_eeprom.c
Log Message:
Silence warnings about unused return value for a dead hardware read.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: cegger
Date: Mon Feb 21 13:04:22 UTC 2011
Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar9285_reset.c
Log Message:
make it compile with ATHHAL_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/sys/e
Module Name:src
Committed By: dyoung
Date: Wed Jan 26 00:55:42 UTC 2011
Modified Files:
src/sys/external/isc/atheros_hal/dist: ah_internal.h
Log Message:
Protect against a NULL pointer dereference that I've seen in the wild.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: reinoud
Date: Thu May 14 09:07:49 UTC 2009
Modified Files:
src/sys/external/isc/atheros_hal/dist: ah_internal.h
src/sys/external/isc/atheros_hal/dist/ar5210: ar5210.h
src/sys/external/isc/atheros_hal/dist/ar5211: ar5211.h
Log M
27 matches
Mail list logo