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

Commit fb655834 authored by Bojun Pan's avatar Bojun Pan
Browse files

msm: ipa: support higher MTU size



Increase the MTU size for 8k MTU size support

Change-Id: I23eab8b6e8354dcda604c97e9a1e0600e4721c9a
Signed-off-by: default avatarBojun Pan <bojunp@codeaurora.org>
parent 4ffaab25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ MODULE_PARM_DESC(outstanding_low, "Outstanding low");

#define WWAN_METADATA_SHFT 24
#define WWAN_METADATA_MASK 0xFF000000
#define WWAN_DATA_LEN 2000
#define WWAN_DATA_LEN 9216
#define IPA_RM_INACTIVITY_TIMER 100 /* IPA_RM */
#define HEADROOM_FOR_QMAP   8 /* for mux header */
#define TAILROOM            0 /* for padding by mux layer */