Re: RF class driver

2016-09-21 Thread Daniel.
I was trying to make it out-of-tree, but seems not possible or not easy spottable for me :) 2016-09-21 10:05 GMT-03:00 Daniel. : > I look into it, > > Still I need to patch if_ether.h and add some ETH_P_* > > 2016-09-21 9:57 GMT-03:00 Hayward, Shaun :

Re: RF class driver

2016-09-21 Thread Daniel.
I look into it, Still I need to patch if_ether.h and add some ETH_P_* 2016-09-21 9:57 GMT-03:00 Hayward, Shaun : > It might be worth taking a look at the Socket CAN drivers > (https://www.kernel.org/doc/Documentation/networking/can.txt). It’s not the > same type of

Re: RF class driver

2016-09-21 Thread Daniel.
I have a driver for nRF24L01+ (not L0) I'm planing to submit it to main line but before that I was trying to make it a network device. My dificult was to make it fit in the ethernet world since it does not have anything in common to a network card. This one can be found here:

Re: RF class driver

2016-09-21 Thread Greg KH
On Wed, Sep 21, 2016 at 03:09:09PM +0530, Raul Piper wrote: > On Wed, Sep 21, 2016 at 1:13 PM, Greg KH wrote: > I wanted to know in which class RF Transceivers - (Sub 1 -Ghz > devices) Linux drivers will fall and where to find them in Linux > kernel , > I grepped keywords like

Re: RF class driver

2016-09-21 Thread Raul Piper
On Wed, Sep 21, 2016 at 1:13 PM, Greg KH wrote: > > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > > A: No. > Q: Should I include quotations after

Re: RF class driver

2016-09-21 Thread Greg KH
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, Sep 20, 2016 at

Re: RF class driver

2016-09-20 Thread Raul Piper
Tree,before that want to have a look at example RF drivers - Sub Ghz Transcievers Rgds,Rp On Tuesday 20 September 2016, Greg KH wrote: > On Tue, Sep 20, 2016 at 06:02:56PM +0530, Raul Piper wrote: > > Hi, > > I was looking at the different class of the drivers and wanted to know

Re: RF class driver

2016-09-20 Thread Greg KH
On Tue, Sep 20, 2016 at 06:02:56PM +0530, Raul Piper wrote: > Hi, > I was looking at the different class of the drivers and wanted to know in > which > class will the RF transciever will fall. Network driver or the IIO driver.How > to get the maintainer list name for the same,  > I ran