From: Johan Hedberg Date: Thu, 11 Sep 2014 00:37:42 +0000 (-0700) Subject: Bluetooth: Fix ignoring unknown SMP authentication requirement bits X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~49^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05b9339c8a448a2df0c8598424ea9c0933288d1;p=pandora-kernel.git Bluetooth: Fix ignoring unknown SMP authentication requirement bits The SMP specification states that we should ignore any unknown bits from the authentication requirement. We already have a define for masking out unknown bits but we haven't used it in all places so far. This patch adds usage of the AUTH_REQ_MASK to all places that need it and ensures that we don't pass unknown bits onward to other functions. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed