From: Javier Cardona Date: Mon, 10 Aug 2009 19:15:52 +0000 (-0700) Subject: mac80211: Move mpath and mpp growth to mesh workqueue. X-Git-Tag: v2.6.32-rc1~703^2~367^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18889231e4527dfe23145efe318e74744794a95d;p=pandora-kernel.git mac80211: Move mpath and mpp growth to mesh workqueue. This prevents calling rcu_synchronize from within the tx path by moving the table growth code to the mesh workqueue. Move mesh_table_free and mesh_table_grow from mesh.c to mesh_pathtbl.c and declare them static. Also, re-enable mesh in Kconfig and update the configuration description. Signed-off-by: Javier Cardona Tested-by: Andrey Yurovsky Signed-off-by: John W. Linville --- Reading git-diff-tree failed