gianfar v5: implement nfc
authorSebastian Poehn <sebastian.poehn@belden.com>
Mon, 20 Jun 2011 20:57:59 +0000 (13:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jun 2011 20:57:59 +0000 (13:57 -0700)
commit4aa3a715551c93eda32d79bd52042ce500bd5383
tree68a67ba35f2a4c27cef326ce87a9d97593416fae
parentd13d6bffb418a660c06a5a12afcf7e7081489548
gianfar v5: implement nfc

This patch adds all missing functionalities for nfc except GRXFH. There is so much code because hardware has not a TCAM.
Further hardware rule space is very limited. So I had to extensively use
optimization features. Both reasons lead to the necessity to hold all
online flows in a linked-list.

Change-log:
# Some suggestions by Joe Perches applied (thanks!)
# Shorted some logs
# Use memcmp() for comparing

Signed-off-by: Sebastian Poehn <sebastian.poehn@belden.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gianfar.c
drivers/net/gianfar.h
drivers/net/gianfar_ethtool.c