mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
madwifi: fix several noderef and ibss merge issues that led to memory leaks and high system load
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17545 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
skb = bf->bf_skb;
|
||||
if (skb == NULL) {
|
||||
@@ -7070,8 +7072,8 @@ rx_next:
|
||||
@@ -7074,8 +7076,8 @@ rx_next:
|
||||
if (sc->sc_isr & HAL_INT_RX) {
|
||||
u_int64_t hw_tsf = ath_hal_gettsf64(ah);
|
||||
sc->sc_isr &= ~HAL_INT_RX;
|
||||
@@ -45,7 +45,7 @@
|
||||
local_irq_restore(flags);
|
||||
--- a/net80211/ieee80211_input.c
|
||||
+++ b/net80211/ieee80211_input.c
|
||||
@@ -1203,6 +1203,7 @@ ieee80211_deliver_data(struct ieee80211_
|
||||
@@ -1205,6 +1205,7 @@ ieee80211_deliver_data(struct ieee80211_
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user