diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-25 17:16:41 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-25 21:55:38 +0200 |
commit | f773054254b6aa0196063658c7e247e7c6eacbeb (patch) | |
tree | 05be8383f48f9ed79971fd8004d5852950750642 /net/mac802154/ieee802154_i.h | |
parent | mac802154: introduce IEEE802154_DEV_TO_SUB_IF (diff) | |
download | linux-f773054254b6aa0196063658c7e247e7c6eacbeb.tar.xz linux-f773054254b6aa0196063658c7e247e7c6eacbeb.zip |
mac802154: rename dev_workqueue to workqueue
Small rename to use the name workqueue than dev_workqueue. To bring the
same naming convention like wireless into 802.15.4.
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 61885aaea6b6..7aae6920fa30 100644 --- a/net/mac802154/ieee802154_i.h +++ b/net/mac802154/ieee802154_i.h @@ -48,7 +48,7 @@ struct ieee802154_local { /* This one is used for scanning and other jobs not to be interfered * with serial driver. */ - struct workqueue_struct *dev_workqueue; + struct workqueue_struct *workqueue; /* SoftMAC device is registered and running. One can add subinterfaces. * This flag should be modified under slaves_mtx and RTNL, so you can |