emulator: Enable LE power class and minimum channels feature
diff --git a/emulator/le.c b/emulator/le.c
index 132b190..33abbd3 100644
--- a/emulator/le.c
+++ b/emulator/le.c
@@ -360,8 +360,8 @@
 	//hci->le_features[1] |= 0x10;	/* LE Extended Advertising */
 	//hci->le_features[1] |= 0x20;	/* LE Periodic Advertising */
 	hci->le_features[1] |= 0x40;	/* Channel Selection Algorithm #2 */
-	//hci->le_features[1] |= 0x80;	/* LE Power Class 1 */
-	//hci->le_features[2] |= 0x01;	/* Minimum Number of Used Channels Procedure */
+	hci->le_features[1] |= 0x80;	/* LE Power Class 1 */
+	hci->le_features[2] |= 0x01;	/* Minimum Number of Used Channels Procedure */
 
 	memset(hci->le_random_addr, 0, sizeof(hci->le_random_addr));