diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ieee802154/6lowpan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index c9c3f3d18c41..f4969d782362 100644 --- a/net/ieee802154/6lowpan.c +++ b/net/ieee802154/6lowpan.c | |||
@@ -104,7 +104,7 @@ static const u8 lowpan_llprefix[] = {0xfe, 0x80}; | |||
104 | struct lowpan_dev_info { | 104 | struct lowpan_dev_info { |
105 | struct net_device *real_dev; /* real WPAN device ptr */ | 105 | struct net_device *real_dev; /* real WPAN device ptr */ |
106 | struct mutex dev_list_mtx; /* mutex for list ops */ | 106 | struct mutex dev_list_mtx; /* mutex for list ops */ |
107 | unsigned short fragment_tag; | 107 | unsigned short fragment_tag; |
108 | }; | 108 | }; |
109 | 109 | ||
110 | struct lowpan_dev_record { | 110 | struct lowpan_dev_record { |