From patchwork Tue Dec 21 15:15:18 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zefir Kurtisi X-Patchwork-Id: 424591 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBLFOPq6030507 for ; Tue, 21 Dec 2010 15:24:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752040Ab0LUPYW (ORCPT ); Tue, 21 Dec 2010 10:24:22 -0500 Received: from mail.neratec.ch ([80.75.119.105]:38944 "EHLO mail.neratec.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751900Ab0LUPYS (ORCPT ); Tue, 21 Dec 2010 10:24:18 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.neratec.ch (Postfix) with ESMTP id 02A7B664004 for ; Tue, 21 Dec 2010 16:15:19 +0100 (CET) X-Virus-Scanned: amavisd-new at neratec.ch Received: from mail.neratec.ch ([127.0.0.1]) by localhost (mail.neratec.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3cBdBb69XSOb for ; Tue, 21 Dec 2010 16:15:18 +0100 (CET) Received: from mail.neratec.ch (mail.neratec.ch [192.168.11.23]) by mail.neratec.ch (Postfix) with ESMTP id 4EC4C664003 for ; Tue, 21 Dec 2010 16:15:18 +0100 (CET) Date: Tue, 21 Dec 2010 16:15:18 +0100 (CET) From: Zefir Kurtisi To: linux-wireless@vger.kernel.org Message-ID: <563603787.11114.1292944518290.JavaMail.root@idefix> In-Reply-To: <902496335.11104.1292944273242.JavaMail.root@idefix> Subject: [PATCH 4/4] DFS: added license info to new files MIME-Version: 1.0 X-Originating-IP: [192.168.11.165] X-Mailer: Zimbra 6.0.8_GA_2661 (ZimbraWebClient - FF3.0 (Linux)/6.0.8_GA_2661) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 21 Dec 2010 15:24:25 +0000 (UTC) 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, + * + * 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, + * + * 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"