]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: mesh: drop frames appearing to be from us
authorJohannes Berg <johannes.berg@intel.com>
Thu, 4 Jan 2018 14:51:53 +0000 (15:51 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 4 Jan 2018 14:51:53 +0000 (15:51 +0100)
commit59f58bcaca328a8ac2202c34d2d32d0625915a6c
tree72e125407bb1976cf3efd3cdb909e2f67a73fb83
parent829565b84f6fea08e557e0351896d67bb1224950
mac80211: mesh: drop frames appearing to be from us

If there are multiple mesh stations with the same MAC address,
they will both get confused and start throwing warnings.

Obviously in this case nothing can actually work anyway, so just
drop frames that look like they're from ourselves early on.

Reported-by: Gui Iribarren <gui@altermundi.net>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c