From e9d32ed6e1c8320ebc0c384ef01317f5b12f5271 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Mon, 26 Sep 2016 12:11:33 +0200 Subject: [PATCH] Bluetooth: Controller: Remove unused macro Leftover from previous commits, this macro is not used anymore in the HCI implementation. Change-Id: I376c92a6b68432d2ff818ea25e68f087131e8479 Signed-off-by: Carles Cufi --- drivers/bluetooth/controller/hci/hci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/bluetooth/controller/hci/hci.c b/drivers/bluetooth/controller/hci/hci.c index 7b89f8a8f71..23a5bc5457f 100644 --- a/drivers/bluetooth/controller/hci/hci.c +++ b/drivers/bluetooth/controller/hci/hci.c @@ -40,8 +40,6 @@ #include "debug.h" -#define HCI_PACKET_SIZE_MAX 255 - /* opcode of the HCI command currently being processed. The opcode is stored * by hci_cmd_handle() and then used during the creation of cmd complete and * cmd status events to avoid passing it up the call chain.