Merge "usb: gadget: gsi: Increase Rmnet UL buffer size from 16K to 31K"

This commit is contained in:
qctecmdr Service 2018-08-13 09:33:37 -07:00 committed by Gerrit - the friendly Code Review server
commit 0120c2021b

View File

@ -49,7 +49,7 @@
#define GSI_ECM_AGGR_SIZE 2048
#define GSI_OUT_MBIM_BUF_LEN 16384
#define GSI_OUT_RMNET_BUF_LEN 16384
#define GSI_OUT_RMNET_BUF_LEN 31744
#define GSI_OUT_ECM_BUF_LEN 2048
#define GSI_IPA_READY_TIMEOUT 5000