solos-pci: wait for pending TX to complete when releasing vcc
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 27 Nov 2012 23:49:24 +0000 (23:49 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 2 Dec 2012 00:04:51 +0000 (00:04 +0000)
commit7ad3eadebcb1778c11bbf0fe059d0804173a8123
tree6dbd35f54b13fd2ccb3076b3fa4e8072712c0f07
parent397ff16dce53888ec693b3718640be2560204751
solos-pci: wait for pending TX to complete when releasing vcc

We should no longer be calling the old pop routine for the vcc, after
vcc_release() has completed. Make sure we wait for any pending TX skbs
to complete, by waiting for our own PKT_PCLOSE control skb to be sent.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/atm/solos-pci.c