wifi: ieee80211: correctly mark FTM frames non-bufferable
[carl9170fw.git] / config / lexer.l
index 76ab3db3c8977bf3cfa9bbc27014c30096e34bc0..2ee9f31f9ccf6317c5134613b2bd6f2cbdb8c468 100644 (file)
@@ -12,7 +12,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <unistd.h>
 
 #include "lkc.h"
 #include "parser.tab.h"
@@ -36,7 +35,7 @@ struct buffer {
        YY_BUFFER_STATE state;
 };
 
-struct buffer *current_buf;
+static struct buffer *current_buf;
 
 static int last_ts, first_ts;