commit | 0c26babf6f0c5ed0a76f99748d5ce9810920ee09 | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Tue Jan 15 19:42:37 2019 -0700 |
committer | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Thu Jan 17 18:15:46 2019 -0700 |
tree | 01f1a3c1995c9b387e578ba6ee8127ab74f56368 | |
parent | 85016969b58b59981055e85a8fa73fde3f36aa74 [diff] |
net: rmnet_data: Allow changes in UL aggregation parameters In case a small egress agg size is passed, the aggregated skb allocated would have a negative tailroom and the skb_put maybe beyond the actual expected boundary. Fix this by flushing out packets immediately. CRs-Fixed: 2382840 Change-Id: Id703a64c5b4e1d24f223b4dbe5e8929351bc02ae Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>