diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-28 18:21:25 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-28 23:19:08 +0100 |
commit | 5d65cae4bf6ffe29bba90f621e947922c5fb80db (patch) | |
tree | 598d2c5b11b62fe3873c882693347daf1ad59eea /net/mac802154/ieee802154_i.h | |
parent | 0ea3da64fa602efa0a89502eefdb396be84d2eba (diff) | |
download | linux-next-5d65cae4bf6ffe29bba90f621e947922c5fb80db.tar.gz |
mac802154: rename running to started
This variable should be handled like ieee80211_local struct of mac80211.
We rename this variable to started now to have the same name convention.
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 e34fe51043f2..f52afd4ced92 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -54,7 +54,7 @@ struct ieee802154_local { * This flag should be modified under slaves_mtx and RTNL, so you can * read them using any of protection methods. */ - bool running; + bool started; struct tasklet_struct tasklet; struct sk_buff_head skb_queue; |