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>
This commit is contained in:

committed by
Marcel Holtmann

parent
59d19cd70c
commit
f773054254
@@ -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
|
||||
|
Reference in New Issue
Block a user