summaryrefslogtreecommitdiff
path: root/nuttx/drivers/wireless/cc3000/wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/wireless/cc3000/wlan.c')
-rw-r--r--nuttx/drivers/wireless/cc3000/wlan.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/drivers/wireless/cc3000/wlan.c b/nuttx/drivers/wireless/cc3000/wlan.c
index 7b084e0ae..489fb1a95 100644
--- a/nuttx/drivers/wireless/cc3000/wlan.c
+++ b/nuttx/drivers/wireless/cc3000/wlan.c
@@ -91,6 +91,12 @@
#define WLAN_CONNECT_PARAM_LEN (29)
#define WLAN_SMART_CONFIG_START_PARAMS_LEN (4)
+/****************************************************************************
+ * Private Variables
+ ****************************************************************************/
+
+static uint8_t wlan_tx_buffer[CC3000_TX_BUFFER_SIZE];
+
/*****************************************************************************
* Public Data
*****************************************************************************/