Re: Error while adding usb ethernet driver

2016-06-27 Thread Chris Johns
On 27/06/2016 22:29, Deval Shah wrote: Hello all, I am trying to add USB-Ethernet driver for Raspberry Pi. I added required files to libbsd.py and tried to compile. I am getting the following error which is very strange because the symbols in this error are already defined in net/if_var.h and

Re: [PATCH] Adding functionalities to Mailbox RPi

2016-06-27 Thread Mudit Jain
Hi, Any consensus regarding the issue ? Do we go forward with the present implementation or a change is required ? I have another change for getting and setting the clock rate which is by the driver. I can push the same along with the cosmetic changes done by uncrustify. Thanks Mudit On Fri,

Error while adding usb ethernet driver

2016-06-27 Thread Deval Shah
Hello all, I am trying to add USB-Ethernet driver for Raspberry Pi. I added required files to libbsd.py and tried to compile. I am getting the following error which is very strange because the symbols in this error are already defined in net/if_var.h and the file is included in usb_ethernet.c.