mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 18:37:58 -04:00
[PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> drivers/net/sb1250-mac.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
committed by
Jeff Garzik
parent
757d18faee
commit
f567ef9350
@@ -2419,7 +2419,7 @@ static int sbmac_init(struct net_device *dev, int idx)
|
||||
if (err)
|
||||
goto out_uninit;
|
||||
|
||||
if (periph_rev >= 2) {
|
||||
if (sc->rx_hw_checksum == ENABLE) {
|
||||
printk(KERN_INFO "%s: enabling TCP rcv checksum\n",
|
||||
sc->sbm_dev->name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user