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>
Šī revīzija ir iekļauta:
Alexander Aring
2014-10-25 17:16:34 +02:00
revīziju iesūtīja Marcel Holtmann
vecāks 36426484fc
revīzija 5a50439775
8 mainīti faili ar 179 papildinājumiem un 179 dzēšanām

Parādīt failu

@@ -27,7 +27,7 @@
/* mac802154 device private data */
struct mac802154_priv {
struct ieee802154_dev hw;
struct ieee802154_hw hw;
struct ieee802154_ops *ops;
/* ieee802154 phy */