2
0
forked from Ivasoft/openwrt

ag71xx: Fix rx ring buffer stall on small packets flood on qca956x and qca953x.

Backported from Code Aurora QSDK

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
This commit is contained in:
Vittorio Gambaletta
2017-03-25 18:08:02 +01:00
committed by Matthias Schiffer
parent 8170f280c4
commit d40a358136
3 changed files with 22 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ struct ag71xx_platform_data {
u8 is_ar724x:1;
u8 has_ar8216:1;
u8 use_flow_control:1;
u8 is_qca956x:1;
u8 disable_inline_checksum_engine:1;
struct ag71xx_switch_platform_data *switch_data;