brcmfmac: simplify handling e-scan result firmware event
authorArend van Spriel <arend@broadcom.com>
Thu, 13 Sep 2012 19:12:06 +0000 (21:12 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Sep 2012 18:59:10 +0000 (14:59 -0400)
commit97ed15c7ebfb95f0d23b023fffd23608205f7946
treed13df921cfb4fc5a41633e167cab2dcfdd8be607
parent4f6e1cafe25df11f4c8afe5d6a3ee051aa6d5de3
brcmfmac: simplify handling e-scan result firmware event

Upon handling an e-scan result event from the firmware in
brcmf_cfg80211_escan_handler() the status may indicate e-scan
is completed or aborted. If so brcmf_notify_escan_complete()
is called. However, that function and brcmf_cfg80211_escan_handler()
both log the same debug message and both enable MPC flag in the
firmware.

Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
This page took 0.031569 seconds and 5 git commands to generate.