diff --git a/[refs] b/[refs] index e03a4a06bf1e..e1ed42b29c09 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 80a3511d70e8fc7ed3fe4417d7b0bf6c3f642f64 +refs/heads/master: cccaec98a3ddbf20f22604f9ba405781c5f89f0e diff --git a/trunk/net/mac80211/sta_info.c b/trunk/net/mac80211/sta_info.c index a98ea273a155..3e4348f3b285 100644 --- a/trunk/net/mac80211/sta_info.c +++ b/trunk/net/mac80211/sta_info.c @@ -293,6 +293,9 @@ struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, skb_queue_head_init(&sta->ps_tx_buf); skb_queue_head_init(&sta->tx_filtered); + for (i = 0; i < NUM_RX_DATA_QUEUES; i++) + sta->last_seq_ctrl[i] = cpu_to_le16(USHORT_MAX); + #ifdef CONFIG_MAC80211_VERBOSE_DEBUG printk(KERN_DEBUG "%s: Allocated STA %pM\n", wiphy_name(local->hw.wiphy), sta->sta.addr);