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)
commit2593c2c6ec236c6aedbb8182d103185ab6580285
treec5377cf7da2044aa51bbe8c09dc9e8b6df292c95
parentcb950d9304b2965bef07e26d6c0eb34a0b1f75fe
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>
net/nfc/llcp/llcp.c
net/nfc/llcp/llcp.h
net/nfc/llcp/sock.c