mac80211: Do not report false error from mesh_path_add.
[linux-2.6-block.git] / net / mac80211 / mesh_pathtbl.c
index 1154398eceaa3597a44102d91f96f1198f35ca03..947b13b40726ba5b865a876faa0eac1ed653a719 100644 (file)
@@ -206,7 +206,7 @@ int mesh_path_add(u8 *dst, struct net_device *dev)
                newtbl = mesh_table_grow(mesh_paths);
                if (!newtbl) {
                        write_unlock(&pathtbl_resize_lock);
-                       return -ENOMEM;
+                       return 0;
                }
                rcu_assign_pointer(mesh_paths, newtbl);
                write_unlock(&pathtbl_resize_lock);