From: Chun-Yeow Yeoh Date: Thu, 31 May 2012 10:17:30 +0000 (+0800) Subject: mac80211: Add missing mesh parameter dot11MeshForwarding for debugfs X-Git-Tag: next-20120724~65^2~554^2~44 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c06e8c08e25da6c147c30717aecfcfe3bdcb758;p=karo-tx-linux.git mac80211: Add missing mesh parameter dot11MeshForwarding for debugfs Signed-off-by: Chun-Yeow Yeoh Signed-off-by: John W. Linville --- diff --git a/net/mac80211/debugfs_netdev.c b/net/mac80211/debugfs_netdev.c index 1a3b36154e73..d4272ff43f71 100644 --- a/net/mac80211/debugfs_netdev.c +++ b/net/mac80211/debugfs_netdev.c @@ -607,6 +607,7 @@ static void add_mesh_config(struct ieee80211_sub_if_data *sdata) MESHPARAMS_ADD(min_discovery_timeout); MESHPARAMS_ADD(dot11MeshHWMPRootMode); MESHPARAMS_ADD(dot11MeshHWMPRannInterval); + MESHPARAMS_ADD(dot11MeshForwarding); MESHPARAMS_ADD(dot11MeshGateAnnouncementProtocol); MESHPARAMS_ADD(rssi_threshold); MESHPARAMS_ADD(ht_opmode);