linux_dsm_epyc7002/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_config_util.c net-caif: add CAIF device registration functionality 2010-03-30 19:08:47 -07:00
caif_dev.c caif: Add reference counting to service layer 2010-04-28 12:55:12 -07:00
caif_socket.c net: use sk_sleep() 2010-04-26 11:18:45 -07:00
cfcnfg.c caif: Disconnect without waiting for response 2010-04-28 12:55:13 -07:00
cfctrl.c caif: Disconnect without waiting for response 2010-04-28 12:55:13 -07:00
cfdbgl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfdgml.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cffrml.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfmuxl.c caif: Add reference counting to service layer 2010-04-28 12:55:12 -07:00
cfpkt_skbuff.c net-caif: add CAIF generic caif support functions 2010-03-30 19:08:47 -07:00
cfrfml.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfserl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfsrvl.c caif: Add reference counting to service layer 2010-04-28 12:55:12 -07:00
cfutill.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfveil.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfvidl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
chnl_net.c net-caif: add CAIF netdevice 2010-03-30 19:08:48 -07:00
Kconfig net-caif: add CAIF Kconfig and Makefiles 2010-03-30 19:08:49 -07:00
Makefile net-caif: add CAIF Kconfig and Makefiles 2010-03-30 19:08:49 -07:00