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)
commit5a50439775853a8d565115edb63a5ab4bb780479
tree8c2186840f6c46198a46234dede46a5e990f93fa
parent36426484fcaca2153616d6f3496b389a5b11bd9f
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
This page took 0.030295 seconds and 5 git commands to generate.