Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361065
b: refs/heads/master
c: 7cbf9d0
h: refs/heads/master
i:
  361063: ef898ef
v: v3
  • Loading branch information
Marco Porsch authored and Johannes Berg committed Mar 1, 2013
1 parent 0635b36 commit fa32369
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: 645e77def93f1dd0e211c7244fbe152dac8a7100
refs/heads/master: 7cbf9d017dbb5e3276de7d527925d42d4c11e732
3 changes: 2 additions & 1 deletion trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,8 @@ ieee80211_get_buffered_bc(struct ieee80211_hw *hw,
cpu_to_le16(IEEE80211_FCTL_MOREDATA);
}

sdata = IEEE80211_DEV_TO_SUB_IF(skb->dev);
if (sdata->vif.type == NL80211_IFTYPE_AP_VLAN)
sdata = IEEE80211_DEV_TO_SUB_IF(skb->dev);
if (!ieee80211_tx_prepare(sdata, &tx, skb))
break;
dev_kfree_skb_any(skb);
Expand Down

0 comments on commit fa32369

Please sign in to comment.