usb driver for intellon int51x1 based PLC like devolo dlan duo
authorPeter Holik <peter@holik.at>
Sat, 18 Apr 2009 07:24:21 +0000 (07:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Apr 2009 08:55:59 +0000 (01:55 -0700)
usb driver for intellon int51x1 based PLC like devolo dlan duo
with improvements suggested by the guys of the mailinglist:
- name and prefix with int51x1 (Florian Fainelli)
- use conversion functions cpu_to_le16 / le16_to_cpu (Oliver Neukum)
- use pskb_may_pull instead of skb->len (Ilpo Järvinen)
- better code in tx_fixup (Ilpo Järvinen)
- use gotos for error handling (Ilpo Järvinen)
- better description (Jon Smirl)

Signed-off-by: Peter Holik <peter@holik.at>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found