aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/asn2wrs.py')
-rwxr-xr-xtools/asn2wrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index f7fe93b818..eb3f885d0e 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -982,7 +982,7 @@ class EthCtx:
for t in self.eth_export_ord: # vals
if (self.eth_type[t]['export'] & 0x02) and self.eth_type[t]['val'].eth_has_vals():
if self.eth_type[t]['export'] & 0x08:
- fx.write("ETH_VAR_IMPORT ")
+ fx.write("WS_VAR_IMPORT ")
else:
fx.write("extern ")
fx.write("const value_string %s[];\n" % (self.eth_vals_nm(t)))