This series makes three small changes to some endpoint configuration code. The first uses a constant to represent the frequency of an internal clock used for timers in the IPA. The second modifies a limit used so it matches Qualcomm's internal code. And the third reworks a few lines of code, eliminating a multi-line function call.
-Alex Alex Elder (3): net: ipa: rework ipa_aggr_granularity_val() net: ipa: reduce aggregation time limit net: ipa: reuse a local variable in ipa_endpoint_init_aggr() drivers/net/ipa/ipa_endpoint.c | 17 ++++++++++------- drivers/net/ipa/ipa_main.c | 5 +++++ drivers/net/ipa/ipa_reg.h | 17 ++++++++--------- 3 files changed, 23 insertions(+), 16 deletions(-) -- 2.25.1