summaryrefslogtreecommitdiff
path: root/ipacm/src/IPACM_Wlan.cpp
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2015-07-16 12:07:44 -0700
committerSkylar Chang <chiaweic@codeaurora.org>2015-07-16 14:56:43 -0700
commitd5611c71c1d965ada3567dee743cf910331bccfe (patch)
tree521160ba33cd0964349ef2852966575e8ceb049e /ipacm/src/IPACM_Wlan.cpp
parent5d2b750492e8ef60e484cbcf33cc3324fba58ba0 (diff)
downloadipacfg-mgr-d5611c71c1d965ada3567dee743cf910331bccfe.tar.gz
IPACM: Fix the filter index while deleting the rule
This change fixes the incorrect filter index counter while deleting the IPv6 filetring rules while switching from AP mode to AP-STA mode and vice-versa. Change-Id: I231c90b1f4a8ab468c44323dd36276be71c5abf2
Diffstat (limited to 'ipacm/src/IPACM_Wlan.cpp')
-rw-r--r--ipacm/src/IPACM_Wlan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipacm/src/IPACM_Wlan.cpp b/ipacm/src/IPACM_Wlan.cpp
index a1a103e..38f4308 100644
--- a/ipacm/src/IPACM_Wlan.cpp
+++ b/ipacm/src/IPACM_Wlan.cpp
@@ -479,7 +479,7 @@ void IPACM_Wlan::event_callback(ipa_cm_event_id event, void *param)
IPACMDBG_H("Received IPA_WAN_V6_DOWN in WLAN-instance and need clean up client IPv6 address \n");
/* reset wifi-client ipv6 rt-rules */
handle_wlan_client_reset_rt(IPA_IP_v6);
- IPACMDBG_H("Backhaul is sta mode?%d\n", data_wan->is_sta);
+ IPACMDBG_H("Backhaul is sta mode ? %d\n", data_wan->is_sta);
if(data_wan->is_sta == false && wlan_ap_index > 0)
{
IPACMDBG_H("This is not the first AP instance and not STA mode, ignore WAN_DOWN event.\n");