Re: [RFC net-next 1/4] net: Reserve protocol identifiers for EnOcean

2019-02-17 Thread Andreas Färber
Hi Alex, Am 01.02.19 um 01:58 schrieb Alexander Aring: > On Wed, Jan 30, 2019 at 02:42:29AM +0100, Andreas Färber wrote: >> Am 29.01.19 um 13:57 schrieb Alexander Aring: >>> On Tue, Jan 29, 2019 at 06:01:27AM +0100, Andreas Färber wrote: EnOcean wireless technology is based on ASK (ERP1) and

Re: [RFC net-next 1/4] net: Reserve protocol identifiers for EnOcean

2019-01-31 Thread Alexander Aring
Hi, On Wed, Jan 30, 2019 at 02:42:29AM +0100, Andreas Färber wrote: > Hi Alex, > > Am 29.01.19 um 13:57 schrieb Alexander Aring: > > On Tue, Jan 29, 2019 at 06:01:27AM +0100, Andreas Färber wrote: > >> EnOcean wireless technology is based on ASK (ERP1) and FSK (ERP2) > >> modulations > >> for su

Re: [RFC net-next 1/4] net: Reserve protocol identifiers for EnOcean

2019-01-29 Thread Andreas Färber
Hi Alex, Am 29.01.19 um 13:57 schrieb Alexander Aring: > On Tue, Jan 29, 2019 at 06:01:27AM +0100, Andreas Färber wrote: >> EnOcean wireless technology is based on ASK (ERP1) and FSK (ERP2) modulations >> for sub-GHz and on IEEE 802.15.4 for 2.4 GHz. >> > > I am not sure what you try to do here.

Re: [RFC net-next 1/4] net: Reserve protocol identifiers for EnOcean

2019-01-29 Thread Alexander Aring
Hi, On Tue, Jan 29, 2019 at 06:01:27AM +0100, Andreas Färber wrote: > EnOcean wireless technology is based on ASK (ERP1) and FSK (ERP2) modulations > for sub-GHz and on IEEE 802.15.4 for 2.4 GHz. > I am not sure what you try to do here. If I see that correctly you want to add for some special pr

[RFC net-next 1/4] net: Reserve protocol identifiers for EnOcean

2019-01-28 Thread Andreas Färber
EnOcean wireless technology is based on ASK (ERP1) and FSK (ERP2) modulations for sub-GHz and on IEEE 802.15.4 for 2.4 GHz. ARPHRD_ENOCEAN ETH_P_ERP{1,2} Signed-off-by: Andreas Färber --- include/uapi/linux/if_arp.h | 1 + include/uapi/linux/if_ether.h | 2 ++ 2 files changed, 3 insertions(+)