ccid_main_functionfs: Set "TPDU level" of exchange, not character

Change-Id: I3d16a83c93bc2d4c6a06d0fb585d496a0b5ff132
diff --git a/ccid_host/ccid_main_functionfs.c b/ccid_host/ccid_main_functionfs.c
index d45a936..8e95c73 100644
--- a/ccid_host/ccid_main_functionfs.c
+++ b/ccid_host/ccid_main_functionfs.c
@@ -75,7 +75,7 @@
 			.dwMaxIFSD = cpu_to_le32(0),
 			.dwSynchProtocols = cpu_to_le32(0),
 			.dwMechanical = cpu_to_le32(0),
-			.dwFeatures = cpu_to_le32(0x10),
+			.dwFeatures = cpu_to_le32(0x00010010),
 			.dwMaxCCIDMessageLength = 272,
 			.bClassGetResponse = 0xff,
 			.bClassEnvelope = 0xff,