diff options
Diffstat (limited to 'net/mac80211/util.c')
-rw-r--r-- | net/mac80211/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index f64804fed0a9..790c32f894c0 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c | |||
@@ -382,6 +382,7 @@ void ieee80211_iterate_active_interfaces( | |||
382 | case IEEE80211_IF_TYPE_STA: | 382 | case IEEE80211_IF_TYPE_STA: |
383 | case IEEE80211_IF_TYPE_IBSS: | 383 | case IEEE80211_IF_TYPE_IBSS: |
384 | case IEEE80211_IF_TYPE_WDS: | 384 | case IEEE80211_IF_TYPE_WDS: |
385 | case IEEE80211_IF_TYPE_MESH_POINT: | ||
385 | break; | 386 | break; |
386 | } | 387 | } |
387 | if (sdata->dev == local->mdev) | 388 | if (sdata->dev == local->mdev) |