Hi All:
I using android 5.02 OS for imx6q board. I compilier kernel error after when i porting kernel driver only. The error msg below:
driver/net/usb/cdc_ether.c error: ‘FLAG_RMNET’ undeclared here (not in a function)
There has never been any reference to ‘FLAG_RMNET’ in the mainline driver/net/usb/cdc_ether.c. Which means that the error is in your source, but not in mainline. I can think of a few suggestions, but I’m trying to be polite