aboutsummaryrefslogtreecommitdiffstats
path: root/package/carl9170/patches
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-05-26 14:25:17 +0000
committerNicolas Thill <nico@openwrt.org>2010-05-26 14:25:17 +0000
commit170a61520f042f2712f8dc8affebc0796e46fca6 (patch)
treee1476c51ab170d82f6f10b6280ad34ad9bf4ab2a /package/carl9170/patches
parent762c502c2f6e0940dd987c71d0a8239d673fe7ee (diff)
downloadmaster-187ad058-170a61520f042f2712f8dc8affebc0796e46fca6.tar.gz
master-187ad058-170a61520f042f2712f8dc8affebc0796e46fca6.tar.bz2
master-187ad058-170a61520f042f2712f8dc8affebc0796e46fca6.zip
package/carl9170: update to 1.0.5.3 (closes: #7342), make DebugFS support configurable and add LEDs support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/carl9170/patches')
-rw-r--r--package/carl9170/patches/100-request_firmware_compat.patch2
-rw-r--r--package/carl9170/patches/120-compile_fix.patch13
2 files changed, 1 insertions, 14 deletions
diff --git a/package/carl9170/patches/100-request_firmware_compat.patch b/package/carl9170/patches/100-request_firmware_compat.patch
index f1dae2d014..cc29239c8d 100644
--- a/package/carl9170/patches/100-request_firmware_compat.patch
+++ b/package/carl9170/patches/100-request_firmware_compat.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/carl9170/usb.c
+++ b/drivers/net/wireless/ath/carl9170/usb.c
-@@ -988,11 +988,28 @@ err_failed:
+@@ -1000,11 +1000,28 @@ err_failed:
ar9170_usb_firmware_failed(aru);
}
diff --git a/package/carl9170/patches/120-compile_fix.patch b/package/carl9170/patches/120-compile_fix.patch
deleted file mode 100644
index 00f0fba847..0000000000
--- a/package/carl9170/patches/120-compile_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/net/wireless/ath/carl9170/fw.c
-+++ b/drivers/net/wireless/ath/carl9170/fw.c
-@@ -185,8 +185,10 @@ static int ar9170_fw_check(struct ar9170
- if (SUPP(CARL9170FW_WLANTX_CAB))
- ar->hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_AP);
-
-+#ifdef CONFIG_CARL9170_WPS_BUTTON
- if (!SUPP(CARL9170FW_GPIO_INTERRUPT))
- ar->has_wps_button = false;
-+#endif
-
- #undef SUPPORTED
- return 0;