Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111966
b: refs/heads/master
c: 6e50e8a
h: refs/heads/master
v: v3
  • Loading branch information
Remi Denis-Courmont authored and David S. Miller committed Oct 1, 2008
1 parent 87bcbec commit 7256604
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a57334e95e4fb132acca05bdc0efa2f9dda194af
refs/heads/master: 6e50e8a2136f1a90de251c653226ded447c5c915
11 changes: 6 additions & 5 deletions trunk/include/linux/if_phonet.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
*
* Copyright (C) 2008 Nokia Corporation. All rights reserved.
*/
#ifndef LINUX_IF_PHONET_H
#define LINUX_IF_PHONET_H

#define PHONET_HEADER_LEN 8 /* Phonet header length */

#define PHONET_MIN_MTU 6
/* 6 bytes header + 65535 bytes payload */
#define PHONET_MAX_MTU 65541
#define PHONET_MIN_MTU 6 /* pn_length = 0 */
#define PHONET_MAX_MTU 65541 /* pn_length = 0xffff */
#define PHONET_DEV_MTU PHONET_MAX_MTU

#ifdef __KERNEL__
extern struct header_ops phonet_header_ops;
#endif

#endif

0 comments on commit 7256604

Please sign in to comment.