aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-28 16:58:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-28 16:58:08 +0000
commit8d441108f2b68ace805f63fa19dd1ce355b3457a (patch)
tree7d8eea7b573cdaf772009fc2029208acd5019071 /package
parentff6ee0b149dcea474ba6490abf4f5bfda5ab5800 (diff)
downloadupstream-8d441108f2b68ace805f63fa19dd1ce355b3457a.tar.gz
upstream-8d441108f2b68ace805f63fa19dd1ce355b3457a.tar.bz2
upstream-8d441108f2b68ace805f63fa19dd1ce355b3457a.zip
ath9k: reduce allocation size, common->cachelz is already added to the buffer size elsewhere
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/550-ath9k_optimize_memory_allocation.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/550-ath9k_optimize_memory_allocation.patch b/package/mac80211/patches/550-ath9k_optimize_memory_allocation.patch
index 8d3d62a83f..0ce3c00c25 100644
--- a/package/mac80211/patches/550-ath9k_optimize_memory_allocation.patch
+++ b/package/mac80211/patches/550-ath9k_optimize_memory_allocation.patch
@@ -30,7 +30,7 @@
sc->sc_flags &= ~SC_OP_RXFLUSH;
spin_lock_init(&sc->rx.rxbuflock);
-+ common->rx_bufsize = IEEE80211_MAX_MPDU_LEN / 2 + common->cachelsz +
++ common->rx_bufsize = IEEE80211_MAX_MPDU_LEN / 2 +
+ sc->sc_ah->caps.rx_status_len;
+
if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {