aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2020-07-29 18:12:54 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2020-08-07 07:25:30 -0500
commit29394e29946e93de3c1c2781fee234f6da945afa (patch)
tree79a710119d8c113b97fe11968136f42f2fc7cc22 /mpm
parentc969ccb039292a62218ada8cd77fb38f94915aa5 (diff)
downloaduhd-29394e29946e93de3c1c2781fee234f6da945afa.tar.gz
uhd-29394e29946e93de3c1c2781fee234f6da945afa.tar.bz2
uhd-29394e29946e93de3c1c2781fee234f6da945afa.zip
mpm: n3xx: Remove eth1, eth2 from interface list
These interfaces are renamed to sfp0 and sfp1 and thus don't exist. They were kept in MPM for a while after the rename, but that was many versions of UHD ago, and the current filesystem (which does the rename) is not compatible with older versions of UHD anyway (and vice versa). These aliases are thus dead code and can be removed.
Diffstat (limited to 'mpm')
-rw-r--r--mpm/python/usrp_mpm/periph_manager/n3xx.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/n3xx.py b/mpm/python/usrp_mpm/periph_manager/n3xx.py
index 1cb1e4a9a..9bb1f00df 100644
--- a/mpm/python/usrp_mpm/periph_manager/n3xx.py
+++ b/mpm/python/usrp_mpm/periph_manager/n3xx.py
@@ -71,14 +71,6 @@ class N3xxXportMgrUDP(XportMgrUDP):
'label': 'misc-enet-regs1',
'type': 'sfp',
},
- 'eth1': {
- 'label': 'misc-enet-regs0',
- 'type': 'sfp',
- },
- 'eth2': {
- 'label': 'misc-enet-regs1',
- 'type': 'sfp',
- },
'int0': {
'label': 'misc-enet-int-regs',
'type': 'internal',