commit | 2593c2c6ec236c6aedbb8182d103185ab6580285 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Fri Dec 07 15:55:19 2012 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Thu Jan 10 00:44:31 2013 +0100 |
tree | c5377cf7da2044aa51bbe8c09dc9e8b6df292c95 | |
parent | cb950d9304b2965bef07e26d6c0eb34a0b1f75fe [diff] |
NFC: llcp: Remove the tx backlog queue Not only it was improperly use to queue backlogged RX skbuffs, but it was also not processed at all. If the socket receive queue is full we simply drop the incoming packets. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>