r8169: add hooks for per-device hw_start handler
authorFrancois Romieu <romieu@fr.zoreil.com>
Fri, 23 Feb 2007 22:36:39 +0000 (23:36 +0100)
committerJeff Garzik <jeff@garzik.org>
Mon, 9 Jul 2007 02:16:43 +0000 (22:16 -0400)
commit07ce4064677806e330599ade772a914f500e74af
treef18c54c277c89f54aaf957b34f8fa412b6fd3363
parentb449655ff52ff8a29c66c5fc3fc03617e61182ee
r8169: add hooks for per-device hw_start handler

Rationale: rtl8169_hw_start will not help maintaining an unified
driver for different chipsets but people at Realtek are probably
too polite to say it distinctly.

Let's add the hook and keep hw_start handler unchanged.

As can be seen from the content of rtl8169_pci_tbl, the RTL_CFG_1
entry in rtl_cfg_info was unused. I recycled it for the 0x8168.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
drivers/net/r8169.c