1
0
Files
linux/net/mac802154
Lennert Buytenhek 641459ca33 mac802154: mac802154_mlme_start_req() optimisation.
mac802154_mlme_start_req() calls
ieee802154_mlme_ops(dev)->llsec->set_params() on the net_device
passed into it, however, this net_device will always be a mac802154
net_device, so just call mac802154_set_params() directly instead.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-05-26 20:26:10 +02:00
..
2015-05-23 17:57:08 +02:00
2015-05-19 19:35:48 +02:00
2014-05-16 17:23:41 -04:00
2015-05-19 11:44:42 +02:00
2015-05-23 17:57:08 +02:00
2015-05-23 17:57:08 +02:00