summaryrefslogtreecommitdiffstats
path: root/package/carl9170/patches/120-compile_fix.patch
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
commite583494eca8890681218b3b5ca00d61a35d153e2 (patch)
tree9a80522aec587dfff44fe9dce06709c70318b573 /package/carl9170/patches/120-compile_fix.patch
parent2f20eed642cc18ae1df5821a6dc2cf6afb7750dd (diff)
downloadmaster-31e0f0ae-e583494eca8890681218b3b5ca00d61a35d153e2.tar.gz
master-31e0f0ae-e583494eca8890681218b3b5ca00d61a35d153e2.tar.bz2
master-31e0f0ae-e583494eca8890681218b3b5ca00d61a35d153e2.zip
package/carl9170: update to 1.0.5.3 (closes: #7342), make DebugFS support configurable and add LEDs support
SVN-Revision: 21572
Diffstat (limited to 'package/carl9170/patches/120-compile_fix.patch')
-rw-r--r--package/carl9170/patches/120-compile_fix.patch13
1 files changed, 0 insertions, 13 deletions
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;