]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit80bb14d5294cd13541a51f48660bda713ad8229f
treec5377cf7da2044aa51bbe8c09dc9e8b6df292c95
parent2c30e24dc4346542f657b7fb6978a66b08ef199c
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