From: David S. Miller Date: Tue, 5 Aug 2014 23:23:45 +0000 (-0700) Subject: Merge branch 'qlcnic' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ff91a550bd5fdfae64135107a1e19e852bb1b9e1;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'qlcnic' Rajesh Borundia says: ==================== qlcnic: Bug fixes The patch series contains following bug fixes. * Aggregating tx stats in adapter variable was resulting in increase of stats when user runs ifconfig command and no traffic is running. Instead aggregate tx stats in local variable and then assign it to adapter struct variable. * Set_driver_version was called after registering netdev which was resulting in a race between FLR in open handler and set_driver_version command as open handler can be called simulatneously on another cpu even if probe is not complete. So call this command before registering netdev. * dcbnl_ops should be initialized before registering netdev as they are referenced in open handler. ==================== Signed-off-by: David S. Miller --- ff91a550bd5fdfae64135107a1e19e852bb1b9e1