]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
mac80211: Add missing mesh parameter dot11MeshForwarding for debugfs
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>
Thu, 31 May 2012 10:17:30 +0000 (18:17 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 Jun 2012 19:20:21 +0000 (15:20 -0400)
Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/debugfs_netdev.c

index 1a3b36154e73c8abbbfc9f74d18a904da51e0226..d4272ff43f711bcc8861007301547c757546703a 100644 (file)
@@ -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);