convert kaweth to use usb_reset_configuration()
[safe/jmp/linux-2.6] / drivers / net / usb / kaweth.c
index e391ef9..3b80e8d 100644 (file)
@@ -471,16 +471,7 @@ static int kaweth_reset(struct kaweth_device *kaweth)
        int result;
 
        dbg("kaweth_reset(%p)", kaweth);
-       result = kaweth_control(kaweth,
-                               usb_sndctrlpipe(kaweth->dev, 0),
-                               USB_REQ_SET_CONFIGURATION,
-                               0,
-                               kaweth->dev->config[0].desc.bConfigurationValue,
-                               0,
-                               NULL,
-                               0,
-                               KAWETH_CONTROL_TIMEOUT);
-
+       result = usb_reset_configuration(kaweth->dev);
        mdelay(10);
 
        dbg("kaweth_reset() returns %d.",result);