diff options
author | John W. Linville <linville@tuxdriver.com> | 2007-06-12 22:11:42 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-08 22:16:37 -0400 |
commit | 0aec00ae1c39b0adaa6e958a4e0119cfc12d884b (patch) | |
tree | 80862d31a47b295970b7c7b9f074d5f5a6edeed5 /drivers/net/wireless/rtl8187_rtl8225.c | |
parent | 7e9400f178d291b2208c4ed9aac0f425c1364000 (diff) |
[PATCH] rtl8187: add header blocks and indicate origin of magic values
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>
Diffstat (limited to 'drivers/net/wireless/rtl8187_rtl8225.c')
-rw-r--r-- | drivers/net/wireless/rtl8187_rtl8225.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtl8187_rtl8225.c b/drivers/net/wireless/rtl8187_rtl8225.c index c3f5bf543c90..e25a09f1b068 100644 --- a/drivers/net/wireless/rtl8187_rtl8225.c +++ b/drivers/net/wireless/rtl8187_rtl8225.c | |||
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | /* | 1 | /* |
3 | * Radio tuning for RTL8225 on RTL8187 | 2 | * Radio tuning for RTL8225 on RTL8187 |
4 | * | 3 | * |
@@ -8,7 +7,9 @@ | |||
8 | * Based on the r8187 driver, which is: | 7 | * Based on the r8187 driver, which is: |
9 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 8 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. |
10 | * | 9 | * |
11 | * Thanks to Realtek for their support! | 10 | * Magic delays, register offsets, and phy value tables below are |
11 | * taken from the original r8187 driver sources. Thanks to Realtek | ||
12 | * for their support! | ||
12 | * | 13 | * |
13 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
14 | * it under the terms of the GNU General Public License version 2 as | 15 | * it under the terms of the GNU General Public License version 2 as |