mac80211: mesh: move some code to make it static
authorJohannes Berg <johannes.berg@intel.com>
Thu, 12 May 2011 11:38:50 +0000 (13:38 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 12 May 2011 18:10:55 +0000 (14:10 -0400)
commit6b86bd62a505a4a9739474f00f8088395b7a80ba
treede1f5f9c479578b044c92f10793e57396b2d8665
parent85a9994a0a6cba1a6cc6af4bd3ebd85f778be0fe
mac80211: mesh: move some code to make it static

There's no need to have table functions in one
file and all users in another, move the functions
to the right file and make them static. Also move
a static variable to the beginning of the file to
make it easier to find.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mesh.c
net/mac80211/mesh.h
net/mac80211/mesh_pathtbl.c