Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183953
b: refs/heads/master
c: b4d57ad
h: refs/heads/master
i:
  183951: ae83811
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Feb 1, 2010
1 parent 8d99d39 commit d695185
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: 17ad353b8d9843731258b5d23556667b764939e9
refs/heads/master: b4d57adb727ec7c34020390eeb0eeb9e0a2959bc
2 changes: 2 additions & 0 deletions trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,8 @@ ieee80211_tx_prepare(struct ieee80211_sub_if_data *sdata,
tx->sta = rcu_dereference(sdata->u.vlan.sta);
if (!tx->sta && sdata->dev->ieee80211_ptr->use_4addr)
return TX_DROP;
} else if (info->flags & IEEE80211_TX_CTL_INJECTED) {
tx->sta = sta_info_get_bss(sdata, hdr->addr1);
}
if (!tx->sta)
tx->sta = sta_info_get(sdata, hdr->addr1);
Expand Down

0 comments on commit d695185

Please sign in to comment.