commit | 4e0ea8039089091f0d4a54df380dc9aaf9ff33ee | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Fri Sep 01 14:24:59 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Fri Sep 08 03:57:25 2017 -0700 |
tree | a3c22104edf07c2b4d9b77e757a941981f5d55a3 | |
parent | c15357faae10fc1cfe2ed02edd31bc940b1497d0 [diff] |
qcacmn: Remove cds_ctx param from register_ocb_peer() The cdp_peer_ops register_ocb_peer() method currently takes a cds_ctx parameter. Converged datapath APIs should not require the MCL-specific CDS context, and in fact it is not required by the MCL implementation, so remove it from all OCB peer registration APIs. Change-Id: I8ebb49713b26ef5bbf25cc7e4b09b1b29e579844 CRs-Fixed: 2103450