From: Marcel Holtmann Date: Sun, 6 Oct 2013 08:08:57 +0000 (-0700) Subject: Bluetooth: Reject enabling controllers without valid addresses X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~122 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5c8f270e4dae14ea5cb88e477ed1092955f8722;p=pandora-kernel.git Bluetooth: Reject enabling controllers without valid addresses In case of a single mode LE-only controller it is possible that no public address is used. These type of controllers require a random address to be configured. Without a configured static random address, such a controller is not functional. So reject powering on the controller in this case until it gets configured with a random address. The controller setup stage is still run since it is the only way to determinate if a public address is available or not. So it is similar on how RFKILL gets handled during initial setup of the controller. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed