From: Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
To: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Cc: Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>,
linux-wireless@vger.kernel.org, johannes@sipsolutions.net,
victorg@ti.com, linville@tuxdriver.com, kgiori@qca.qualcomm.com,
adrian@freebsd.org, j@w1.fi, coelho@ti.com, igalc@ti.com,
nbd@nbd.name, mathias.kretschmer@fokus.fraunhofer.de,
Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Subject: Re: [PATCHv7 1/3] nl80211/cfg80211: add radar detection command/event
Date: Thu, 31 Jan 2013 18:54:29 +0100 [thread overview]
Message-ID: <20130131175429.GD2018@pandem0nium> (raw)
In-Reply-To: <510A30D1.2080604@neratec.com>
[-- Attachment #1: Type: text/plain, Size: 1967 bytes --]
Hey Zefir,
On Thu, Jan 31, 2013 at 09:52:33AM +0100, Zefir Kurtisi wrote:
> On 01/30/2013 05:25 PM, Simon Wunderlich wrote:
> Hey Simon,
>
> all my comments were based on a centralized frequency manager I implemented for
> our system (in user-space) and my assumption that its functionality should be
> portable to mac80211, i.e. channel states being managed by reg.c and wdevs being
> continuously notified on state changes.
>
> Take a setup where you have two cards running, one as master and the other as
> monitor doing off-channel-CAC. If the monitor detects radar on the master's
> operating channel (and the master doesn't), with the current implementation the
> master can't be notified to switch. I understand that supporting this very
> specific use-case would add unjustifiable complexity, while at the same time, with
> the updates you made this can be achieved at higher layers - so it is good enough
> as it is.
OK ... yeah I guess there are some things which can be handled in userspace. Interaction
between userspace programs will be a topic later anyways, think of say wpa_supplicant and
hostapd to handle IBSS and AP interface, one of them (or both?) receive a radar event and
now have to negotiate the next channel ... :)
>
>
> Looking forward your patches to get integrated soon, to allow people actually
> testing DFS. I'm eagerly waiting for more active testers to share some ugly
> problems I am observing with ath9k's pulse detector. Therefore: full ACK.
Thanks a lot! I've got quite a few mails of people offering their help to check
and verify this implementation or test it in their country. :) If you want to
help in the integration for ath9k, I'd be glad ... the interface should be
rather simple so maybe we don't have too much hassle? I have a little patch for
ath9k to add dummy radar support and simulate events etc as baseline, if you
(or anyone else) is interested ...
Cheers,
Simon
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2013-01-31 17:54 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-29 12:21 [PATCHv7 0/3] Add DFS master ability Simon Wunderlich
2013-01-29 12:21 ` [PATCHv7 1/3] nl80211/cfg80211: add radar detection command/event Simon Wunderlich
2013-01-29 13:48 ` Zefir Kurtisi
2013-01-29 14:36 ` Simon Wunderlich
2013-01-30 11:51 ` Zefir Kurtisi
2013-01-30 16:25 ` Simon Wunderlich
2013-01-31 8:52 ` Zefir Kurtisi
2013-01-31 17:54 ` Simon Wunderlich [this message]
2013-02-01 10:08 ` Zefir Kurtisi
2013-02-13 14:47 ` Simon Wunderlich
2013-01-31 14:25 ` Johannes Berg
2013-01-31 16:13 ` Simon Wunderlich
2013-01-31 16:46 ` Johannes Berg
2013-01-31 17:44 ` Simon Wunderlich
2013-02-01 9:40 ` Zefir Kurtisi
2013-02-01 9:54 ` Johannes Berg
2013-01-29 12:21 ` [PATCHv7 2/3] mac80211: " Simon Wunderlich
2013-01-29 13:26 ` Zefir Kurtisi
2013-01-29 14:43 ` Simon Wunderlich
2013-01-31 14:44 ` Johannes Berg
2013-01-31 16:31 ` Simon Wunderlich
2013-01-31 16:48 ` Johannes Berg
2013-01-31 17:47 ` Simon Wunderlich
2013-02-01 9:57 ` Johannes Berg
2013-02-02 22:15 ` Simon Wunderlich
2013-02-04 17:32 ` Johannes Berg
2013-02-05 8:44 ` Simon Wunderlich
2013-02-05 9:35 ` Johannes Berg
2013-02-05 10:03 ` Simon Wunderlich
2013-01-29 12:22 ` [PATCHv7 3/3] nl80211: allow DFS in start_ap Simon Wunderlich
2013-01-29 13:14 ` [PATCHv7 0/3] Add DFS master ability Zefir Kurtisi
2013-01-29 14:52 ` Simon Wunderlich
2013-01-31 16:50 ` Johannes Berg
2013-01-31 17:21 ` Simon Wunderlich
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=20130131175429.GD2018@pandem0nium \
--to=simon.wunderlich@s2003.tu-chemnitz.de \
--cc=adrian@freebsd.org \
--cc=coelho@ti.com \
--cc=igalc@ti.com \
--cc=j@w1.fi \
--cc=johannes@sipsolutions.net \
--cc=kgiori@qca.qualcomm.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=mathias.kretschmer@fokus.fraunhofer.de \
--cc=nbd@nbd.name \
--cc=siwu@hrz.tu-chemnitz.de \
--cc=victorg@ti.com \
--cc=zefir.kurtisi@neratec.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.