mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 08:12:53 +00:00
To keep fork as closely synced with upstream, move NSS packages back into repository. Not sure why they were moved out from my original fork. * nss-firmware * qca-nss-crypto * qca-nss-cfi Removed the following: * mhz (already available in packages repo) * qrtr (unecessary, and has been broken for years) Also moved packages out of `qca` and back into root directory.
19 lines
542 B
Diff
19 lines
542 B
Diff
--- a/mc_snooping.c
|
|
+++ b/mc_snooping.c
|
|
@@ -3046,7 +3046,6 @@ static void mc_mdb_cleanup(unsigned long
|
|
os_hlist_for_each_entry_rcu(mdb, mdbh, &mc->hash[i], hlist) {
|
|
struct mc_port_group *pg;
|
|
struct hlist_node *pgh;
|
|
- struct net_device *port;
|
|
unsigned long expire_time = mc->membership_interval;
|
|
|
|
if (hlist_empty(&mdb->pslist)) {
|
|
@@ -3081,7 +3080,6 @@ static void mc_mdb_cleanup(unsigned long
|
|
else if (time_before(this_timer, next_timer))
|
|
next_timer = this_timer;
|
|
}
|
|
- port = pg->port;
|
|
}
|
|
}
|
|
}
|