[PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-02 Thread Ilan Peer
As the operating environment of a device can change, add API for user space to indicate a change of indoor settings. In addition modify the handling of the indoor processing as follows: 1. Directly update the indoor setting without wrapping it as a regulatory request. 2. Track the socket on whi

Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-06 Thread Luis R. Rodriguez
On Mon, Feb 02, 2015 at 09:59:25AM -0500, Ilan Peer wrote: > As the operating environment of a device can change, add > API for user space to indicate a change of indoor settings. > In addition modify the handling of the indoor processing as > follows: > > 1. Directly update the indoor setting wit

RE: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-08 Thread Peer, Ilan
Hi Luis, > -Original Message- > From: Luis R. Rodriguez [mailto:mcg...@suse.com] > Sent: Saturday, February 07, 2015 01:58 > To: Peer, Ilan > Cc: linux-wireless@vger.kernel.org; ArikX Nemtsov > Subject: Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor > regul

Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-10 Thread Luis R. Rodriguez
rikX Nemtsov > > Subject: Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor > > regulatory setting > > > > On Mon, Feb 02, 2015 at 09:59:25AM -0500, Ilan Peer wrote: > > > As the operating environment of a device can change, add API for user > > &g

RE: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-15 Thread Peer, Ilan
Hi Luis, > > > > This differs from the country setting that would potentially require > > user space interaction and might invoke more complex flows. The flow > > in this case is immediate, and does not require the somewhat complex > > handling of country settings (it even complicates the flow > >

Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-19 Thread Luis R. Rodriguez
Wider community: anyone aware of any *need* in the kernel to know whether one is indoor or not on a device running Linux other than wifi? Clearly it should be something that might be of interest to at least other RF devices, so that is at least one possibilty to consider already, but what else? O

Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-19 Thread Valdis . Kletnieks
On Fri, 20 Feb 2015 01:53:44 +0100, "Luis R. Rodriguez" said: > Wider community: > > anyone aware of any *need* in the kernel to know whether one is indoor or > not on a device running Linux other than wifi? Clearly it should be something > that might be of interest to at least other RF devices, so

Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-19 Thread Luis R. Rodriguez
On Thu, Feb 19, 2015 at 5:03 PM, wrote: > On Fri, 20 Feb 2015 01:53:44 +0100, "Luis R. Rodriguez" said: >> Wider community: >> >> anyone aware of any *need* in the kernel to know whether one is indoor or >> not on a device running Linux other than wifi? Clearly it should be something >> that migh

Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-20 Thread Jonathan Bither
On 02/19/2015 08:03 PM, valdis.kletni...@vt.edu wrote: On Fri, 20 Feb 2015 01:53:44 +0100, "Luis R. Rodriguez" said: Wider community: anyone aware of any *need* in the kernel to know whether one is indoor or not on a device running Linux other than wifi? Clearly it should be something that mi

Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-20 Thread Luis R. Rodriguez
On Fri, Feb 20, 2015 at 7:02 AM, Jonathan Bither wrote: > On 02/19/2015 08:03 PM, valdis.kletni...@vt.edu wrote: >> >> On Fri, 20 Feb 2015 01:53:44 +0100, "Luis R. Rodriguez" said: >>> >>> Wider community: >>> >>> anyone aware of any *need* in the kernel to know whether one is indoor or >>> not on

RE: [PATCH v4 1/2] cfg80211: Add API to change the indoor regulatory setting

2015-02-21 Thread Peer, Ilan
[mailto:mcg...@suse.com] > Sent: Friday, February 20, 2015 02:54 > To: Peer, Ilan > Cc: linux-wireless@vger.kernel.org; ArikX Nemtsov; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH v4 1/2] cfg80211: Add API to change the indoor > regulatory setting > > Wider community: