From: Milton Miller Date: Thu, 30 Dec 2010 08:01:03 +0000 (-0600) Subject: mac80211: fix mesh forwarding when ratelimited too X-Git-Tag: v2.6.38-rc1~476^2~14^2~3^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=919bbad580445801c22ef6ccbe624551fee652bd;p=pandora-kernel.git mac80211: fix mesh forwarding when ratelimited too Commit b51aff057c9d0ef6c529dc25fd9f775faf7b6c63 said: Under memory pressure, the mac80211 mesh code may helpfully print a message that it failed to clone a mesh frame and then will proceed to crash trying to use it anyway. Fix that. Avoid the reference whenever the frame copy is unsuccessful regardless of the debug message being suppressed or printed. Cc: stable@kernel.org [2.6.27+] Signed-off-by: Milton Miller Signed-off-by: John W. Linville --- Reading git-diff-tree failed