From: Ben Hutchings Date: Thu, 6 Sep 2012 15:52:31 +0000 (+0100) Subject: sfc: Really disable flow control while flushing X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~143^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e8cc6c946e0857826dcfbb3585068858445bfe;p=pandora-kernel.git sfc: Really disable flow control while flushing Receiving pause frames can block TX queue flushes. Earlier changes work around this by reconfiguring the MAC during flushes for VFs, but during flushes for the PF we would only change the fc_disable counter. Unless the MAC is reconfigured for some other reason during the flush (which I would not expect to happen) this had no effect at all. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed