net: wireless: bcmdhd: Enable full scan on PNO event

Change-Id: I21cfbd5fd88ab528a481b3a215a922ec656c681f
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt 2013-04-24 10:28:59 -07:00
parent 357566d0a2
commit 9849aab9c8

View File

@ -7330,7 +7330,7 @@ wl_notify_rx_mgmt_frame(struct wl_priv *wl, struct net_device *ndev,
/* If target scan is not reliable, set the below define to "1" to do a
* full escan
*/
#define FULL_ESCAN_ON_PFN_NET_FOUND 0
#define FULL_ESCAN_ON_PFN_NET_FOUND 1
static s32
wl_notify_sched_scan_results(struct wl_priv *wl, struct net_device *ndev,
const wl_event_msg_t *e, void *data)