aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet
diff options
context:
space:
mode:
Diffstat (limited to 'net/phonet')
-rw-r--r--net/phonet/pep-gprs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phonet/pep-gprs.c b/net/phonet/pep-gprs.c
index 0b640b0fce0c..a2873203dff2 100644
--- a/net/phonet/pep-gprs.c
+++ b/net/phonet/pep-gprs.c
@@ -260,7 +260,7 @@ static int gprs_set_mtu(struct net_device *dev, int new_mtu)
260static void gprs_setup(struct net_device *dev) 260static void gprs_setup(struct net_device *dev)
261{ 261{
262 dev->features = NETIF_F_FRAGLIST; 262 dev->features = NETIF_F_FRAGLIST;
263 dev->type = ARPHRD_NONE; 263 dev->type = ARPHRD_PHONET_PIPE;
264 dev->flags = IFF_POINTOPOINT | IFF_NOARP; 264 dev->flags = IFF_POINTOPOINT | IFF_NOARP;
265 dev->mtu = GPRS_DEFAULT_MTU; 265 dev->mtu = GPRS_DEFAULT_MTU;
266 dev->hard_header_len = 0; 266 dev->hard_header_len = 0;