projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9220c45
)
madwifi: fix a node refcounting imbalance with a low (but nonzero) crash probability
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 11 Oct 2008 01:56:27 +0000
(
01:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 11 Oct 2008 01:56:27 +0000
(
01:56
+0000)
SVN-Revision: 12950
package/madwifi/patches/372-queue_vif.patch
patch
|
blob
|
history
diff --git
a/package/madwifi/patches/372-queue_vif.patch
b/package/madwifi/patches/372-queue_vif.patch
index 6fa86b98847c3bffd973794fbb65df5857c689a7..83576c8e6ce06b097902af63befbdae9b73af014 100644
(file)
--- a/
package/madwifi/patches/372-queue_vif.patch
+++ b/
package/madwifi/patches/372-queue_vif.patch
@@
-18,7
+18,7
@@
+ if (ret == NETDEV_TX_BUSY)
+ ieee80211_dev_kfree_skb(&skb1);
+
-+ if (ret != NETDEV_TX_OK) {
++
else
if (ret != NETDEV_TX_OK) {
/* If queue dropped the packet because device was
* too busy */
vap->iv_devstats.tx_dropped++;