From: Bob Copeland Date: Tue, 5 Nov 2013 19:16:49 +0000 (-0800) Subject: mac80211: fix off-by-one in llid check. X-Git-Tag: v3.14-rc1~94^2~334^2^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cde38e7f3491ea62429556149713b7a875c9ac2;p=pandora-kernel.git mac80211: fix off-by-one in llid check. According to IEEE 802.11-2012 (8.4.2.104), no peering management element exists with length 7. This code is checking to see if llid is present to ignore close frames with different llid, which would be IEs with length 8. Signed-off-by: Bob Copeland Signed-off-by: Johannes Berg --- Reading git-diff-tree failed