Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194985
b: refs/heads/master
c: a472e71
h: refs/heads/master
i:
  194983: 53c6c55
v: v3
  • Loading branch information
John W. Linville committed May 7, 2010
1 parent b50cf6b commit c0ad7fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 55f9321a024a2d03f71a23b74003792692ca1a38
refs/heads/master: a472e71b3c71619087d2485282955c3b62ebfde9
5 changes: 3 additions & 2 deletions trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2251,8 +2251,9 @@ struct sk_buff *ieee80211_beacon_get_tim(struct ieee80211_hw *hw,

info->control.vif = vif;

info->flags |= IEEE80211_TX_CTL_CLEAR_PS_FILT;
info->flags |= IEEE80211_TX_CTL_ASSIGN_SEQ;
info->flags |= IEEE80211_TX_CTL_CLEAR_PS_FILT |
IEEE80211_TX_CTL_ASSIGN_SEQ |
IEEE80211_TX_CTL_FIRST_FRAGMENT;
out:
rcu_read_unlock();
return skb;
Expand Down

0 comments on commit c0ad7fe

Please sign in to comment.