ieee802154: add helper wpan_phy_to_rdev function
[deliverable/linux.git] / net / mac802154 / cfg.c
CommitLineData
1201cd22
AA
1/* 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 * Alexander Aring <aar@pengutronix.de>
12 *
13 * Based on: net/mac80211/cfg.c
14 */
15
16#include <net/cfg802154.h>
17
18const struct cfg802154_ops mac802154_config_ops = {
19};
This page took 0.02571 seconds and 5 git commands to generate.