From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:44323 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752682Ab3ABNdv (ORCPT ); Wed, 2 Jan 2013 08:33:51 -0500 Message-ID: <1357133641.9839.23.camel@jlt4.sipsolutions.net> (sfid-20130102_143355_089933_504EF2E0) Subject: Re: [PATCHv5 1/8] cfg80211: add CHAN_MODE_SINGLE_ONLY for DFS use From: Johannes Berg To: Simon Wunderlich Cc: linux-wireless@vger.kernel.org, victorg@ti.com, linville@tuxdriver.com, kgiori@qca.qualcomm.com, zefir.kurtisi@neratec.com, adrian@freebsd.org, j@w1.fi, coelho@ti.com, assaf@ti.com, igalc@ti.com, nbd@nbd.name, mathias.kretschmer@fokus.fraunhofer.de, Simon Wunderlich Date: Wed, 02 Jan 2013 14:34:01 +0100 In-Reply-To: <1355407113-27006-2-git-send-email-siwu@hrz.tu-chemnitz.de> References: <1355407113-27006-1-git-send-email-siwu@hrz.tu-chemnitz.de> <1355407113-27006-2-git-send-email-siwu@hrz.tu-chemnitz.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2012-12-13 at 14:58 +0100, Simon Wunderlich wrote: > In DFS, we don't allow multiple virtual interfaces on one phy > for now, because synchronizing channel state between them is not > trivial and not implemented so far. Therefore, add another channel > mode to seperate this. The code looks fine, but the description is a bit wrong: this doesn't disallow multiple virtual interfaces, just multiple channel contexts. johannes