svn commit: r187786 - in user/sam/wifi/sys/dev/ath/ath_hal: .
ar5210 ar5211 ar5212 ar5312 ar5416
Sam Leffler
sam at FreeBSD.org
Tue Jan 27 12:26:00 PST 2009
Author: sam
Date: Tue Jan 27 20:25:55 2009
New Revision: 187786
URL: http://svn.freebsd.org/changeset/base/187786
Log:
update my copyright
Modified:
user/sam/wifi/sys/dev/ath/ath_hal/ah.c
user/sam/wifi/sys/dev/ath/ath_hal/ah.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_debug.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_decode.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_desc.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_devid.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.c
user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.c
user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.c
user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_internal.h
user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c
user/sam/wifi/sys/dev/ath/ath_hal/ah_soc.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_power.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210desc.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210phy.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210reg.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_power.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211desc.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211phy.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211reg.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2316.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2317.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2413.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2425.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5111.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5112.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_power.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212desc.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212phy.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212reg.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5311reg.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5413.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_power.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312phy.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312reg.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar2133.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_power.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416desc.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416phy.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_debug.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_debug.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_debug.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2009 Sam Leffler, Errno Consulting
* Copyright (c) 2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_decode.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_decode.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_decode.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_desc.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_desc.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_devid.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_devid.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_devid.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2009 Sam Leffler, Errno Consulting
* Copyright (c) 2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2008-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2008-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_internal.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_internal.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2005-2006 Atheros Communications, Inc.
* All rights reserved.
*
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_soc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_soc.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_soc.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_power.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_power.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210desc.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210desc.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210phy.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210phy.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210reg.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210reg.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2004 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_power.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_power.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211desc.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211desc.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211phy.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211phy.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211reg.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211reg.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2006 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2316.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2316.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2316.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2317.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2317.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2317.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2413.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2413.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2413.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2425.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2425.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2425.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5111.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5111.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5111.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5112.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5112.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5112.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_power.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_power.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212desc.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212desc.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212phy.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212phy.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212reg.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212reg.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5311reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5311reg.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5311reg.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5413.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5413.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5413.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_power.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_power.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312phy.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312phy.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312reg.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312reg.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar2133.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar2133.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar2133.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_power.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_power.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416phy.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416phy.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416reg.h Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416reg.h Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2002-2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c Tue Jan 27 20:17:47 2009 (r187785)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c Tue Jan 27 20:25:55 2009 (r187786)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2008-2009 Sam Leffler, Errno Consulting
* Copyright (c) 2008 Atheros Communications, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
More information about the svn-src-user
mailing list