blob: c38e76a488a254b5ab55c6771009a8b94839b4f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
|