commit | 313a58e487ab3eb80e7e1f9baddc75968288aad9 | [log] [tgz] |
---|---|---|
author | Petko Manolov <petkan@nucleusys.com> | Thu Apr 25 22:41:21 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 29 13:57:49 2013 -0400 |
tree | 5dbb435244b98990b1d9286a59622ced4ccfea3a | |
parent | 5f5624cf156283687e11ea329c7a0523c677ea0e [diff] |
drivers: net: usb: pegasus: remove skb pool The socket buffer pool for the receive path is now gone. It's existence didn't make much difference (performance-wise) and the code is better off without the spinlocks protecting it. Signed-off-by: Petko Manolov <petkan@nucleusys.com> Signed-off-by: David S. Miller <davem@davemloft.net>