summaryrefslogtreecommitdiff
path: root/misc/drivers/rtl8187x/rtl8187x.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-25 14:51:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-25 14:51:44 +0000
commitf185bb36f26fe0e808048e5f2f3a8a3eda46d0c7 (patch)
tree449db287acefaf8aa436b8dd362beb4bed1b9f74 /misc/drivers/rtl8187x/rtl8187x.h
parent048de7cf3c1d0a20adb148aaa1ff3bc299858ca3 (diff)
downloadnuttx-f185bb36f26fe0e808048e5f2f3a8a3eda46d0c7.tar.gz
nuttx-f185bb36f26fe0e808048e5f2f3a8a3eda46d0c7.tar.bz2
nuttx-f185bb36f26fe0e808048e5f2f3a8a3eda46d0c7.zip
RTL8187 I/O routines
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3414 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/drivers/rtl8187x/rtl8187x.h')
-rwxr-xr-xmisc/drivers/rtl8187x/rtl8187x.h33
1 files changed, 28 insertions, 5 deletions
diff --git a/misc/drivers/rtl8187x/rtl8187x.h b/misc/drivers/rtl8187x/rtl8187x.h
index bd5747f2e..acbb4d1e3 100755
--- a/misc/drivers/rtl8187x/rtl8187x.h
+++ b/misc/drivers/rtl8187x/rtl8187x.h
@@ -4,13 +4,35 @@
* This file is part of NuttX:
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011 Rafael Noronha. All rights reserved.
+ * Authors: Gregoyr Nutt <spudmonkey@racsa.co.cr>
+ * Rafael Noronha <rafael@pdsolucoes.com.br>
*
- * Contributed by:
+ * Portions of the logic in this file derives from the KisMAC RTL8187x driver
*
- * Copyright (C) 2011 Rafael Noronha. All rights reserved.
- * Authors: Rafael Noronha <rafael@pdsolucoes.com.br>
+ * Created by pr0gg3d on 02/24/08.
+ *
+ * Which, in turn, came frm the SourceForge rt2x00 project:
*
- * Portions of the logic in this file derives from the Linux RTL8187x driver
+ * Copyright (C) 2004 - 2006 rt2x00 SourceForge Project
+ * <http://rt2x00.serialmonkey.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the
+ * Free Software Foundation, Inc.,
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * There are probably also pieces from the Linux RTL8187x driver
*
* Copyright 2007 Michael Wu <flamingice@sourmilk.net>
* Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
@@ -22,6 +44,7 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
+ *
****************************************************************************/
#ifndef __DRIVERS_NET_RTL818X_H
@@ -309,4 +332,4 @@ enum rtl818x_rx_desc_flags_e
RTL818X_RX_DESC_FLAG_OWN = set_bit(31)
};
-#endif /* __DRIVERS_NET_RTL818X_H */ \ No newline at end of file
+#endif /* __DRIVERS_NET_RTL818X_H */