Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194169
b: refs/heads/master
c: d5d9de0
h: refs/heads/master
i:
  194167: 63eef80
v: v3
  • Loading branch information
Marco Porsch authored and John W. Linville committed Mar 31, 2010
1 parent 8d3b927 commit 9acec39
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: 932d37c094b3c3410b4059f18f3b5c756bff059a
refs/heads/master: d5d9de024c157a3dfbab191241c5c51e4d4c069a
3 changes: 2 additions & 1 deletion trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,8 @@ static int nl80211_del_station(struct sk_buff *skb, struct genl_info *info)
goto out_rtnl;

if (dev->ieee80211_ptr->iftype != NL80211_IFTYPE_AP &&
dev->ieee80211_ptr->iftype != NL80211_IFTYPE_AP_VLAN) {
dev->ieee80211_ptr->iftype != NL80211_IFTYPE_AP_VLAN &&
dev->ieee80211_ptr->iftype != NL80211_IFTYPE_MESH_POINT) {
err = -EINVAL;
goto out;
}
Expand Down

0 comments on commit 9acec39

Please sign in to comment.