xref: /openbmc/linux/drivers/net/wireless/ath/main.c (revision a1c55580)
1a1c55580SChristian Lamparter /*
2a1c55580SChristian Lamparter  * Copyright (c) 2009 Atheros Communications Inc.
3a1c55580SChristian Lamparter  *
4a1c55580SChristian Lamparter  * Permission to use, copy, modify, and/or distribute this software for any
5a1c55580SChristian Lamparter  * purpose with or without fee is hereby granted, provided that the above
6a1c55580SChristian Lamparter  * copyright notice and this permission notice appear in all copies.
7a1c55580SChristian Lamparter  *
8a1c55580SChristian Lamparter  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9a1c55580SChristian Lamparter  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10a1c55580SChristian Lamparter  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11a1c55580SChristian Lamparter  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12a1c55580SChristian Lamparter  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13a1c55580SChristian Lamparter  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14a1c55580SChristian Lamparter  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15a1c55580SChristian Lamparter  */
16a1c55580SChristian Lamparter 
17a1c55580SChristian Lamparter #include <linux/kernel.h>
18a1c55580SChristian Lamparter #include <linux/module.h>
19a1c55580SChristian Lamparter 
20a1c55580SChristian Lamparter MODULE_AUTHOR("Atheros Communications");
21a1c55580SChristian Lamparter MODULE_DESCRIPTION("Shared library for Atheros wireless LAN cards.");
22a1c55580SChristian Lamparter MODULE_LICENSE("Dual BSD/GPL");
23