Files
linux-nv-oot/drivers/net/ethernet
Rakesh Goyal 2bf3b730d8 nvethernet: remove dev_set_rx_mode() from resume path
Issue: TOT build breaks if nvethernet driver build as loadable
kernel module. dev_set_rx_mode() API is not having EXPORT_SYMBOL
declaration.

Fix: remove calling dev_set_rx_mode() form resume path.

Bug 2715384

Change-Id: Iac0d0555c699d2bc13d61cc680f44e5ee6dc4d2d
Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2231329
Reviewed-by: Narayan Reddy <narayanr@nvidia.com>
Reviewed-by: Srinivas Ramachandran <srinivasra@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
2022-11-01 14:27:07 +05:30
..