[package] mac80211: update compat-wireless to 2009-05-08
authorGabor Juhos <juhosg@openwrt.org>
Sat, 9 May 2009 06:34:03 +0000 (06:34 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 9 May 2009 06:34:03 +0000 (06:34 +0000)
SVN-Revision: 15738

package/mac80211/Makefile
package/mac80211/patches/600-p54usb_without_pm_support.patch [deleted file]

index d3f9e83affc7d5e8e0bbc69563fb7a972a5c58bb..ad2ea2d7a99e109aca527764790d2e4b311ea5fe 100644 (file)
@@ -17,12 +17,12 @@ ifneq ($(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_23)$(CONFIG_LINUX_2_6_24)$(CONFI
   PKG_MD5SUM:=9563ceeed86bca0859ad5f010623277c
   PATCH_DIR:=./patches-old
 else
-  PKG_VERSION:=2009-05-01
+  PKG_VERSION:=2009-05-08
   PKG_RELEASE:=1
   PKG_SOURCE_URL:= \
        http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/05 \
        http://wireless.kernel.org/download/compat-wireless-2.6
-  PKG_MD5SUM:=abc949ec3f7cc57302cca814d9b9c6cd
+  PKG_MD5SUM:=9e973ca21e20e51f0a3c215c980b1f55
 endif
 
 PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2
diff --git a/package/mac80211/patches/600-p54usb_without_pm_support.patch b/package/mac80211/patches/600-p54usb_without_pm_support.patch
deleted file mode 100644 (file)
index 9fa8915..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Fixes compile error when CONFIG_PM=n is set
-
---- a/drivers/net/wireless/p54/p54usb.c
-+++ b/drivers/net/wireless/p54/p54usb.c
-@@ -919,9 +919,11 @@ static int __devinit p54u_probe(struct u
-       priv->common.open = p54u_open;
-       priv->common.stop = p54u_stop;
-       if (recognized_pipes < P54U_PIPE_NUMBER) {
-+#ifdef CONFIG_PM
-               /* ISL3887 needs a full reset on resume */
-               udev->reset_resume = 1;
-               err = p54u_device_reset(dev);
-+#endif
-               priv->hw_type = P54U_3887;
-               dev->extra_tx_headroom += sizeof(struct lm87_tx_hdr);