From b907e95125d5f28a5b31acf83a15934818a3a8b9 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 14 Oct 2013 19:20:02 +0000
Subject: [PATCH] ath9k: reduce rx buffer allocation size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 38395
---
 package/kernel/mac80211/patches/300-pending_work.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/mac80211/patches/300-pending_work.patch b/package/kernel/mac80211/patches/300-pending_work.patch
index 94b3076c2e..42b6809305 100644
--- a/package/kernel/mac80211/patches/300-pending_work.patch
+++ b/package/kernel/mac80211/patches/300-pending_work.patch
@@ -5368,7 +5368,7 @@
 -				ds += (desc_len * ndesc);
 -				bf->bf_desc = ds;
 -				bf->bf_daddr = DS2PHYS(dd, ds);
-+		bsize = sizeof(struct ath_buf) * nbuf;
++		bsize = sizeof(struct ath_rxbuf) * nbuf;
 +		bf = devm_kzalloc(sc->dev, bsize, GFP_KERNEL);
 +		if (!bf)
 +			return -ENOMEM;
-- 
GitLab