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

Commit 32aead38 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa4: gsb: correct the aggregation time limit"

parents 08a887e7 00087db2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018 - 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
@@ -69,7 +69,7 @@ static char dbg_buff[IPA_GSB_MAX_MSG_LEN];
#define IPA_GSB_SKB_HEADROOM 256
#define IPA_GSB_SKB_DUMMY_HEADER 42
#define IPA_GSB_AGGR_BYTE_LIMIT 14
#define IPA_GSB_AGGR_TIME_LIMIT 1
#define IPA_GSB_AGGR_TIME_LIMIT 1000 /* 1000 us */

static struct dentry *dent;
static struct dentry *dfile_stats;