Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278626
b: refs/heads/master
c: 4e79fad
h: refs/heads/master
v: v3
  • Loading branch information
Ben Greear authored and John W. Linville committed Dec 6, 2011
1 parent 8602733 commit 6e870e7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 439678f8b0fca7aeca06c6581e3679eef618721a
refs/heads/master: 4e79fada02df6819106a35ed6111ac47500541b2
4 changes: 3 additions & 1 deletion trunk/net/mac80211/ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ void ieee80211_apply_htcap_overrides(struct ieee80211_sub_if_data *sdata,
int i;

if (sdata->vif.type != NL80211_IFTYPE_STATION) {
WARN_ON_ONCE(sdata->vif.type != NL80211_IFTYPE_STATION);
/* AP interfaces call this code when adding new stations,
* so just silently ignore non station interfaces.
*/
return;
}

Expand Down

0 comments on commit 6e870e7

Please sign in to comment.