net/qede: fix incorrect link status update
[dpdk.git] / drivers / net / sfc / base / siena_nic.c
index 15aa06b..31eef80 100644 (file)
@@ -172,6 +172,10 @@ siena_board_cfg(
 
        encp->enc_mac_stats_nstats = MC_CMD_MAC_NSTATS;
 
+       encp->enc_filter_action_flag_supported = B_FALSE;
+       encp->enc_filter_action_mark_supported = B_FALSE;
+       encp->enc_filter_action_mark_max = 0;
+
        return (0);
 
 fail2: