Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352813
b: refs/heads/master
c: 8ffb5c0
h: refs/heads/master
i:
  352811: 5fe1dd6
v: v3
  • Loading branch information
Bob Copeland authored and Johannes Berg committed Feb 15, 2013
1 parent cabd2ac commit f610f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf7cd94dcc71682cd6af4a9028f95307b7db41c5
refs/heads/master: 8ffb5c001a6d1ef142ef550861e0b97e291f6469
3 changes: 2 additions & 1 deletion trunk/net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ static int ieee80211_check_queues(struct ieee80211_sub_if_data *sdata)
}
}

if ((sdata->vif.type != NL80211_IFTYPE_AP) ||
if ((sdata->vif.type != NL80211_IFTYPE_AP &&
sdata->vif.type != NL80211_IFTYPE_MESH_POINT) ||
!(sdata->local->hw.flags & IEEE80211_HW_QUEUE_CONTROL)) {
sdata->vif.cab_queue = IEEE80211_INVAL_HW_QUEUE;
return 0;
Expand Down

0 comments on commit f610f87

Please sign in to comment.