aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211/softmac/ieee80211softmac_scan.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-12 15:12:59 -0500
committerJohn W. Linville <linville@tuxdriver.com>2006-03-22 22:16:56 -0500
commit4855d25b1ef9d74aeb29c2e46f0d6a289922eab6 (patch)
tree6b4ea7a169f3ce0e10a11ec2a8c46c75f9e04818 /net/ieee80211/softmac/ieee80211softmac_scan.c
parentb2b9b6518eac7b4e9abf649ef4273c02f1a5276b (diff)
[PATCH] softmac: add copyright and license headers
add copyright and license headers to all softmac files Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_scan.c')
-rw-r--r--net/ieee80211/softmac/ieee80211softmac_scan.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_scan.c b/net/ieee80211/softmac/ieee80211softmac_scan.c
index 30e79d45af6b..d90d31f22dd5 100644
--- a/net/ieee80211/softmac/ieee80211softmac_scan.c
+++ b/net/ieee80211/softmac/ieee80211softmac_scan.c
@@ -2,6 +2,28 @@
2 * Scanning routines. 2 * Scanning routines.
3 * 3 *
4 * These are not exported because they're assigned to the function pointers. 4 * These are not exported because they're assigned to the function pointers.
5 *
6 * Copyright (c) 2005 Johannes Berg <johannes@sipsolutions.net>
7 * Joseph Jezak <josejx@gentoo.org>
8 * Larry Finger <Larry.Finger@lwfinger.net>
9 * Danny van Dyk <kugelfang@gentoo.org>
10 * Michael Buesch <mbuesch@freenet.de>
11 *
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of version 2 of the GNU General Public License as
14 * published by the Free Software Foundation.
15 *
16 * This program is distributed in the hope that it will be useful, but WITHOUT
17 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
19 * 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 Free Software
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24 *
25 * The full GNU General Public License is included in this distribution in the
26 * file called COPYING.
5 */ 27 */
6 28
7#include <linux/completion.h> 29#include <linux/completion.h>