From d8498088cf466483093c9a29121e3833e7923287 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 5 Jun 2014 10:22:15 -0700 Subject: [PATCH] net: systemport: fix transmit locking scheme Our transmit locking scheme did not account for the TX ring full interrupt. If a TX ring full interrupt fires while we are attempting to transmit, we will cause a deadlock to occur. Fix this by making sure that we properly disable interrupts while acquiring the spinlock. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-format-patch failed