net: ieee802154: forbid monitor for add llsec dev
authorAlexander Aring <aahringo@redhat.com>
Mon, 5 Apr 2021 00:30:46 +0000 (20:30 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Apr 2021 11:00:53 +0000 (13:00 +0200)
commit813b13155d14c4cdcaf8085c3d2f0ff9cec60f53
tree5173c27e7cb665425bc93cf40277f26df2edac19
parent2f80452951b5380680d4cd32d9165aa218037eaf
net: ieee802154: forbid monitor for add llsec dev

[ Upstream commit 5303f956b05a2886ff42890908156afaec0f95ac ]

This patch forbids to add llsec dev for monitor interfaces which we
don't support yet. Otherwise we will access llsec mib which isn't
initialized for monitors.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Link: https://lore.kernel.org/r/20210405003054.256017-8-aahringo@redhat.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/ieee802154/nl802154.c