diff options
author | Javier Cardona <javier@cozybit.com> | 2011-08-09 19:45:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-24 13:59:43 -0400 |
commit | 699403dbd41998a56d1d92d612ac261e5085a99f (patch) | |
tree | 6fc10331599a64887e7ac68474200ced5d02fb03 /net/mac80211/debugfs_netdev.c | |
parent | 5ee68e5b39de5cefecf147c58711f8ab01c21231 (diff) |
{nl,mac}80211: add missing root mode meshconf entries
This fix allows userspace to mark a meshif as a root node.
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/debugfs_netdev.c')
-rw-r--r-- | net/mac80211/debugfs_netdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/debugfs_netdev.c b/net/mac80211/debugfs_netdev.c index 9ea7c0d0103f..75ece3d3b6dd 100644 --- a/net/mac80211/debugfs_netdev.c +++ b/net/mac80211/debugfs_netdev.c | |||
@@ -485,7 +485,7 @@ static void add_mesh_config(struct ieee80211_sub_if_data *sdata) | |||
485 | MESHPARAMS_ADD(dot11MeshHWMPmaxPREQretries); | 485 | MESHPARAMS_ADD(dot11MeshHWMPmaxPREQretries); |
486 | MESHPARAMS_ADD(path_refresh_time); | 486 | MESHPARAMS_ADD(path_refresh_time); |
487 | MESHPARAMS_ADD(min_discovery_timeout); | 487 | MESHPARAMS_ADD(min_discovery_timeout); |
488 | 488 | MESHPARAMS_ADD(dot11MeshHWMPRootMode); | |
489 | #undef MESHPARAMS_ADD | 489 | #undef MESHPARAMS_ADD |
490 | } | 490 | } |
491 | #endif | 491 | #endif |