From: Stefan Weil Date: Sun, 31 May 2009 10:59:15 +0000 (+0000) Subject: cpmac: prevent fatal exception in cpmac_end_xmit X-Git-Tag: v2.6.31-rc1~330^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0220ff7fc35913dcd8cdf8fb3a0966caf4aed2f3;p=pandora-kernel.git cpmac: prevent fatal exception in cpmac_end_xmit We should not be stopping the subqueues in cpmac_end_xmit but rather test the status of them. Replace the calls to netif_subqueue_stop by __netif_subqueue_stopped. This fixes an unrecoverable exception from happening when running the driver. Signed-off-by: Stefan Weil Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed