Re: [PATCH] staging: wfx: fix scan with WFM200 and WW regulation

2022-02-18 Thread Riccardo Ferrazzo
staging: wfx: fix scan with WFM200 and WW regulation > >Hello Riccardo, > > >On Friday 18 February 2022 14:53:35 CET Riccardo Ferrazzo wrote: >> >> Signed-off-by: Riccardo Ferrazzo >> >> >> Sorry for the footer it is added automatically >> > >

Re: [PATCH] staging: wfx: fix scan with WFM200 and WW regulation

2022-02-18 Thread Jérôme Pouiller
Hello Riccardo, On Friday 18 February 2022 14:53:35 CET Riccardo Ferrazzo wrote: > > Signed-off-by: Riccardo Ferrazzo > > > Sorry for the footer it is added automatically > Your mail has probably not been received by everyone since you sent it in html[1] (try also to avoid top-posting). Ne

Re: [PATCH] staging: wfx: fix scan with WFM200 and WW regulation

2022-02-18 Thread Jérôme Pouiller
On Friday 18 February 2022 12:00:54 CET Greg Kroah-Hartman wrote: > On Fri, Feb 18, 2022 at 11:57:47AM +0100, Jérôme Pouiller wrote: > > On Friday 18 February 2022 11:53:58 CET Jerome Pouiller wrote: > > > From: Riccardo Ferrazzo > > > > > > Some variants of the WF200 disallow active scan on chann

Re: [PATCH] staging: wfx: fix scan with WFM200 and WW regulation

2022-02-18 Thread Greg Kroah-Hartman
On Fri, Feb 18, 2022 at 11:57:47AM +0100, Jérôme Pouiller wrote: > On Friday 18 February 2022 11:53:58 CET Jerome Pouiller wrote: > > From: Riccardo Ferrazzo > > > > Some variants of the WF200 disallow active scan on channel 12 and 13. > > For these parts, the channels 12 and 13 are marked IEEE80

Re: [PATCH] staging: wfx: fix scan with WFM200 and WW regulation

2022-02-18 Thread Jérôme Pouiller
On Friday 18 February 2022 11:53:58 CET Jerome Pouiller wrote: > From: Riccardo Ferrazzo > > Some variants of the WF200 disallow active scan on channel 12 and 13. > For these parts, the channels 12 and 13 are marked IEEE80211_CHAN_NO_IR. > > However, the beacon hint procedure was removing the fl

[PATCH] staging: wfx: fix scan with WFM200 and WW regulation

2022-02-18 Thread Jerome Pouiller
From: Riccardo Ferrazzo Some variants of the WF200 disallow active scan on channel 12 and 13. For these parts, the channels 12 and 13 are marked IEEE80211_CHAN_NO_IR. However, the beacon hint procedure was removing the flag IEEE80211_CHAN_NO_IR from channels where a BSS is discovered. This was m