From 6fadc72b1db0aea3328f7156fb086c2b2b68dc31 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 23 Sep 2007 21:07:53 +0000 Subject: update acx-mac80211 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9001 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/acx-mac80211/patches/003-endianness_fixes.patch | 12 ------------ package/acx-mac80211/patches/011-no_pm.patch | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) (limited to 'package/acx-mac80211/patches') diff --git a/package/acx-mac80211/patches/003-endianness_fixes.patch b/package/acx-mac80211/patches/003-endianness_fixes.patch index f1d8da5b4..5ced16479 100644 --- a/package/acx-mac80211/patches/003-endianness_fixes.patch +++ b/package/acx-mac80211/patches/003-endianness_fixes.patch @@ -107,15 +107,3 @@ "waiting for cards to probe...\n"); res = pci_register_driver(&acxpci_drv_id); -diff -ruN acx-mac80211-20070610-old/wlan_hdr.h acx-mac80211-20070610-new/wlan_hdr.h ---- acx-mac80211-20070610-old/wlan_hdr.h 2007-06-10 20:23:27.000000000 +0200 -+++ acx-mac80211-20070610-new/wlan_hdr.h 2007-08-30 18:56:23.000000000 +0200 -@@ -125,7 +125,7 @@ - #define IEEE16(a,n) a = n, a##i = n, - #else - #ifdef __BIG_ENDIAN -- #define IEEE16(a,n) a = n a##i = ((n&0xff)*256 + ((n&0xff00/256)), -+ #define IEEE16(a,n) a = n, a##i = ((n&0xff)*256 + (n&0xff00)/256), - #endif - #endif - diff --git a/package/acx-mac80211/patches/011-no_pm.patch b/package/acx-mac80211/patches/011-no_pm.patch index 09a00b04e..a78e453a8 100644 --- a/package/acx-mac80211/patches/011-no_pm.patch +++ b/package/acx-mac80211/patches/011-no_pm.patch @@ -20,13 +20,13 @@ fail_register_netdev: ieee80211_free_hw(ieee); done: -@@ -1872,7 +1876,9 @@ +@@ -1809,7 +1821,9 @@ ieee80211_free_hw(adev->ieee); /* put device into ACPI D3 mode (shutdown) */ +#ifdef CONFIG_PM pci_set_power_state(pdev, PCI_D3hot); +#endif - // kfree(ieee); end: FN_EXIT0; + } \ No newline at end of file -- cgit v1.2.3