projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: when operating as a 4-addr station, do not pick up 4-addr frames meant...
[openwrt.git]
/
package
/
mac80211
/
patches
/
550-ath9k_optimize_memory_allocation.patch
diff --git
a/package/mac80211/patches/550-ath9k_optimize_memory_allocation.patch
b/package/mac80211/patches/550-ath9k_optimize_memory_allocation.patch
index
8d3d62a
..
0ce3c00
100644
(file)
--- 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);
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) {
+ sc->sc_ah->caps.rx_status_len;
+
if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
This page took
0.020613 seconds
and
4
git commands to generate.