summaryrefslogtreecommitdiffstats
path: root/net/mac802154/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac802154/monitor.c')
-rw-r--r--net/mac802154/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/monitor.c b/net/mac802154/monitor.c
index 79bce5258b0c..9d2ac5ea6634 100644
--- a/net/mac802154/monitor.c
+++ b/net/mac802154/monitor.c
@@ -65,7 +65,7 @@ void mac802154_monitors_rx(struct ieee802154_local *local, struct sk_buff *skb)
u8 *data;
rcu_read_lock();
- list_for_each_entry_rcu(sdata, &local->slaves, list) {
+ list_for_each_entry_rcu(sdata, &local->interfaces, list) {
if (sdata->type != IEEE802154_DEV_MONITOR ||
!netif_running(sdata->dev))
continue;
OpenPOWER on IntegriCloud