commit | 701b943e5cbcbaeb9d86947d9822f41755b1fe49 | [log] [tgz] |
---|---|---|
author | Mark Einon <mark.einon@gmail.com> | Thu Sep 11 22:59:40 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 19 16:02:12 2014 -0700 |
tree | 91998cac618979e94f839a0136cc67a46d075f6d | |
parent | 4792e6d136dc4a340cef1c713a3eb50bd0550764 [diff] |
staging: et131x: In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet Memory allocation errors do not denote NETDEV_TX_BUSY, simply drop the packet silently with kfree_skb() and return NETDEV_TX_OK. Also remove this item from the TODO list. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>