usbnet: add new flag FLAG_NOARP for usb net devices
authorWei Shuai <cpuwolf@gmail.com>
Mon, 21 Jan 2013 06:00:31 +0000 (06:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jan 2013 19:24:37 +0000 (14:24 -0500)
We do have some USB net devices, which cannot do ARP.
so we can introduce a new flag FLAG_NOARP, then client drivers
can easily handle this kind of devices

Signed-off-by: Wei Shuai <cpuwolf@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found