From c0ad7fe1b875c245935fa21b2f8fa54a732f4916 Mon Sep 17 00:00:00 2001 From: "John W. Linville" Date: Thu, 6 May 2010 14:45:17 -0400 Subject: [PATCH] --- yaml --- r: 194985 b: refs/heads/master c: a472e71b3c71619087d2485282955c3b62ebfde9 h: refs/heads/master i: 194983: 53c6c55324e78404526e57ebd90b9e12985720e4 v: v3 --- [refs] | 2 +- trunk/net/mac80211/tx.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c81a3e4e95ce..8087cbbf848a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55f9321a024a2d03f71a23b74003792692ca1a38 +refs/heads/master: a472e71b3c71619087d2485282955c3b62ebfde9 diff --git a/trunk/net/mac80211/tx.c b/trunk/net/mac80211/tx.c index f3841f43249e..680bcb7093db 100644 --- a/trunk/net/mac80211/tx.c +++ b/trunk/net/mac80211/tx.c @@ -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;