]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: rename ieee802154_dev to ieee802154_hw
authorAlexander Aring <alex.aring@gmail.com>
Sat, 25 Oct 2014 15:16:34 +0000 (17:16 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 25 Oct 2014 19:55:37 +0000 (21:55 +0200)
commit190a93be5893b89dbd58a8bf23ef704e6bee730a
tree8c2186840f6c46198a46234dede46a5e990f93fa
parentca33220b942ff860f420e456846631e1ede45a0f
ieee802154: rename ieee802154_dev to ieee802154_hw

The identical struct of the wireless stack implementation is named
ieee80211_hw. This is useful to name the variable hw instead of get
confusing with netdev dev variable.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/at86rf230.c
drivers/net/ieee802154/cc2520.c
drivers/net/ieee802154/fakelb.c
drivers/net/ieee802154/mrf24j40.c
include/net/mac802154.h
net/mac802154/ieee802154_i.h
net/mac802154/main.c
net/mac802154/rx.c