From: Javier Cardona Date: Tue, 14 Jul 2009 00:00:10 +0000 (-0700) Subject: mac80211: use correct address for mesh Path Error X-Git-Tag: v2.6.31-rc5~83^2~18^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35946a571099a50d2595c8866f07617d29558f53;p=pandora-kernel.git mac80211: use correct address for mesh Path Error For forwarded frames, we save the precursor address in addr1 in case it needs to be used to send a Path Error. mesh_path_discard_frame, however, was using addr2 instead of addr1 to send Path Error frames, so correct that and also make the comment regarding this more clear. Signed-off-by: Andrey Yurovsky Signed-off-by: John W. Linville --- Reading git-diff-tree failed