ltq-ptm: Update VR9 PTM firmware
[openwrt/openwrt.git] / package / kernel / lantiq / ltq-ptm / src / ifxmips_ptm_fw_regs_vdsl.h
index e3571976a5a57eaaa81b10e37e5d6e88629b0260..b9653783500bc8662d92b70004e80ab8c0c8ebbf 100644 (file)
@@ -79,7 +79,18 @@ struct wan_tx_mib_table {
 
 #if defined(__BIG_ENDIAN)
 
-  struct fw_ver_id {
+  struct fw_ver_id_new {    //  @2000
+    /*  0 - 3h  */
+    unsigned int family         :4;
+    unsigned int package        :4;
+    unsigned int major          :8;
+    unsigned int middle         :8;
+    unsigned int minor          :8;
+    /*  4 - 7h  */
+    unsigned int features       :32;
+  };
+
+  struct fw_ver_id {        //  @2001
     unsigned int family         :4;
     unsigned int fwtype         :4;
     unsigned int interface      :4;