aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/phonet
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>2011-02-24 18:15:00 -0500
committerDavid S. Miller <davem@davemloft.net>2011-02-25 14:19:36 -0500
commit0165d69bcb18c5aa220538389c872852243f9725 (patch)
treeaaba3b2e61bf4d8997530099f4c2da566f0f5976 /include/net/phonet
parent2feb61816f7f0be57f4bc61137555e9a8cb4f322 (diff)
Phonet: don't bother with transaction IDs (especially for indications)
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/phonet')
-rw-r--r--include/net/phonet/pep.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/net/phonet/pep.h b/include/net/phonet/pep.h
index 4c48ed80bc07..37f23dc05de8 100644
--- a/include/net/phonet/pep.h
+++ b/include/net/phonet/pep.h
@@ -165,15 +165,4 @@ enum {
165 PEP_IND_READY, 165 PEP_IND_READY,
166}; 166};
167 167
168#ifdef CONFIG_PHONET_PIPECTRLR
169#define PNS_PEP_CONNECT_UTID 0x02
170#define PNS_PIPE_CREATED_IND_UTID 0x04
171#define PNS_PIPE_ENABLE_UTID 0x0A
172#define PNS_PIPE_ENABLED_IND_UTID 0x0C
173#define PNS_PIPE_DISABLE_UTID 0x0F
174#define PNS_PIPE_DISABLED_IND_UTID 0x11
175#define PNS_PEP_DISCONNECT_UTID 0x06
176
177#endif /* CONFIG_PHONET_PIPECTRLR */
178
179#endif 168#endif