linux/include/net/caif
Sjur Braendeland 8d545c8f95 caif: Disconnect without waiting for response
Changes:
o Function cfcnfg_disconn_adapt_layer is changed to do asynchronous
  disconnect, not waiting for any response from the modem. Due to this
  the function cfcnfg_linkdestroy_rsp does nothing anymore.
o Because disconnect may take down a connection before a connect response
  is received the function cfcnfg_linkup_rsp is checking if the client is
  still waiting for the response, if not a disconnect request is sent to
  the modem.
o cfctrl is no longer keeping track of pending disconnect requests.
o Added function cfctrl_cancel_req, which is used for deleting a pending
  connect request if disconnect is done before connect response is received.
o Removed unused function cfctrl_insert_req2
o Added better handling of connect reject from modem.

Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-28 12:55:13 -07:00
..
caif_dev.h caif: Add reference counting to service layer 2010-04-28 12:55:12 -07:00
caif_device.h net-caif: add CAIF Link layer device header files 2010-03-30 19:08:45 -07:00
caif_layer.h net-caif: add CAIF core protocol stack header files 2010-03-30 19:08:45 -07:00
cfcnfg.h caif: Add reference counting to service layer 2010-04-28 12:55:12 -07:00
cfctrl.h caif: Disconnect without waiting for response 2010-04-28 12:55:13 -07:00
cffrml.h net-caif: add CAIF core protocol stack header files 2010-03-30 19:08:45 -07:00
cfmuxl.h net-caif: add CAIF core protocol stack header files 2010-03-30 19:08:45 -07:00
cfpkt.h net-caif: add CAIF core protocol stack header files 2010-03-30 19:08:45 -07:00
cfserl.h net-caif: add CAIF core protocol stack header files 2010-03-30 19:08:45 -07:00
cfsrvl.h caif: Add reference counting to service layer 2010-04-28 12:55:12 -07:00