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)
commitbf7cd94dcc71682cd6af4a9028f95307b7db41c5
tree66b4573619eaebf52c0a298969a9756eb0059266
parent93c78c5debeb9c7101ecc73347d4730c26a98c05
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