diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-25 17:16:36 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-25 21:55:37 +0200 |
commit | 036562f9c4d942f2fbc77ae3215309bde340546f (patch) | |
tree | 07ae942f7c4dc57b91d5e0aec5a0a1be617a53a5 /net/mac802154/ieee802154_i.h | |
parent | a5e1ec538f54c4cb8ec9ce30867cfbab57225280 (diff) | |
download | talos-obmc-linux-036562f9c4d942f2fbc77ae3215309bde340546f.tar.gz talos-obmc-linux-036562f9c4d942f2fbc77ae3215309bde340546f.zip |
mac802154: rename mac802154_sub_if_data
Like wireless this structure should named ieee802154_sub_if_data and not
mac802154_sub_if_data. This patch renames the struct and variables to
sdata instead priv sometimes.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/mac802154/ieee802154_i.h')
-rw-r--r-- | net/mac802154/ieee802154_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/ieee802154_i.h b/net/mac802154/ieee802154_i.h index eb55cd2d0b34..daaca371110f 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -66,7 +66,7 @@ struct ieee802154_local { * Each ieee802154 device/transceiver may have several slaves and able * to be associated with several networks at the same time. */ -struct mac802154_sub_if_data { +struct ieee802154_sub_if_data { struct list_head list; /* the ieee802154_priv->slaves list */ struct ieee802154_local *hw; |