]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
mac80211: move out the non-statistics variable estab_plinks from mesh_stat
authorAshok Nagarajan <ashok@cozybit.com>
Tue, 9 Oct 2012 20:27:47 +0000 (13:27 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 17 Oct 2012 09:02:13 +0000 (11:02 +0200)
commit1258d97616fdca9abc0c21f2edeb1d5b21dcb128
treea882b7f737871aae3a3351ed735b327de861fd23
parenteea57d42fb148a078ebc2f54731b580fb9edeaf7
mac80211: move out the non-statistics variable estab_plinks from mesh_stat

estab_plinks is not a statistics member. Hence move estab_plinks from
struct mesh_stat to struct ieee80211_if_mesh

Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs_netdev.c
net/mac80211/ieee80211_i.h
net/mac80211/mesh.c
net/mac80211/mesh.h
net/mac80211/mesh_plink.c