From: Andre Guedes Date: Tue, 1 Jul 2014 21:10:09 +0000 (-0300) Subject: Bluetooth: Move LE event mask setting into init3 phase X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~87^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9193c6e884ae1b403f53ca1370a4b7f8185c547b;p=pandora-kernel.git Bluetooth: Move LE event mask setting into init3 phase During init2 phase, the LE local features have not be read yet so we aren't able to rely on hdev->le_features to determine if the controller supports the Connection Parameters Request Procedure. For that reason, this patch moves LE event mask setting from init2 into init3 initialization phase. The hdev->le_features mask will be checked by the next patch in order to know if "LE Remote Connection Parameter Request Event" should be enabled. Signed-off-by: Andre Guedes Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed