Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131311
b: refs/heads/master
c: f1b33cb
h: refs/heads/master
i:
  131309: c3f4b5b
  131307: 5cc8bcf
  131303: 4d68ec4
  131295: 63e556f
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Feb 11, 2009
1 parent a63d3d3 commit 06f61f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fcf6b1bca8cdfefc986909b57277af4628955bd8
refs/heads/master: f1b33cb1c25ac476cbf22783f9ca2016f99648ed
2 changes: 2 additions & 0 deletions trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,8 @@ int ieee80211_master_start_xmit(struct sk_buff *skb, struct net_device *dev)
list) {
if (!netif_running(sdata->dev))
continue;
if (sdata->vif.type != NL80211_IFTYPE_AP)
continue;
if (compare_ether_addr(sdata->dev->dev_addr,
hdr->addr2)) {
dev_hold(sdata->dev);
Expand Down

0 comments on commit 06f61f4

Please sign in to comment.