diff options
Diffstat (limited to 'net/mac80211/iface.c')
-rw-r--r-- | net/mac80211/iface.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index 86c83084542a..a1f7194295fe 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
@@ -294,7 +294,8 @@ static int ieee80211_check_queues(struct ieee80211_sub_if_data *sdata) | |||
294 | } | 294 | } |
295 | } | 295 | } |
296 | 296 | ||
297 | if ((sdata->vif.type != NL80211_IFTYPE_AP) || | 297 | if ((sdata->vif.type != NL80211_IFTYPE_AP && |
298 | sdata->vif.type != NL80211_IFTYPE_MESH_POINT) || | ||
298 | !(sdata->local->hw.flags & IEEE80211_HW_QUEUE_CONTROL)) { | 299 | !(sdata->local->hw.flags & IEEE80211_HW_QUEUE_CONTROL)) { |
299 | sdata->vif.cab_queue = IEEE80211_INVAL_HW_QUEUE; | 300 | sdata->vif.cab_queue = IEEE80211_INVAL_HW_QUEUE; |
300 | return 0; | 301 | return 0; |