mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
net: wireless: bcmdhd: Allow empty scan results
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
a76bd864b3
commit
df24692c66
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user