Diff between 9711f979470a33724fbefff8195708218938c581 and 158a34a316c95b05f9e36837b4a9e91d578b096d
Changed Files
| File | Additions | Deletions | Status |
| monitor/analyze.c | +0 | -5 | modified |
Full Patch
diff --git a/monitor/analyze.c b/monitor/analyze.c
index 566edf1..b965477 100644
--- a/monitor/analyze.c
+++ b/monitor/analyze.c
@@ -35,11 +35,6 @@
#include "btsnoop.h"
#include "analyze.h"
-#define le16_to_cpu(val) (val)
-#define le32_to_cpu(val) (val)
-#define cpu_to_le16(val) (val)
-#define cpu_to_le32(val) (val)
-
#define MAX_PACKET_SIZE (1486 + 4)
struct hci_dev {