diff options
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r-- | net/mac80211/mesh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index a0141f5ff184..30cf891fd3a8 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c | |||
@@ -566,7 +566,7 @@ static void ieee80211_mesh_work(struct work_struct *work) | |||
566 | if (!netif_running(sdata->dev)) | 566 | if (!netif_running(sdata->dev)) |
567 | return; | 567 | return; |
568 | 568 | ||
569 | if (local->sta_sw_scanning || local->sta_hw_scanning) | 569 | if (local->sw_scanning || local->hw_scanning) |
570 | return; | 570 | return; |
571 | 571 | ||
572 | while ((skb = skb_dequeue(&ifmsh->skb_queue))) | 572 | while ((skb = skb_dequeue(&ifmsh->skb_queue))) |