net: wireless: bcmdhd: Allow empty scan results

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt 2011-07-19 10:00:31 -07:00
parent a76bd864b3
commit df24692c66

View File

@ -4328,10 +4328,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