|
@@ -1860,6 +1860,11 @@ qlcnic_send_filter(struct qlcnic_adapter *adapter,
|
|
hlist_for_each_entry_safe(tmp_fil, tmp_hnode, n, head, fnode) {
|
|
hlist_for_each_entry_safe(tmp_fil, tmp_hnode, n, head, fnode) {
|
|
if (!memcmp(tmp_fil->faddr, &src_addr, ETH_ALEN) &&
|
|
if (!memcmp(tmp_fil->faddr, &src_addr, ETH_ALEN) &&
|
|
tmp_fil->vlan_id == vlan_id) {
|
|
tmp_fil->vlan_id == vlan_id) {
|
|
|
|
+
|
|
|
|
+ if (jiffies >
|
|
|
|
+ (QLCNIC_READD_AGE * HZ + tmp_fil->ftime))
|
|
|
|
+ qlcnic_change_filter(adapter, src_addr, vlan_id,
|
|
|
|
+ tx_ring);
|
|
tmp_fil->ftime = jiffies;
|
|
tmp_fil->ftime = jiffies;
|
|
return;
|
|
return;
|
|
}
|
|
}
|