commit | 5a0fe8ac70f81b5b91156736066e6445d0dcc61f | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Mon Mar 23 23:35:37 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 27 20:13:19 2009 -0400 |
tree | a348f244f66a5a594e08dccdaefd7d97d0472e8e | |
parent | de00c04ecbb482507ace2197782123446a1cfdca [diff] |
ath5k: properly drop packets from ops->tx We shouldn't return NETDEV_TX_BUSY from the TX callback, especially after we've mucked with the sk_buffs. Drop the packets and return NETDEV_TX_OK. Changes-licensed-under: 3-Clause-BSD Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>