mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
Issue: 1) Spin locks are used for code path which is already serialized by network stack 2) On interface down/up, MAC registers are getting reset and re-initialized but private structure variables are not updated Fix: 1) Remove spinlocks 2) Re-initialize private structure variables Bug 200548252 Bug 200547544 Change-Id: Ifb0ce27ba96f8657eebde21e5d02d8b36fb1778b Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2189974 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>