mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 00:24:12 +00:00
madwifi: fix a node refcounting imbalance with a low (but nonzero) crash probability
SVN-Revision: 12950
This commit is contained in:
parent
9220c452e5
commit
d625fc88d3
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user