]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb8caed5c2dcd202344af2e47f01b8173b6a7b9f8
treede1f5f9c479578b044c92f10793e57396b2d8665
parenta3c55740dca1201ad5b9a21235b14e191e0a04e3
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