HCI_MAX_ACL_SIZE actually includes the maximum frames in AMP controller
so this changes it to properly define the max ACL frames on non-AMP
controllers and introduces a dedicated define for AMP controller as
HCI_MAX_AMP_SIZE.
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
#define HCI_MAX_DEV 16
-#define HCI_MAX_ACL_SIZE (1492 + 4)
+#define HCI_MAX_AMP_SIZE (1492 + 4)
+#define HCI_MAX_ACL_SIZE 1024
#define HCI_MAX_SCO_SIZE 255
#define HCI_MAX_EVENT_SIZE 260
-#define HCI_MAX_FRAME_SIZE (HCI_MAX_ACL_SIZE + 4)
+#define HCI_MAX_FRAME_SIZE (HCI_MAX_AMP_SIZE + 4)
/* HCI dev events */
#define HCI_DEV_REG 1