From: Johannes Berg Date: Fri, 10 Jul 2009 09:39:26 +0000 (+0200) Subject: mac80211: mesh: fix two small problems X-Git-Tag: v2.6.32-rc1~703^2~544^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43816df2a1a61effcb701037bdf63621d066182;p=pandora-kernel.git mac80211: mesh: fix two small problems 1) there's a spin_lock() that needs to be spin_lock_bh() 2) action frames of size 24 might cause an out-of-bounds memory access (for the 25th byte only, so no big deal) Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed