{nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>
Fri, 20 Jan 2012 17:02:16 +0000 (01:02 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Jan 2012 19:56:56 +0000 (14:56 -0500)
commit94f9065648a2645b28187b44ec7778c30cf58758
tree734ee883e3fbd99de04240da97716d773d64bb6d
parent2da8f419e78a0ebccc91c095328278fe668a7932
{nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh

A mesh node that joins the mesh network is by default a forwarding entity. This patch allows
the mesh node to set as non-forwarding entity. Whenever dot11MeshForwarding is set to 0, the
mesh node can prevent itself from forwarding the traffic which is not destined to him.

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/nl80211.h
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/debugfs_netdev.c
net/mac80211/mesh_hwmp.c
net/wireless/mesh.c
net/wireless/nl80211.c