From: Zefir Kurtisi <zefir.kurtisi@neratec.com>
To: linux-wireless@vger.kernel.org
Subject: [PATCH 4/4] DFS: added license info to new files
Date: Tue, 21 Dec 2010 16:15:18 +0100 (CET) [thread overview]
Message-ID: <563603787.11114.1292944518290.JavaMail.root@idefix> (raw)
In-Reply-To: <902496335.11104.1292944273242.JavaMail.root@idefix>
Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
---
include/net/dfs.h | 4 ++--
.../net/wireless/dfs/dfs_handler.c | 8 ++++++++
.../net/wireless/dfs/dfs_pattern_detector.c | 8 ++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/include/net/dfs.h b/include/net/dfs.h
index 1dccc10..0744502 100644
--- a/include/net/dfs.h
+++ b/include/net/dfs.h
@@ -48,10 +48,10 @@ enum channel_dfs_flags {
/**
* struct pulse_event - events fed to the dfs handler
*
- * @ts: absolute time stamp for start of pulse in us (e.g. as TSF)
+ * @ts: absolute time stamp for start of pulse in [us] (e.g. as TSF)
* @freq: channel frequency in [MHz]
* @rssi: rssi value for the given pulse
- * @width: pulse width for given pulse in [us]
+ * @width: pulse width in [us]
*
*/
struct pulse_event {
diff --git a/net/wireless/dfs/dfs_handler.c b/net/wireless/dfs/dfs_handler.c
index 7e65852..952eb97 100644
--- a/net/wireless/dfs/dfs_handler.c
+++ b/net/wireless/dfs/dfs_handler.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright 2010, Neratec Solutions AG, <zefir.kurtisi@neratec.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
#include "net/dfs.h"
#include "net/cfg80211.h"
#include "dfs_common.h"
diff --git a/net/wireless/dfs/dfs_pattern_detector.c b/net/wireless/dfs/dfs_pattern_detector.c
index 17ab7d6..513cc91 100644
--- a/net/wireless/dfs/dfs_pattern_detector.c
+++ b/net/wireless/dfs/dfs_pattern_detector.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright 2010, Neratec Solutions AG, <zefir.kurtisi@neratec.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
#include "dfs_pattern_detector.h"
#include "dfs_debug.h"
#include "net/dfs.h"
--
1.5.4.3
parent reply other threads:[~2010-12-21 15:24 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <902496335.11104.1292944273242.JavaMail.root@idefix>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=563603787.11114.1292944518290.JavaMail.root@idefix \
--to=zefir.kurtisi@neratec.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).