Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0aec00ae authored by John W. Linville's avatar John W. Linville Committed by Jeff Garzik
Browse files

[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: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 7e9400f1
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
/*
 * 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
#ifndef RTL8187_H
#define RTL8187_H
#define RTL8187_H


+2 −2
Original line number Original line Diff line number Diff line

/*
/*
 * Linux device driver for RTL8187
 * Linux device driver for RTL8187
 *
 *
@@ -8,7 +7,8 @@
 * Based on the r8187 driver, which is:
 * Based on the r8187 driver, which is:
 * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
 * 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
 * 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
 * it under the terms of the GNU General Public License version 2 as
+3 −2
Original line number Original line Diff line number Diff line

/*
/*
 * Radio tuning for RTL8225 on RTL8187
 * Radio tuning for RTL8225 on RTL8187
 *
 *
@@ -8,7 +7,9 @@
 * Based on the r8187 driver, which is:
 * Based on the r8187 driver, which is:
 * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al.
 * 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
 * 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
 * it under the terms of the GNU General Public License version 2 as
+14 −0
Original line number Original line Diff line number Diff line
/*
 * 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
#ifndef RTL8187_RTL8225_H
#define RTL8187_RTL8225_H
#define RTL8187_RTL8225_H


+14 −0
Original line number Original line Diff line number Diff line
/*
 * 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
#ifndef RTL818X_H
#define RTL818X_H
#define RTL818X_H