aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>2010-01-03 21:02:47 -0500
committerDavid S. Miller <davem@davemloft.net>2010-01-07 03:24:54 -0500
commitfc6a110754476362f9f4fa3199a637f2331c5993 (patch)
tree2b1457da4758751121ec396767e200dc2a28c2ed /include/net
parentf6de7acc42de909ccc7f00916ddb4d2064f42b67 (diff)
Phonet: zero-copy aligned GPRS RX
Newer Nokia cellular modems can use aligned payload for their GPRS pipe. 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')
-rw-r--r--include/net/phonet/pep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/phonet/pep.h b/include/net/phonet/pep.h
index 4c61cdce4e5..c37162547a9 100644
--- a/include/net/phonet/pep.h
+++ b/include/net/phonet/pep.h
@@ -77,6 +77,7 @@ static inline struct pnpipehdr *pnp_hdr(struct sk_buff *skb)
77 77
78enum { 78enum {
79 PNS_PIPE_DATA = 0x20, 79 PNS_PIPE_DATA = 0x20,
80 PNS_PIPE_ALIGNED_DATA,
80 81
81 PNS_PEP_CONNECT_REQ = 0x40, 82 PNS_PEP_CONNECT_REQ = 0x40,
82 PNS_PEP_CONNECT_RESP, 83 PNS_PEP_CONNECT_RESP,