orinoco_usb: adjust for hard_start_xmit removalv2.6.31-usb
commit81c03a3770e59e1695fde81078c6aad4e77cc05d
authorDavid Kilroy <kilroyd@googlemail.com>
Sat, 14 Nov 2009 17:10:59 +0000 (14 17:10 +0000)
committerDavid Kilroy <kilroyd@googlemail.com>
Sat, 14 Nov 2009 17:10:59 +0000 (14 17:10 +0000)
treecbb704fa0c30b05e940a00d29c032079785ac54f
parent7ac6144834f871b5b7f303607f80fb60fe355b4d
orinoco_usb: adjust for hard_start_xmit removal

orinoco_usb just wants to have a different xmit function from orinoco.
The pointer can't be modified in place due to the constness of the
pointer (and that it would break other running orinoco devices), so we
take a copy of the structure to modify.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
drivers/net/wireless/orinoco/orinoco_usb.c