Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58341
b: refs/heads/master
c: 0aec00a
h: refs/heads/master
i:
  58339: 2600d1f
v: v3
  • Loading branch information
John W. Linville authored and Jeff Garzik committed Jul 9, 2007
1 parent c70718d commit f6bb15e
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e9400f178d291b2208c4ed9aac0f425c1364000
refs/heads/master: 0aec00ae1c39b0adaa6e958a4e0119cfc12d884b
14 changes: 14 additions & 0 deletions trunk/drivers/net/wireless/rtl8187.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rtl8187_dev.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* Linux device driver for RTL8187
*
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/rtl8187_rtl8225.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* Radio tuning for RTL8225 on RTL8187
*
Expand All @@ -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
Expand Down
14 changes: 14 additions & 0 deletions trunk/drivers/net/wireless/rtl8187_rtl8225.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down
14 changes: 14 additions & 0 deletions trunk/drivers/net/wireless/rtl818x.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f6bb15e

Please sign in to comment.