]> git.baikalelectronics.ru Git - kernel.git/commit
doc: linux-wpan: Change the old function names to the lastest function names
authorJian-Hong Pan <starnight@g.ncu.edu.tw>
Sun, 6 Aug 2017 16:28:29 +0000 (00:28 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 10 Aug 2017 21:03:18 +0000 (15:03 -0600)
commitfd2e8fe143d3c6e7b34af5ecf39fef1b09da174a
tree5dd1b31713eec46a2322ffaf7f526f58212194be
parentb61abd1fe071a0d401fced14943ba3a3f87d3743
doc: linux-wpan: Change the old function names to the lastest function names

The function declaration in the lastest include/net/mac802154.h has been
changed since v3.19.

ieee802154_alloc_device => ieee802154_alloc_hw
ieee802154_free_device => ieee802154_free_hw
ieee802154_register_device => ieee802154_register_hw
ieee802154_unregister_device => ieee802154_unregister_hw

However, the description in the Device drivers API section of
Documentation/networking/ieee802154.txt is still in the state of
v3.18.63.

Signed-off-by: Jian-Hong Pan <starnight@g.ncu.edu.tw>
Acked-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/networking/ieee802154.txt