diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2003-06-30 04:51:11 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2003-06-30 04:51:11 +0000 |
| commit | 5f3721d5ca78c9377e0b7166c73d8123ab5fe40d (patch) | |
| tree | 78c59298e4a8296cd288ca825aa64482d49f0ab8 | |
| parent | 765ef38fe9fad7895706a7a1b9fb7973267f3f1f (diff) | |
Notes
| -rw-r--r-- | sys/dev/ath/if_ath.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
