aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wwan/iosm/iosm_ipc_mux.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-10net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar1-10/+18
If there is no active IP session (interface up & running) then release the data channel. Use nr_sessions variable to track current active IP sessions. If the count drops to 0, then send pipe close ctrl message to release the data channel. Signed-off-by: M Chetan Kumar <[email protected]> Reviewed-by: Sergey Ryazanov <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
2021-06-13net: iosm: multiplex IP sessionsM Chetan Kumar1-0/+455
Establish IP session between host-device & session management. Signed-off-by: M Chetan Kumar <[email protected]> Signed-off-by: David S. Miller <[email protected]>