From 83a8d4e9e14a148ad3552c755c4a2433be52f8a5 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 26 May 2010 14:25:17 +0000 Subject: 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 --- package/carl9170/patches/120-compile_fix.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/carl9170/patches/120-compile_fix.patch (limited to 'package/carl9170/patches/120-compile_fix.patch') diff --git a/package/carl9170/patches/120-compile_fix.patch b/package/carl9170/patches/120-compile_fix.patch deleted file mode 100644 index 00f0fba84..000000000 --- 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; -- cgit v1.2.3