diff options
| author | Yun Park <yunp@qca.qualcomm.com> | 2015-06-04 12:54:25 -0700 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2015-06-12 19:51:55 +0530 |
| commit | 7460a558ed96fcbb0e304a6c94e8cc0b181f2dfd (patch) | |
| tree | 8d604762df93ffbbc878b000b5cfbf9c016999ca | |
| parent | f5d8de7de278256242339617dfea633b860f9961 (diff) | |
qcacld:IPA-uC: Set IPA TX interface property alt_dst_pipe for IPv6
Since IPA TX interface property alt_dst_pipe is not set for IPv6,
this will cause IPA assertion for IPv6 Tx packets in MCC mode.
Change-Id: I4afc4066cbeae0dc7cf6df888ec0771e8511736a
CRs-fixed: 845045
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_ipa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_ipa.c b/CORE/HDD/src/wlan_hdd_ipa.c index dc8349f14cd4..d41c6f72ba24 100644 --- a/CORE/HDD/src/wlan_hdd_ipa.c +++ b/CORE/HDD/src/wlan_hdd_ipa.c @@ -2909,6 +2909,7 @@ static int hdd_ipa_register_interface(struct hdd_ipa_priv *hdd_ipa, #ifdef IPA_UC_OFFLOAD tx_prop[IPA_IP_v6].hdr_l2_type = IPA_HDR_L2_ETHERNET_II; tx_prop[IPA_IP_v6].dst_pipe = IPA_CLIENT_WLAN1_CONS; + tx_prop[IPA_IP_v6].alt_dst_pipe = iface_context->cons_client; #else tx_prop[IPA_IP_v6].dst_pipe = iface_context->cons_client; #endif |
