Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:24235 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751037Ab1LMNK6 (ORCPT ); Tue, 13 Dec 2011 08:10:58 -0500 Message-ID: <4EE74ED6.1040004@qca.qualcomm.com> (sfid-20111213_141102_092525_5754D511) Date: Tue, 13 Dec 2011 15:10:46 +0200 From: Kalle Valo MIME-Version: 1.0 To: Vasanthakumar Thiagarajan CC: , Subject: Re: [PATCH V2 2/2] ath6kl: Use cfg80211_roamed_bss() to report roaming event References: <1323776997-2962-1-git-send-email-vthiagar@qca.qualcomm.com> In-Reply-To: <1323776997-2962-1-git-send-email-vthiagar@qca.qualcomm.com> Content-Type: text/plain; charset="ISO-8859-1" Sender: linux-wireless-owner@vger.kernel.org List-ID: On 12/13/2011 01:49 PM, Vasanthakumar Thiagarajan wrote: > This is to avoid the scenario where the bss entry of the AP got > expired when reporting roaming event to current AP. As the bss > entry for the current bss is available in driver, pass this bss > to cfg80211. This fixes WARNING: at net/wireless/sme.c:586. > > This patch depends on the following patch in cfg80211 > "cfg80211: Fix race in bss timeout". > > Reported-by: Kalle Valo > Signed-off-by: Vasanthakumar Thiagarajan Thanks. I'll wait for John to apply the dependency first and then I'll take the patch. Kalle