]> git.baikalelectronics.ru Git - kernel.git/commit
atm: Introduce vcc_process_recv_queue
authorJorge Boncompte [DTI2] <jorge@dti2.net>
Mon, 21 Nov 2011 10:25:57 +0000 (10:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Nov 2011 21:15:42 +0000 (16:15 -0500)
commit08bd165a7892e79d014ae3128674a2b79b11642c
tree31a7c44400e598e82e1de0a7326952d00b28767d
parent54e841e9880fbc0508b500e0c543bd52cc966865
atm: Introduce vcc_process_recv_queue

This function moves the implementation found in the clip and br2684
modules to common code, correctly unlinks the skb from the queue
before pushing it and makes pppoatm use it.

Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/br2684.c
net/atm/clip.c
net/atm/common.c
net/atm/common.h
net/atm/pppoatm.c