mac80211: brcmsmac: fix a build warning, till we update bcma
[openwrt.git] / package / mac80211 / patches / 880-brcmsmac_suspend_signature.patch
1 Remove this patch when we get a new version of bcma into our kernel.
2
3 --- a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c
4 +++ b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c
5 @@ -1129,7 +1129,7 @@ static int __devinit brcms_bcma_probe(st
6         return 0;
7  }
8  
9 -static int brcms_suspend(struct bcma_device *pdev)
10 +static int brcms_suspend(struct bcma_device *pdev, pm_message_t state)
11  {
12         struct brcms_info *wl;
13         struct ieee80211_hw *hw;