]> 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)
commit68a96b1383577611fea8df20cd46d0f568324733
treec5377cf7da2044aa51bbe8c09dc9e8b6df292c95
parentd74dee06c6e543114f3c561543f0ddd85a037cf1
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