]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: clean up mesh code
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 13:40:31 +0000 (14:40 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 14:46:37 +0000 (15:46 +0100)
commitc307fab03d70dcd152b9e4c1802d41c19ccb703e
tree66b4573619eaebf52c0a298969a9756eb0059266
parent6f7af9c1e0c729936f27e44e4d3cb16ea13eca53
mac80211: clean up mesh code

There's various code with strange indentation,
questionable loop and locking constructs, etc.

The bigger change is moving the "sdata" argument
to the first argument of all functions, like all
other mac80211 functions that have one.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/main.c
net/mac80211/mesh.c
net/mac80211/mesh.h
net/mac80211/mesh_hwmp.c
net/mac80211/mesh_pathtbl.c
net/mac80211/mesh_plink.c
net/mac80211/mesh_sync.c
net/mac80211/rx.c
net/mac80211/tx.c