X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fnet%2Fpegasus.h;h=f043fc382dcc457d34cc4e6e415c13034cef6773;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7bc24d93f1c39563d323201c7ecef06c4076a15a;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/usb/net/pegasus.h b/drivers/usb/net/pegasus.h index 7bc24d93f..f043fc382 100644 --- a/drivers/usb/net/pegasus.h +++ b/drivers/usb/net/pegasus.h @@ -76,6 +76,7 @@ enum pegasus_registers { EthTxStat0 = 0x2b, EthTxStat1 = 0x2c, EthRxStat = 0x2d, + WakeupControl = 0x78, Reg7b = 0x7b, Gpio0 = 0x7e, Gpio1 = 0x7f, @@ -90,6 +91,8 @@ typedef struct pegasus { struct mii_if_info mii; unsigned flags; unsigned features; + u32 msg_level; + u32 wolopts; int dev_index; int intr_interval; struct tasklet_struct rx_tl;