brcmfmac: fix build regression
authorArend van Spriel <arend@broadcom.com>
Tue, 6 Nov 2012 00:22:27 +0000 (16:22 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Nov 2012 19:55:59 +0000 (14:55 -0500)
This fixes a build regression for x86_64 target that showed up
in 3.7-rc1 due to:

commit 1a87334239757b69eb9885979c32bbf871b3ec88
Author: Hante Meuleman <meuleman@broadcom.com>
Date:   Thu Sep 27 14:17:54 2012 +0200

    brcmfmac: add hostap supoort.

Reported-by: Yuanhan Liu <yuanhan.liu@intel.com>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c

index 4b5b47565d95ee1cd8e8d3a30641bc098d8af9f7..228fcaebefb8fc4b3f6115d3bea1e29efa732e29 100644 (file)
@@ -3515,7 +3515,7 @@ brcmf_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *ndev,
        WL_TRACE("channel_type=%d, beacon_interval=%d, dtim_period=%d,\n",
                 settings->channel_type, settings->beacon_interval,
                 settings->dtim_period);
-       WL_TRACE("ssid=%s(%d), auth_type=%d, inactivity_timeout=%d\n",
+       WL_TRACE("ssid=%s(%zu), auth_type=%d, inactivity_timeout=%d\n",
                 settings->ssid, settings->ssid_len, settings->auth_type,
                 settings->inactivity_timeout);
 
This page took 0.028406 seconds and 5 git commands to generate.