Loading drivers/char/diag/diagchar.h +11 −1 Original line number Diff line number Diff line /* Copyright (c) 2008-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2008-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -261,9 +261,19 @@ do { \ #define DIAG_TS_SIZE 50 #ifdef CONFIG_MHI_BUS #define DIAG_MDM_BUF_SIZE 4096 #else #define DIAG_MDM_BUF_SIZE 2048 #endif /* The Maximum request size is 4k + DCI header + footer (6 bytes) */ #ifdef CONFIG_MHI_BUS #define DIAG_MDM_DCI_BUF_SIZE (4096 + 6) #else /* The Maximum request size is 2k + DCI header + footer (6 bytes) */ #define DIAG_MDM_DCI_BUF_SIZE (2048 + 6) #endif #define DIAG_LOCAL_PROC 0 Loading Loading
drivers/char/diag/diagchar.h +11 −1 Original line number Diff line number Diff line /* Copyright (c) 2008-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2008-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -261,9 +261,19 @@ do { \ #define DIAG_TS_SIZE 50 #ifdef CONFIG_MHI_BUS #define DIAG_MDM_BUF_SIZE 4096 #else #define DIAG_MDM_BUF_SIZE 2048 #endif /* The Maximum request size is 4k + DCI header + footer (6 bytes) */ #ifdef CONFIG_MHI_BUS #define DIAG_MDM_DCI_BUF_SIZE (4096 + 6) #else /* The Maximum request size is 2k + DCI header + footer (6 bytes) */ #define DIAG_MDM_DCI_BUF_SIZE (2048 + 6) #endif #define DIAG_LOCAL_PROC 0 Loading