From b088b57a8399cfacd7d73cece426591cc81dff5f Mon Sep 17 00:00:00 2001 From: Senthil Balasubramanian Date: Thu, 14 May 2009 18:42:08 +0530 Subject: [PATCH] --- yaml --- r: 150376 b: refs/heads/master c: cccaec98a3ddbf20f22604f9ba405781c5f89f0e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/mac80211/sta_info.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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);