mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-03 01:01:06 +02:00
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
This commit is contained in:
parent
60c0cecdea
commit
636cc564f0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user