diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2010-01-03 21:02:47 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-07 03:24:54 -0500 |
commit | fc6a110754476362f9f4fa3199a637f2331c5993 (patch) | |
tree | 2b1457da4758751121ec396767e200dc2a28c2ed /include | |
parent | f6de7acc42de909ccc7f00916ddb4d2064f42b67 (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')
-rw-r--r-- | include/net/phonet/pep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/phonet/pep.h b/include/net/phonet/pep.h index 4c61cdce4e5f..c37162547a93 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 | ||
78 | enum { | 78 | enum { |
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, |