[PATCH] pxaficp-ir - remove incorrect net_device_ops
From: davem@davemloft.net (David Miller)
Date: 2009-08-24 05:57:43
Also in:
netdev
From: davem@davemloft.net (David Miller)
Date: 2009-08-24 05:57:43
Also in:
netdev
From: Alexander Beregalov <redacted> Date: Mon, 24 Aug 2009 08:38:31 +0400
Subject: [PATCH] pxaficp-ir - remove incorrect net_device_ops This patch fixes broken pxaficp-ir. The problem was in incorrect net_device_ops being specified which prevented the driver from operating. The symptoms were: - failing ifconfig for IrLAN, resulting in SIOCSIFFLAGS: Cannot assign requested address - irattach working for IrCOMM, but the port stayed disabled Moreover this patch corrects missing sysfs device link. Signed-off-by: Marek Vasut <redacted>
Applied, thanks.