[help]How does Adapter->remove_wait work properly?

陳彥宏 <[email protected]> Thu, 15 Jan 2004 23:27:32 +0800
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <007f01c3db7c$18d97d00$0801a8c0@redoctober>
hi,

How does wait queue(Adapter->remove_wait) work properly? In usb_vnet_disconnect( ) we don't have the line like 
add_wait_queue(Adapter->remove_wait,&wait).

-james