mac80211: fix the problem of forwarding from DS to DS in Mesh
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>
Tue, 19 Feb 2013 02:04:50 +0000 (10:04 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Feb 2013 23:09:22 +0000 (00:09 +0100)
commit163df6cf292a1024277f500038fc0ed493635673
tree0ec07ee68f2e69e1c1601c70460e92db2a1d5665
parent162589f7b162b916ac377753c086e3ba76a9f33d
mac80211: fix the problem of forwarding from DS to DS in Mesh

Unicast frame with unknown forwarding information always trigger
the path discovery assuming destination is always located inside the
MBSS. This patch allows the forwarding to look for mesh gate if path
discovery inside the MBSS has failed.

Reported-by: Cedric Voncken <cedric.voncken@acksys.fr>
Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c