|
@@ -1333,8 +1333,7 @@ static void fm10k_dfwd_del_station(struct net_device *dev, void *priv)
|
|
dglort.rss_l = fls(interface->ring_feature[RING_F_RSS].mask);
|
|
dglort.rss_l = fls(interface->ring_feature[RING_F_RSS].mask);
|
|
dglort.pc_l = fls(interface->ring_feature[RING_F_QOS].mask);
|
|
dglort.pc_l = fls(interface->ring_feature[RING_F_QOS].mask);
|
|
dglort.glort = interface->glort;
|
|
dglort.glort = interface->glort;
|
|
- if (l2_accel)
|
|
|
|
- dglort.shared_l = fls(l2_accel->size);
|
|
|
|
|
|
+ dglort.shared_l = fls(l2_accel->size);
|
|
hw->mac.ops.configure_dglort_map(hw, &dglort);
|
|
hw->mac.ops.configure_dglort_map(hw, &dglort);
|
|
|
|
|
|
/* If table is empty remove it */
|
|
/* If table is empty remove it */
|