Grant Grundler
unread,Jan 30, 2018, 1:46:38 PM1/30/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Grant Grundler, Hayes Wang, Chromium OS dev, had...@chromium.org
Ah - just found out why I didn't port this to 3.14 kernel:
/mnt/host/source/src/third_party/kernel/v3.14/drivers/net/usb/r8152.c:4921:2:
error: unknown field 'ndo_features_check' specified in initializer
.ndo_features_check = rtl8152_features_check,
^
/mnt/host/source/src/third_party/kernel/v3.14/drivers/net/usb/r8152.c:4921:2:
error: initialization from incompatible pointer type [-Werror]
Let me look more closely at what this all does and then I can decide
how to proceed.
cheers,
grant