net: wireless: bcm4329: Ignore error if scan results are empty

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Greg Goldman
2010-09-13 16:11:16 -07:00
committed by Colin Cross
parent 186632a111
commit c0c3b53450

View File

@@ -3857,9 +3857,6 @@ wl_iw_iscan_get_scan(
WL_TRACE(("%s return to WE %d bytes APs=%d\n", __FUNCTION__, dwrq->length, counter));
if (!dwrq->length)
return -EAGAIN;
return 0;
}
#endif