summaryrefslogtreecommitdiff
path: root/ipacm/inc/IPACM_Iface.h
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2015-12-28 16:41:58 -0800
committerSkylar Chang <chiaweic@codeaurora.org>2016-04-11 14:52:03 -0700
commit6ae5e614d605244305577f1555eaba02c4177572 (patch)
tree70d73f43c690a9234fd0c7e5434903dba85b7bdd /ipacm/inc/IPACM_Iface.h
parentb81a3893c0a0dc161310507c3eb11b5d058fce0c (diff)
downloadipacfg-mgr-6ae5e614d605244305577f1555eaba02c4177572.tar.gz
IPACM: refactoring filtering on LAN/WLAN interfaces
Refactoring the filtering structure on LAN/WLAN interfaces: 1. unify the handling of Ethernet Bridging on LAN and WLAN 2. remove dummy filtering rules Change-Id: If3c65c3932898ca992728526375fbcdd1d227d9c
Diffstat (limited to 'ipacm/inc/IPACM_Iface.h')
-rw-r--r--ipacm/inc/IPACM_Iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipacm/inc/IPACM_Iface.h b/ipacm/inc/IPACM_Iface.h
index 9f38325..89bb26f 100644
--- a/ipacm/inc/IPACM_Iface.h
+++ b/ipacm/inc/IPACM_Iface.h
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2013, The Linux Foundation. All rights reserved.
+Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -81,7 +81,7 @@ public:
int ipa_if_num;
/* IPACM interface category */
- int ipa_if_cate;
+ ipacm_iface_type ipa_if_cate;
/* IPACM interface name */
char dev_name[IF_NAME_LEN];