search for: ctrl_if_tx_tasklet

Displaying 1 result from an estimated 1 matches for "ctrl_if_tx_tasklet".

2005 Jul 20
0
[PATCH] Control Interface tx tasklet
Hi, Below is a patch to prevent a NULL function being called by the ctrl_if_tx_tasklet. This should not really be necessary (although its a sensible check to make), however, I have been using the control interface, with a ctrl_if_send_message_and_get_response call and have noticed that duplicate responses (or response notifications) are sometimes recieved by this tasklet. Since the...