commit | 9fae54186c64db6faec85c194812fb2e5e970f77 | [log] [tgz] |
---|---|---|
author | Hayes Wang <hayeswang@realtek.com> | Wed Jul 03 15:11:56 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 03 11:31:33 2019 -0700 |
tree | 9eb3d6a88fca17de901b99e3d5da2940af15b1cd | |
parent | 1e64d7cbfdce4887008314d5b367209582223f27 [diff] |
r8152: move calling r8153b_rx_agg_chg_indicate() r8153b_rx_agg_chg_indicate() needs to be called after enabling TX/RX and before calling rxdy_gated_en(tp, false). Otherwise, the change of the settings of RX aggregation wouldn't work. Besides, adjust rtl8152_set_coalesce() for the same reason. If rx_coalesce_usecs is changed, restart TX/RX to let the setting work. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>