From: Thomas Pedersen Date: Mon, 20 Aug 2012 18:28:25 +0000 (-0700) Subject: mac80211: fix DS to MBSS address translation X-Git-Tag: v3.6-rc5~20^2~21^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f011243a6e4e8b81078df1d83608dae31e3d38;p=pandora-kernel.git mac80211: fix DS to MBSS address translation The destination address of unicast frames forwarded through a mesh gate was being replaced with the broadcast address. Instead leave the original destination address as the mesh DA. If the nexthop address is not in the mpath table it will be resolved. If that fails, the frame will be forwarded to known mesh gates. Reported-by: Cedric Voncken Signed-off-by: Thomas Pedersen Signed-off-by: Johannes Berg --- Reading git-diff-tree failed