diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-30 18:42:58 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-30 18:42:58 -0700 | 
| commit | 3985c7ce85039adacdf882904ca096f091d39346 (patch) | |
| tree | afaf4161c4c3d9516cc09295eb30c0e22a8c3008 /include/linux/marvell_phy.h | |
| parent | fcf744a96c66ca6ad7301a372034b771e57f30c4 (diff) | |
| parent | ce384d91cd7a4269a1ed5d4307a70aa4c6fa14f2 (diff) | |
| download | olio-linux-3.10-3985c7ce85039adacdf882904ca096f091d39346.tar.xz olio-linux-3.10-3985c7ce85039adacdf882904ca096f091d39346.zip  | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
  isdn: mISDN: socket: fix information leak to userland
  netdev: can: Change mail address of Hans J. Koch
  pcnet_cs: add new_id
  net: Truncate recvfrom and sendto length to INT_MAX.
  RDS: Let rds_message_alloc_sgs() return NULL
  RDS: Copy rds_iovecs into kernel memory instead of rereading from userspace
  RDS: Clean up error handling in rds_cmsg_rdma_args
  RDS: Return -EINVAL if rds_rdma_pages returns an error
  net: fix rds_iovec page count overflow
  can: pch_can: fix section mismatch warning by using a whitelisted name
  can: pch_can: fix sparse warning
  netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe
  ip_gre: fix fallback tunnel setup
  vmxnet: trivial annotation of protocol constant
  vmxnet3: remove unnecessary byteswapping in BAR writing macros
  ipv6/udp: report SndbufErrors and RcvbufErrors
  phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addr
Diffstat (limited to 'include/linux/marvell_phy.h')
| -rw-r--r-- | include/linux/marvell_phy.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h index d0f08018335..1ff81b51b65 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -12,7 +12,7 @@  #define MARVELL_PHY_ID_88E1121R		0x01410cb0  #define MARVELL_PHY_ID_88E1145		0x01410cd0  #define MARVELL_PHY_ID_88E1240		0x01410e30 -#define MARVELL_PHY_ID_88EC048		0x01410e90 +#define MARVELL_PHY_ID_88E1318S		0x01410e90  /* struct phy_device dev_flags definitions */  #define MARVELL_PHY_M1145_FLAGS_RESISTANCE	0x00000001  |