summaryrefslogtreecommitdiff
path: root/drivers/usb/net/pegasus.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-04-28 00:49:50 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-04-28 00:49:50 (GMT)
commitb9099ff63c75216d6ca10bce5a1abcd9293c27e6 (patch)
tree244c167220a1921156cdf24eb19f663f25e9c517 /drivers/usb/net/pegasus.h
parent940155309cd037d3a49ad01276e591b872e8a832 (diff)
parentdc5a144991ba803bc8afded105c9db1dea0e57ab (diff)
downloadlinux-fsl-qoriq-b9099ff63c75216d6ca10bce5a1abcd9293c27e6.tar.xz
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: sis900: Allocate rx replacement buffer before rx operation usb-net/pegasus: simplify carrier detection
Diffstat (limited to 'drivers/usb/net/pegasus.h')
-rw-r--r--drivers/usb/net/pegasus.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/net/pegasus.h b/drivers/usb/net/pegasus.h
index c7aadb4..c746782 100644
--- a/drivers/usb/net/pegasus.h
+++ b/drivers/usb/net/pegasus.h
@@ -11,7 +11,6 @@
#define PEGASUS_II 0x80000000
#define HAS_HOME_PNA 0x40000000
-#define TRUST_LINK_STATUS 0x20000000
#define PEGASUS_MTU 1536
#define RX_SKBS 4
@@ -204,7 +203,7 @@ PEGASUS_DEV( "AEI USB Fast Ethernet Adapter", VENDOR_AEILAB, 0x1701,
PEGASUS_DEV( "Allied Telesyn Int. AT-USB100", VENDOR_ALLIEDTEL, 0xb100,
DEFAULT_GPIO_RESET | PEGASUS_II )
PEGASUS_DEV( "Belkin F5D5050 USB Ethernet", VENDOR_BELKIN, 0x0121,
- DEFAULT_GPIO_RESET | PEGASUS_II | TRUST_LINK_STATUS )
+ DEFAULT_GPIO_RESET | PEGASUS_II )
PEGASUS_DEV( "Billionton USB-100", VENDOR_BILLIONTON, 0x0986,
DEFAULT_GPIO_RESET )
PEGASUS_DEV( "Billionton USBLP-100", VENDOR_BILLIONTON, 0x0987,