Hi, in this latest version of the IBM eHEA Ethernet Device Driver we removed all unnecessary variable initializations and did some code cleanup. We hope that we didn't miss to respond to any of your suggestions. Please feel free to send us further feedback. We highly appreciate your efforts.
Thanks, Jan-Bernd Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> Changelog-by: Jan-Bernd Themann <[EMAIL PROTECTED]> Differences to patch set http://www.spinics.net/lists/netdev/msg12702.html Changelog: - Unnecessary variable initializations removed - Promiscuous mode support included drivers/net/Kconfig | 9 drivers/net/Makefile | 1 drivers/net/ehea/Makefile | 7 drivers/net/ehea/ehea.h | 438 ++++++ drivers/net/ehea/ehea_ethtool.c | 244 +++ drivers/net/ehea/ehea_hcall.h | 51 drivers/net/ehea/ehea_hw.h | 290 ++++ drivers/net/ehea/ehea_main.c | 2677 ++++++++++++++++++++++++++++++++++++++++ drivers/net/ehea/ehea_phyp.c | 784 +++++++++++ drivers/net/ehea/ehea_phyp.h | 463 ++++++ drivers/net/ehea/ehea_qmr.c | 607 +++++++++ drivers/net/ehea/ehea_qmr.h | 361 +++++ 12 files changed, 5932 insertions(+) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html