Gabor Juhos | e5553f0 | 2013-10-17 09:42:15 +0200 | [diff] [blame^] | 1 | /* Copyright (C) 2009 - 2010 Ivo van Doorn <IvDoorn@gmail.com> |
| 2 | * Copyright (C) 2009 Alban Browaeys <prahal@yahoo.com> |
| 3 | * Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> |
| 4 | * Copyright (C) 2009 Luis Correia <luis.f.correia@gmail.com> |
| 5 | * Copyright (C) 2009 Mattias Nissler <mattias.nissler@gmx.de> |
| 6 | * Copyright (C) 2009 Mark Asselstine <asselsm@gmail.com> |
| 7 | * Copyright (C) 2009 Xose Vazquez Perez <xose.vazquez@gmail.com> |
| 8 | * Copyright (C) 2009 Bart Zolnierkiewicz <bzolnier@gmail.com> |
| 9 | * <http://rt2x00.serialmonkey.com> |
| 10 | * |
| 11 | * This program is free software; you can redistribute it and/or modify |
| 12 | * it under the terms of the GNU General Public License as published by |
| 13 | * the Free Software Foundation; either version 2 of the License, or |
| 14 | * (at your option) any later version. |
| 15 | * |
| 16 | * This program is distributed in the hope that it will be useful, |
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | * GNU General Public License for more details. |
| 20 | * |
| 21 | * You should have received a copy of the GNU General Public License |
| 22 | * along with this program; if not, write to the |
| 23 | * Free Software Foundation, Inc., |
| 24 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 25 | */ |
| 26 | |
| 27 | /* Module: rt2800mmio |
| 28 | * Abstract: rt2800 MMIO device routines. |
| 29 | */ |
| 30 | |
| 31 | #include <linux/kernel.h> |
| 32 | #include <linux/module.h> |
| 33 | |
| 34 | #include "rt2x00.h" |
| 35 | |
| 36 | MODULE_AUTHOR(DRV_PROJECT); |
| 37 | MODULE_VERSION(DRV_VERSION); |
| 38 | MODULE_DESCRIPTION("rt2800 MMIO library"); |
| 39 | MODULE_LICENSE("GPL"); |