From: Stephen Hemminger Date: Fri, 23 Feb 2007 22:03:00 +0000 (-0800) Subject: skge: fix transmitter flow control X-Git-Tag: v2.6.21-rc2~3^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4cd29d2058808b7a68e3f2e6cbbcfe19ca7233d;p=pandora-kernel.git skge: fix transmitter flow control It looks like the skge driver inherited another bug from the sk98lin code. If I send from 1000mbit port to a machine on 100mbit port, the switch should be doing hardware flow control, but no pause frames show up in the statistics. This is the analog of the recent sky2 fixes. The device needs to listen for multicast pause frames and then not discard them. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed