diff options
Diffstat (limited to 'drivers/net/wireless/rtl8187.h')
-rw-r--r-- | drivers/net/wireless/rtl8187.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtl8187.h b/drivers/net/wireless/rtl8187.h index 41d0aac3e27e..6124e467b156 100644 --- a/drivers/net/wireless/rtl8187.h +++ b/drivers/net/wireless/rtl8187.h | |||
@@ -1,3 +1,17 @@ | |||
1 | /* | ||
2 | * Definitions for RTL8187 hardware | ||
3 | * | ||
4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | ||
5 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | ||
6 | * | ||
7 | * Based on the r8187 driver, which is: | ||
8 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | ||
14 | |||
1 | #ifndef RTL8187_H | 15 | #ifndef RTL8187_H |
2 | #define RTL8187_H | 16 | #define RTL8187_H |
3 | 17 | ||