@@ -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 {
@@ -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"
@@ -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"