forked from Minki/linux
20 lines
614 B
C
20 lines
614 B
C
|
/* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2
|
||
|
* as published by the Free Software Foundation.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*
|
||
|
* Authors:
|
||
|
* Alexander Aring <aar@pengutronix.de>
|
||
|
*
|
||
|
* Based on: net/mac80211/cfg.c
|
||
|
*/
|
||
|
|
||
|
#include <net/cfg802154.h>
|
||
|
|
||
|
const struct cfg802154_ops mac802154_config_ops = {
|
||
|
};
|