Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7175ad50 authored by Vamsi Krishna Samavedam's avatar Vamsi Krishna Samavedam
Browse files

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



IPA Rmnet interface supports packet aggregation/de-aggregation up to 31K.
Hence, increase buffer size given to IPA from 16K to 31K.

Change-Id: Ib136bee28b324f5b665a6309228b823e37079862
Signed-off-by: default avatarVamsi Krishna Samavedam <vskrishn@codeaurora.org>
parent 3f60b750
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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