Alexander Aring bdca1fd9a6 fakelb: fix schedule while atomic
This patch changes the spinlock to mutex for the available fakelb phy
list. When holding the spinlock the ieee802154_unregister_hw is called
which holding the rtnl_mutex, in that case we get a "BUG: sleeping function
called from invalid context" error. We simple change the spinlock to
mutex which allows to hold the rtnl lock there.

Signed-off-by: Alexander Aring <aar@pengutronix.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2016-09-19 20:19:34 +02:00
..
2016-08-06 09:20:13 -04:00
2016-06-15 22:06:06 -07:00
2016-08-15 11:57:55 -07:00
2016-09-19 01:25:22 -04:00
2016-08-31 14:33:09 -07:00
2016-05-09 00:00:28 -04:00
2016-09-19 01:25:22 -04:00
2016-09-09 16:52:43 -07:00
2016-08-30 22:27:18 -07:00
2016-07-19 19:25:43 -07:00
2016-09-17 10:05:05 -04:00