mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 09:35:20 +02:00
12 lines
253 B
Diff
12 lines
253 B
Diff
|
--- a/tools/wlanconfig.c
|
||
|
+++ b/tools/wlanconfig.c
|
||
|
@@ -653,7 +653,7 @@ list_stations(const char *ifname)
|
||
|
static void
|
||
|
list_scan(const char *ifname)
|
||
|
{
|
||
|
- uint8_t buf[24 * 1024];
|
||
|
+ static uint8_t buf[24 * 1024];
|
||
|
char ssid[14];
|
||
|
uint8_t *cp;
|
||
|
int len;
|