From 3a6b61d32df77d6b6b822cbff351f123a3442a4f Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 30 Jun 2003 04:51:11 +0000 Subject: [PATCH] acknowledge the contribution of Atsushi Onoe --- sys/dev/ath/if_ath.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 2c5590861f83..fc484630b052 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -39,6 +39,9 @@ __FBSDID("$FreeBSD$"); /* * Driver for the Atheros Wireless LAN controller. + * + * This software is derived from work of Atsushi Onoe; his contribution + * is greatly appreciated. */ #include "opt_inet.h"