mac802154: rename sdata slaves and slaves_mtx
[deliverable/linux.git] / net / mac802154 / ieee802154_i.h
index c5b1ab743695cf0c015ab0045e9200b674b5376f..b7cf41c989ec78fd31d0b21d11f9e0733b219733 100644 (file)
@@ -42,8 +42,8 @@ struct ieee802154_local {
         *
         * So atomic readers can use any of this protection methods.
         */
-       struct list_head        slaves;
-       struct mutex            slaves_mtx;
+       struct list_head        interfaces;
+       struct mutex            iflist_mtx;
 
        /* This one is used for scanning and other jobs not to be interfered
         * with serial driver.
This page took 0.024775 seconds and 5 git commands to generate.