From: Javier Cardona Date: Wed, 24 Oct 2012 19:43:30 +0000 (-0700) Subject: mac80211: Only process mesh config header on frames that RA_MATCH X-Git-Tag: v3.2.34~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39761ee8faf2e80dc4ad22bfac43a122d9fd3a8;p=pandora-kernel.git mac80211: Only process mesh config header on frames that RA_MATCH commit 555cb715be8ef98b8ec362b23dfc254d432a35b1 upstream. Doing otherwise is wrong, and may wreak havoc on the mpp tables, specially if the frame is encrypted. Reported-by: Chaoxing Lin Signed-off-by: Javier Cardona Signed-off-by: Johannes Berg [bwh: Backported to 3.2: we have a large block conditional on IEEE80211_RX_RA_MATCH rather than a goto conditional on the opposite, so delete the condition] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed