summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@frijolero.org>2012-03-09 14:47:01 -0800
committerLuis R. Rodriguez <mcgrof@frijolero.org>2012-03-09 14:47:01 -0800
commit00af9d6482c539b9620af8e6efa6374221856d75 (patch)
tree86d25d35401c8c00a24c16145a3214f415ff3f7d
parent10a61489a3f53bb79b7d3e9c47d6ff81245eab0e (diff)
compat-wireless: fix patch for disabling ath9k RC
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
-rw-r--r--patches/08-rename-config-options.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/08-rename-config-options.patch b/patches/08-rename-config-options.patch
index 50c554ab..0b36a6a9 100644
--- a/patches/08-rename-config-options.patch
+++ b/patches/08-rename-config-options.patch
@@ -122,8 +122,8 @@ CONFIG_BT_HIDP does not build with older kernel versions.
ath9k-$(CONFIG_ATH9K_PCI) += pci.o
ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o
---- drivers/net/wireless/ath/ath9k/init.c
-+++ drivers/net/wireless/ath/ath9k/init.c
+--- a/drivers/net/wireless/ath/ath9k/init.c
++++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -703,7 +703,7 @@ void ath9k_set_hw_capab(struct ath_softc
sc->ant_rx = hw->wiphy->available_antennas_rx;
sc->ant_tx = hw->wiphy->available_antennas_tx;
@@ -133,8 +133,8 @@ CONFIG_BT_HIDP does not build with older kernel versions.
hw->rate_control_algorithm = "ath9k_rate_control";
#endif
---- drivers/net/wireless/ath/ath9k/rc.h
-+++ drivers/net/wireless/ath/ath9k/rc.h
+--- a/drivers/net/wireless/ath/ath9k/rc.h
++++ b/drivers/net/wireless/ath/ath9k/rc.h
@@ -219,7 +219,7 @@ struct ath_rate_priv {
struct ath_rc_stats rcstats[RATE_TABLE_SIZE];
};