cfg802154: convert deprecated iface add and del
authorAlexander Aring <alex.aring@gmail.com>
Sun, 2 Nov 2014 03:18:38 +0000 (04:18 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 2 Nov 2014 03:51:06 +0000 (04:51 +0100)
commit4a9a816a4f8c79260446811bdf80615b36539949
tree0a1cd15db83d484ed190714bf60db93341f9c7c7
parentea4dcd32a445908c12e04b3b879c57ec5b3e659a
cfg802154: convert deprecated iface add and del

This patch removes the wpan_phy callbacks for add and del an interface
on a phy. Instead we introduce deprecated cfg802154 callbacks for this.
Furthermore we introduce a new netlink interface nl802154 which use
different callbacks. The deprecated function is to have a backwards
compatibility with the current netlink interface.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/cfg802154.h
net/ieee802154/nl-phy.c
net/ieee802154/rdev-ops.h [new file with mode: 0644]
net/mac802154/cfg.c
net/mac802154/ieee802154_i.h
net/mac802154/main.c
This page took 0.024937 seconds and 5 git commands to generate.