Fix problem in wifi.sta.getap where invidual result is lost.

This commit is contained in:
dnc40085 2015-12-29 04:41:08 -08:00 committed by dnc40085
parent a8359f1da5
commit c2f2bbd92a
1 changed files with 0 additions and 1 deletions

View File

@ -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)