commit | 0f97d2e6a7fe55255ea99d7afa692fc1fa3a32c1 | [log] [tgz] |
---|---|---|
author | Pooja Kumari <kumarip@codeaurora.org> | Thu Oct 10 19:40:22 2019 +0530 |
committer | Pooja Kumari <kumarip@codeaurora.org> | Thu Oct 10 19:40:22 2019 +0530 |
tree | 15118a26e533adb0992e6c16072d7a34e9d30c82 | |
parent | ea48515e61f4837223ac8546c34939b0b0e13311 [diff] |
ipacm: send tether_client struct in ioctl to set tether client Currently address of tether_client structure is passed with WAN_IOC_SET_TETHER_CLIENT_PIPE ioctl. So IPA driver has not received proper value of ul_src_pipe_len and tether client pipe is not set. Pass tether_client var with ioctl to IPA driver as tether_client is pointer type variable. Change-Id: I8697dd7a003278e05c27a580529e1421ae3a6448