Re: [PATCH] mesh: don't process mesh channel switch unless csa ie provided

2018-05-07 Thread Peter Oh
On 05/07/2018 01:06 PM, Johannes Berg wrote: On Mon, 2018-05-07 at 13:04 -0700, Peter Oh wrote: On 05/07/2018 12:44 PM, Johannes Berg wrote: On Fri, 2018-04-27 at 12:26 -0700, peter...@bowerswilkins.com wrote: From: Peter Oh There is no meaning to call ieee80211_mesh_process_chnswitch with

Re: [PATCH] mesh: don't process mesh channel switch unless csa ie provided

2018-05-07 Thread Johannes Berg
On Mon, 2018-05-07 at 13:04 -0700, Peter Oh wrote: > > On 05/07/2018 12:44 PM, Johannes Berg wrote: > > On Fri, 2018-04-27 at 12:26 -0700, peter...@bowerswilkins.com wrote: > > > From: Peter Oh > > > > > > There is no meaning to call ieee80211_mesh_process_chnswitch > > > without CSA IE provided

Re: [PATCH] mesh: don't process mesh channel switch unless csa ie provided

2018-05-07 Thread Peter Oh
On 05/07/2018 12:44 PM, Johannes Berg wrote: On Fri, 2018-04-27 at 12:26 -0700, peter...@bowerswilkins.com wrote: From: Peter Oh There is no meaning to call ieee80211_mesh_process_chnswitch without CSA IE provided, since the function will always return error. I'm not convinced, an extended

Re: [PATCH] mesh: don't process mesh channel switch unless csa ie provided

2018-05-07 Thread Johannes Berg
On Fri, 2018-04-27 at 12:26 -0700, peter...@bowerswilkins.com wrote: > From: Peter Oh > > There is no meaning to call ieee80211_mesh_process_chnswitch > without CSA IE provided, since the function will always return error. I'm not convinced, an extended channel switch element might be present in

[PATCH] mesh: don't process mesh channel switch unless csa ie provided

2018-04-27 Thread peter . oh
From: Peter Oh There is no meaning to call ieee80211_mesh_process_chnswitch without CSA IE provided, since the function will always return error. Signed-off-by: Peter Oh --- net/mac80211/mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mac80211/mesh.c b/net/mac802