NFC: llcp: Remove the tx backlog queue
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 7 Dec 2012 14:55:19 +0000 (15:55 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 Jan 2013 23:44:31 +0000 (00:44 +0100)
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>

No differences found