summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/net/pnic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/pnic.c b/src/drivers/net/pnic.c
index 1c4135516..047bc2297 100644
--- a/src/drivers/net/pnic.c
+++ b/src/drivers/net/pnic.c
@@ -26,7 +26,7 @@ Bochs Pseudo NIC driver for Etherboot
static int pnic_api_check ( uint16_t api_version );
/* NIC specific static variables go here */
-static uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
+uint8_t tx_buffer[ETH_FRAME_LEN] __shared;
/*
* Utility functions: issue a PNIC command, retrieve result. Use