Index: /tools/genesis-to-yaml.pl
===================================================================
--- /tools/genesis-to-yaml.pl	(revision 10108)
+++ /tools/genesis-to-yaml.pl	(revision 10109)
@@ -162,4 +162,10 @@
       $tmp{status} = 'up';
     }
+    if ( ! $tmp{mode} ) {
+      $tmp{mode} = 'station-wds';
+    }
+    if ( ! $tmp{desc} ) {
+      $tmp{desc} = $tmp{comment};
+    }
 # ethernet2wifi bridges
     if ( $tmp{extra_type} eq 'eth2wifibridge' ) {
