|
@@ -126,7 +126,7 @@ out:
|
|
#define FCC_NAPI_RX_EVENT_MSK (FCC_ENET_RXF | FCC_ENET_RXB)
|
|
#define FCC_NAPI_RX_EVENT_MSK (FCC_ENET_RXF | FCC_ENET_RXB)
|
|
#define FCC_RX_EVENT (FCC_ENET_RXF)
|
|
#define FCC_RX_EVENT (FCC_ENET_RXF)
|
|
#define FCC_TX_EVENT (FCC_ENET_TXB)
|
|
#define FCC_TX_EVENT (FCC_ENET_TXB)
|
|
-#define FCC_ERR_EVENT_MSK (FCC_ENET_TXE | FCC_ENET_BSY)
|
|
|
|
|
|
+#define FCC_ERR_EVENT_MSK (FCC_ENET_TXE)
|
|
|
|
|
|
static int setup_data(struct net_device *dev)
|
|
static int setup_data(struct net_device *dev)
|
|
{
|
|
{
|