diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-02-17 18:27:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-02-17 18:27:42 +0000 |
commit | 1797c1217b1043c7ac59e86dab7e6bf825c0c9b3 (patch) | |
tree | 35267141db9df863673818618906ded65df08c2b /package/carl9170/patches | |
parent | dd4893f453e1712d37b1540ce865fd8b94125ccb (diff) | |
download | upstream-1797c1217b1043c7ac59e86dab7e6bf825c0c9b3.tar.gz upstream-1797c1217b1043c7ac59e86dab7e6bf825c0c9b3.tar.bz2 upstream-1797c1217b1043c7ac59e86dab7e6bf825c0c9b3.zip |
carl9170: update to version 1.0.1.1 and fix a compile error
SVN-Revision: 19691
Diffstat (limited to 'package/carl9170/patches')
-rw-r--r-- | package/carl9170/patches/120-compile_fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/carl9170/patches/120-compile_fix.patch b/package/carl9170/patches/120-compile_fix.patch new file mode 100644 index 0000000000..00f0fba847 --- /dev/null +++ b/package/carl9170/patches/120-compile_fix.patch @@ -0,0 +1,13 @@ +--- 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; |