aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2012-02-19 14:21:21 +0000
committerHauke Mehrtens <hauke@openwrt.org>2012-02-19 14:21:21 +0000
commit2f78e4449f9b7496ae26d95e31afe0030e8eda01 (patch)
tree236645530b99699d739f66d901aa37d294cf57ac /package
parent50878d446adc007b0898251e288f98ac0c67467e (diff)
downloadupstream-2f78e4449f9b7496ae26d95e31afe0030e8eda01.tar.gz
upstream-2f78e4449f9b7496ae26d95e31afe0030e8eda01.tar.bz2
upstream-2f78e4449f9b7496ae26d95e31afe0030e8eda01.zip
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
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/880-brcmsmac_suspend_signature.patch13
1 files changed, 13 insertions, 0 deletions
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;