linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] brcmfmac: fix typo in CONFIG_BRCMISCAN
@ 2012-11-04 22:13 Hauke Mehrtens
  2012-11-06 17:56 ` Franky Lin
  0 siblings, 1 reply; 2+ messages in thread
From: Hauke Mehrtens @ 2012-11-04 22:13 UTC (permalink / raw)
  To: linville, arend, frankyl
  Cc: linux-wireless, brcm80211-dev-list, Hauke Mehrtens

The old ifdef CONFIG_BRCMFISCAN looks wrong to me and it makes more
sense when CONFIG_BRCMISCAN is used.
This patch was just compile tested by me, but not runtime tested.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c b/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
index cb30fea..6d55424 100644
--- a/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
+++ b/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
@@ -4197,7 +4197,7 @@ static s32 brcmf_mode_to_nl80211_iftype(s32 mode)
 
 static void brcmf_wiphy_pno_params(struct wiphy *wiphy)
 {
-#ifndef CONFIG_BRCMFISCAN
+#ifndef CONFIG_BRCMISCAN
 	/* scheduled scan settings */
 	wiphy->max_sched_scan_ssids = BRCMF_PNO_MAX_PFN_COUNT;
 	wiphy->max_match_sets = BRCMF_PNO_MAX_PFN_COUNT;
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] brcmfmac: fix typo in CONFIG_BRCMISCAN
  2012-11-04 22:13 [PATCH] brcmfmac: fix typo in CONFIG_BRCMISCAN Hauke Mehrtens
@ 2012-11-06 17:56 ` Franky Lin
  0 siblings, 0 replies; 2+ messages in thread
From: Franky Lin @ 2012-11-06 17:56 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: linville, arend, linux-wireless, brcm80211-dev-list

On 11/04/2012 02:13 PM, Hauke Mehrtens wrote:
> The old ifdef CONFIG_BRCMFISCAN looks wrong to me and it makes more
> sense when CONFIG_BRCMISCAN is used.
> This patch was just compile tested by me, but not runtime tested.
>
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Thanks Hauke, nice catch.

Acked-by: Franky Lin <frankyl@broadcom.com>

John,

This is not necessary for 3.8 since the iscan code has been removed by a 
patch from Hante Meuleman in the train I sent yesterday. But it needs to 
be merged into 3.7 because iscan doesn't support scheduled scan. Sorry 
for the trouble.

Thanks,
Franky



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-06 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 22:13 [PATCH] brcmfmac: fix typo in CONFIG_BRCMISCAN Hauke Mehrtens
2012-11-06 17:56 ` Franky Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).