netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] ieee802154_mlme_ops oops removal and cleanup
@ 2013-04-04 16:31 Werner Almesberger
  2013-04-04 16:32 ` [PATCH net-next 1/2] IEEE 802.15.4: remove get_bsn from "struct ieee802154_mlme_ops" Werner Almesberger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Werner Almesberger @ 2013-04-04 16:31 UTC (permalink / raw)
  To: netdev; +Cc: linux-zigbee-devel

This fixes a kernel oops we get when some linux-zigbee user
space tools try to invoke unimplemented operations.

The second of the two patches checks whether the respective
functions are present and returne EOPNOTSUPP if they aren't.
It also updates the documentation.

The first one removes the unused get_bsn function, which was
a small obstacle for the other patch.

- Werner

Werner Almesberger (2):
  IEEE 802.15.4: remove get_bsn from "struct ieee802154_mlme_ops"
  ieee802154/nl-mac.c: make some MLME operations optional

 Documentation/networking/ieee802154.txt |    5 +++--
 drivers/net/ieee802154/fakehard.c       |   21 ---------------------
 include/net/ieee802154_netdev.h         |    5 ++++-
 net/ieee802154/nl-mac.c                 |   25 ++++++++++++++++++++-----
 4 files changed, 27 insertions(+), 29 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-08 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 16:31 [PATCH net-next 0/2] ieee802154_mlme_ops oops removal and cleanup Werner Almesberger
2013-04-04 16:32 ` [PATCH net-next 1/2] IEEE 802.15.4: remove get_bsn from "struct ieee802154_mlme_ops" Werner Almesberger
2013-04-04 16:32 ` [PATCH net-next 2/2] ieee802154/nl-mac.c: make some MLME operations optional Werner Almesberger
2013-04-08 16:00 ` [PATCH net-next 0/2] ieee802154_mlme_ops oops removal and cleanup David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).