mac80211: Move mpath and mpp growth to mesh workqueue.
authorJavier Cardona <[email protected]>
Mon, 10 Aug 2009 19:15:52 +0000 (12:15 -0700)
committerJohn W. Linville <[email protected]>
Fri, 14 Aug 2009 13:14:01 +0000 (09:14 -0400)
commit18889231e4527dfe23145efe318e74744794a95d
treebcb509dab37d80f6dbbfb6671a530aa882c9975e
parent5b365834255d7c90fc724b032c814dfa297aacf9
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 <[email protected]>
Tested-by: Andrey Yurovsky <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
net/mac80211/Kconfig
net/mac80211/ieee80211_i.h
net/mac80211/mesh.c
net/mac80211/mesh.h
net/mac80211/mesh_pathtbl.c