Re: [PATCH] ieee80211: update public action codes

2017-06-29 Thread Kalle Valo
Johannes Berg writes: > On Tue, 2017-06-27 at 15:07 -0700, peter...@bowerswilkins.com wrote: >> From: Peter Oh >> >> Update Public Action field values as updated in IEEE Std 802.11-2016, >> so that modules/drivers can refer it. >> >> Signed-off-by: Peter Oh > > Reviewed-by: Johannes Berg > >

Re: [PATCH] ieee80211: update public action codes

2017-06-29 Thread Johannes Berg
On Tue, 2017-06-27 at 15:07 -0700, peter...@bowerswilkins.com wrote: > From: Peter Oh > > Update Public Action field values as updated in IEEE Std 802.11-2016, > so that modules/drivers can refer it. > > Signed-off-by: Peter Oh Reviewed-by: Johannes Berg Kalle, it looks like this is the only

Re: [PATCH] ieee80211: update public action codes

2017-06-29 Thread Johannes Berg
On Wed, 2017-06-28 at 13:24 -0700, Peter Oh wrote: > > On 06/28/2017 01:16 PM, Arend van Spriel wrote: > > On 28-06-17 00:07, peter...@bowerswilkins.com wrote: > > > From: Peter Oh > > > > > > Update Public Action field values as updated in IEEE Std 802.11- > > > 2016, > > > so that modules/driv

Re: [PATCH] ieee80211: update public action codes

2017-06-28 Thread Peter Oh
On 06/28/2017 01:16 PM, Arend van Spriel wrote: On 28-06-17 00:07, peter...@bowerswilkins.com wrote: From: Peter Oh Update Public Action field values as updated in IEEE Std 802.11-2016, so that modules/drivers can refer it. Hi Peter, I am pretty sure there are a lot of other definitions in

Re: [PATCH] ieee80211: update public action codes

2017-06-28 Thread Arend van Spriel
On 28-06-17 00:07, peter...@bowerswilkins.com wrote: > From: Peter Oh > > Update Public Action field values as updated in IEEE Std 802.11-2016, > so that modules/drivers can refer it. Hi Peter, I am pretty sure there are a lot of other definitions in the 802.11 spec that are not in a linux head

[PATCH] ieee80211: update public action codes

2017-06-27 Thread peter . oh
From: Peter Oh Update Public Action field values as updated in IEEE Std 802.11-2016, so that modules/drivers can refer it. Signed-off-by: Peter Oh --- include/linux/ieee80211.h | 35 ++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/include/linux