Diff between 237d818ef294e22be87fba69b3cdd79c75c201e7 and 570a5505fc79c16ad69f79d6db57ee79e409828a

Changed Files

File Additions Deletions Status
src/device.c +0 -6 modified

Full Patch

diff --git a/src/device.c b/src/device.c
index 2ee319c..c364d72 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1552,12 +1552,6 @@ static bool device_get_wake_support(struct btd_device *device)
 
 void device_set_wake_support(struct btd_device *device, bool wake_support)
 {
-	if (device->rpa && !btd_adapter_has_exp_feature(device->adapter,
-						EXP_FEAT_RPA_RESOLUTION)) {
-		warn("Unable to set wake_support without RPA resolution");
-		return;
-	}
-
 	device->wake_support = wake_support;
 
 	if (device->wake_support)