From: Hauke Mehrtens Date: Sun, 19 Feb 2012 14:21:21 +0000 (+0000) Subject: mac80211: brcmsmac: fix a build warning, till we update bcma X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=413caddc3408102b368fc8cb969c85de018ca912;p=librecmc%2Flibrecmc.git mac80211: brcmsmac: fix a build warning, till we update bcma SVN-Revision: 30644 --- diff --git a/package/mac80211/patches/880-brcmsmac_suspend_signature.patch b/package/mac80211/patches/880-brcmsmac_suspend_signature.patch new file mode 100644 index 0000000000..c38e76a488 --- /dev/null +++ b/package/mac80211/patches/880-brcmsmac_suspend_signature.patch @@ -0,0 +1,13 @@ +Remove this patch when we get a new version of bcma into our kernel. + +--- a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c ++++ b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c +@@ -1129,7 +1129,7 @@ static int __devinit brcms_bcma_probe(st + return 0; + } + +-static int brcms_suspend(struct bcma_device *pdev) ++static int brcms_suspend(struct bcma_device *pdev, pm_message_t state) + { + struct brcms_info *wl; + struct ieee80211_hw *hw;