]> git.baikalelectronics.ru Git - kernel.git/commit
net: ieee802154: have genetlink code to parse the attrs during dumpit
authorJiri Pirko <jiri@mellanox.com>
Sat, 5 Oct 2019 18:04:37 +0000 (20:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Oct 2019 13:44:47 +0000 (15:44 +0200)
commit1bd0a4c050f3e0bbbe5790d6bdcdce2d0088dcf5
tree84ffae4c79490c503620d94fdc2467f51277206c
parentaa97a7fc27d2117479e9e8d79a526401b11d8ed0
net: ieee802154: have genetlink code to parse the attrs during dumpit

Benefit from the fact that the generic netlink code can parse the attrs
for dumpit op and avoid need to parse it in the op callback.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/nl802154.c