]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] rtl8187: add header blocks and indicate origin of magic values
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 13 Jun 2007 02:11:42 +0000 (22:11 -0400)
committerJeff Garzik <jeff@garzik.org>
Mon, 9 Jul 2007 02:16:37 +0000 (22:16 -0400)
Add top-of-file comment blocks to rtl818x headers and attribute origin
of magic values to original r8187 driver.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl8187.h
drivers/net/wireless/rtl8187_dev.c
drivers/net/wireless/rtl8187_rtl8225.c
drivers/net/wireless/rtl8187_rtl8225.h
drivers/net/wireless/rtl818x.h

index 41d0aac3e27ee56e5666c4362b92693d63aa660c..6124e467b156467d2f7101806a78d29d5edbf531 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Definitions for RTL8187 hardware
+ *
+ * Copyright 2007 Michael Wu <flamingice@sourmilk.net>
+ * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
+ *
+ * Based on the r8187 driver, which is:
+ * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
 #ifndef RTL8187_H
 #define RTL8187_H
 
index 83656107b97e1b18c52369af1eb0014ee0e9aa9d..cea85894b7f2d1882a2951313073d5c39c638f9a 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Linux device driver for RTL8187
  *
@@ -8,7 +7,8 @@
  * Based on the r8187 driver, which is:
  * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
  *
- * Thanks to Realtek for their support!
+ * Magic delays and register offsets below are taken from the original
+ * r8187 driver sources.  Thanks to Realtek for their support!
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
index c3f5bf543c90e1bce4a59cfb6cfb97324cc3d875..e25a09f1b068377611fe433251fded4920bb31d3 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Radio tuning for RTL8225 on RTL8187
  *
@@ -8,7 +7,9 @@
  * Based on the r8187 driver, which is:
  * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
  *
- * Thanks to Realtek for their support!
+ * Magic delays, register offsets, and phy value tables below are
+ * taken from the original r8187 driver sources.  Thanks to Realtek
+ * for their support!
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
index ed28118653c743fcb5844d5d4e07b499ee7f7e70..798ba4a97376444cbb28e6a78ece85ba21e57be9 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Radio tuning definitions for RTL8225 on RTL8187
+ *
+ * Copyright 2007 Michael Wu <flamingice@sourmilk.net>
+ * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
+ *
+ * Based on the r8187 driver, which is:
+ * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
 #ifndef RTL8187_RTL8225_H
 #define RTL8187_RTL8225_H
 
index e4ee946e1d90cfd83e2a101de36e9c545fe92db4..283de30628e1fbc4969c5ca779586783f3824b09 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Definitions for RTL818x hardware
+ *
+ * Copyright 2007 Michael Wu <flamingice@sourmilk.net>
+ * Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
+ *
+ * Based on the r8187 driver, which is:
+ * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
 #ifndef RTL818X_H
 #define RTL818X_H