mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
Calling netdev_reset_queue() from _stop() functions is causing sporadic kernel
panics on bcm63xx, which happen mainly on BCM6318 and BCM6328.
This reverts to the previous behaviour, which called netdev_reset_queue() from
_open() functions.
Tested on Comtrend AR-5315u (BCM6318).
Fixes:
|
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| generic | ||
| image | ||
| patches-5.4 | ||
| profiles | ||
| smp | ||
| config-5.4 | ||
| Makefile | ||
| modules.mk | ||