Fix the suspend/resume path by ensuring the rtnl lock is held where
required. Calls to sh_eth_close, sh_eth_open and wol operations must be
performed under the rtnl lock to prevent conflicts with ongoing ndo
operations.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ravb.h | ||
| ravb_main.c | ||
| ravb_ptp.c | ||
| rcar_gen4_ptp.c | ||
| rcar_gen4_ptp.h | ||
| rswitch.c | ||
| rswitch.h | ||
| rtsn.c | ||
| rtsn.h | ||
| sh_eth.c | ||
| sh_eth.h | ||