2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-14 16:23:51 +08:00
linux-next/net/ieee802154
Dmitry Eremin-Solenikov 932c1329ac nl802154: fix Oops in ieee802154_nl_get_dev
ieee802154_nl_get_dev() lacks check for the existance of the device
that was returned by dev_get_XXX, thus resulting in Oops for non-existing
devices. Fix it.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-06-29 18:20:27 +04:00
..
af802154.h net: add IEEE 802.15.4 socket family implementation 2009-06-09 05:25:32 -07:00
af_ieee802154.c ieee802154: use standard routine for printing dumps 2009-06-19 00:18:43 -07:00
dgram.c net: correct off-by-one write allocations reports 2009-06-18 00:29:12 -07:00
Kconfig net: add IEEE 802.15.4 socket family implementation 2009-06-09 05:25:32 -07:00
Makefile net: add NL802154 interface for configuration of 802.15.4 devices 2009-06-09 05:25:33 -07:00
netlink.c nl802154: fix Oops in ieee802154_nl_get_dev 2009-06-29 18:20:27 +04:00
nl_policy.c net: add NL802154 interface for configuration of 802.15.4 devices 2009-06-09 05:25:33 -07:00
raw.c ieee802154: Use '%Zu' printf format for size_t. 2009-06-11 02:10:19 -07:00