Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300991
b: refs/heads/master
c: bb3e10f
h: refs/heads/master
i:
  300989: 6f5de64
  300987: 7324449
  300983: fd48ead
  300975: 7f88413
  300959: 1abc1bb
  300927: 4996065
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Apr 16, 2012
1 parent be94ae7 commit 31b8895
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: 8e8b41f9d8c8e63fc92f899ace8da91a490ac573
refs/heads/master: bb3e10fb585f1911fedf5fcc4411dcf8d8d63f54
3 changes: 2 additions & 1 deletion trunk/net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ static int ieee80211_check_queues(struct ieee80211_sub_if_data *sdata)
return -EINVAL;
}

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

0 comments on commit 31b8895

Please sign in to comment.