Return-path: Received: from mail.atheros.com ([12.19.149.2]:51246 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932156Ab0JVRu1 convert rfc822-to-8bit (ORCPT ); Fri, 22 Oct 2010 13:50:27 -0400 Received: from mail.atheros.com ([10.10.20.105]) by sidewinder.atheros.com for ; Fri, 22 Oct 2010 10:50:17 -0700 From: Rajkumar Manoharan To: "Luis R. Rodriguez" CC: "johannes@sipsolutions.net" , "linux-wireless@vger.kernel.org" Date: Fri, 22 Oct 2010 23:18:52 +0530 Subject: RE: [RFC] mac80211: Fix ibss station got expired immediately Message-ID: <44EE5C37ADC36343B0625A05DD408C4850DAB4D6C5@CHEXMB-01.global.atheros.com> References: <1287752787-6616-1-git-send-email-rmanoharan@atheros.com> <44EE5C37ADC36343B0625A05DD408C4850DAB4D6C4@CHEXMB-01.global.atheros.com>, In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: >On Fri, Oct 22, 2010 at 9:48 AM, Rajkumar Manoharan > wrote: >>>On Fri, Oct 22, 2010 at 6:06 AM, Rajkumar Manoharan >>> wrote: >>>> Station addition in ieee80211_ibss_rx_queued_mgmt is not updating >>>> sta->last_rx which is causing station expiry in ieee80211_ibss_work >>>> path. So sta addition and deletion happens repeatedly. >>>> >>>> Signed-off-by: Rajkumar Manoharan >> >>>stable fix? >> >>>Luis > >yes. while sending the patch, i'll cc'd stable. > >To get a fix propagated to stable you must adda > >Cc: stable@kernel.org > >to your commit log right before your Signed-off-by. >Luis Yep. thats what i meant ;) - Rajkumar