blob: ed0eec9b41a11ffe6355ac6c7b978224044f39bd [file] [log] [blame]
Alexander Aringb72f6f52015-08-11 21:44:08 +02001/* This program is free software; you can redistribute it and/or modify
2 * it under the terms of the GNU General Public License version 2
3 * as published by the Free Software Foundation.
4 *
5 * This program is distributed in the hope that it will be useful,
6 * but WITHOUT ANY WARRANTY; without even the implied warranty of
7 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8 * GNU General Public License for more details.
9 *
10 * Authors:
11 * (C) 2015 Pengutronix, Alexander Aring <aar@pengutronix.de>
12 */
13
14#include <net/6lowpan.h>
15
16void lowpan_netdev_setup(struct net_device *dev, enum lowpan_lltypes lltype)
17{
18 lowpan_priv(dev)->lltype = lltype;
19}
20EXPORT_SYMBOL(lowpan_netdev_setup);