mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
mac80211: brcmsmac: fix a build warning, till we update bcma
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30644 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7e0819a929
commit
2029a65c6e
@ -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;
|
Loading…
Reference in New Issue
Block a user