commit | c3da706c60debf18614c6a07c0ea0f6df27d6423 | [log] [tgz] |
---|---|---|
author | Mohit Khanna <mkhannaqca@codeaurora.org> | Wed Feb 08 21:08:56 2017 -0800 |
committer | Sandeep Puligilla <spuligil@codeaurora.org> | Fri Apr 07 02:35:42 2017 -0700 |
tree | ad5ce4ce53752a16a0753fe96c4cb722a3431df6 | |
parent | b1dd1e874992e2ab2036b0bbc092536822ad8344 [diff] |
qcacld-3.0: Fix Rx throughput level calculation Currently the rx throughput level is getting set to TP_NONE immediately after it goes high. This will send incorrect values for tcp_adv_win_scaling to cnss-daemon. Fix the RX throuhgput level by making next_rx_level a static variable. Now if next_rx_level is calculated to be HIGH, it will stay HIGH until RX throughput falls below the threshold Change-Id: Iaa36e4ff6d846e29b3beadd998a3d6fd334c1a5b CRs-Fixed: 2004944