diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-09 06:34:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-09 06:34:03 +0000 |
commit | fe70acc95a2c5e630b8ef387a856d730a57598fa (patch) | |
tree | e5697ec9c15a34fd0e3293091b2103eec0fcff19 /package/mac80211/patches | |
parent | 73a315e7728f6152ea36c26bb95f8b096dd29ca1 (diff) | |
download | mtk-20170518-fe70acc95a2c5e630b8ef387a856d730a57598fa.zip mtk-20170518-fe70acc95a2c5e630b8ef387a856d730a57598fa.tar.gz mtk-20170518-fe70acc95a2c5e630b8ef387a856d730a57598fa.tar.bz2 |
mac80211: update compat-wireless to 2009-05-08
SVN-Revision: 15738
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r-- | package/mac80211/patches/600-p54usb_without_pm_support.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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 index 9fa8915..0000000 --- a/package/mac80211/patches/600-p54usb_without_pm_support.patch +++ /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); |