ralink: fix hw status almost full not work on mt7620 and mt7621
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / drivers / net / ethernet / ralink / ralink_soc_eth.h
index a193a564c59715768cdb9be8d5f9c41a6efdcf69..bf2a999f609fadb38677e13548e56cc1a00351d0 100644 (file)
@@ -49,6 +49,7 @@ enum fe_reg {
        FE_REG_FE_DMA_VID_BASE,
        FE_REG_FE_COUNTER_BASE,
        FE_REG_FE_RST_GL,
+       FE_REG_FE_INT_STATUS2,
        FE_REG_COUNT
 };
 
@@ -407,6 +408,7 @@ struct fe_soc_data
        u32 pdma_glo_cfg;
        u32 rx_int;
        u32 tx_int;
+       u32 status_int;
        u32 checksum_bit;
 };