Commit 9772e7cd authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Merge pull request #888 from dnc40085/patch-1

Fix problem in wifi.sta.getap where invidual result is lost.
parents f9c898c7 c2f2bbd9
......@@ -97,7 +97,6 @@ static void wifi_scan_done(void *arg, STATUS status)
if (status == OK)
{
struct bss_info *bss_link = (struct bss_info *)arg;
bss_link = bss_link->next.stqe_next;//ignore first
lua_newtable( gL );
while (bss_link != NULL)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment