]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/mac80211/mesh_pathtbl.c
Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux...
[linux.git] / net / mac80211 / mesh_pathtbl.c
index b76a2aefa9ec05e5162ab565a108b5b98848116f..796b069ad251286860ce6f863d878db74eebae44 100644 (file)
@@ -217,7 +217,7 @@ static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst,
 {
        struct mesh_path *mpath;
 
-       mpath = rhashtable_lookup_fast(&tbl->rhead, dst, mesh_rht_params);
+       mpath = rhashtable_lookup(&tbl->rhead, dst, mesh_rht_params);
 
        if (mpath && mpath_expired(mpath)) {
                spin_lock_bh(&mpath->state_lock);