[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87wrhqd2jp.fsf@purkki.adurom.net>
Date: Mon, 16 May 2011 19:37:46 +0300
From: Kalle Valo <kvalo@...rom.com>
To: Julia Lawall <julia@...u.dk>
Cc: Greg Kroah-Hartman <gregkh@...e.de>,
kernel-janitors@...r.kernel.org, Vipin Mehta <vmehta@...eros.com>,
Joe Perches <joe@...ches.com>,
"Luis R. Rodriguez" <lrodriguez@...eros.com>,
Naveen Singh <nsingh@...eros.com>, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org
Subject: Re: [PATCH] drivers/staging/ath6kl/os/linux/cfg80211.c: Add missing call to cfg80211_put_bss
Hi Julia,
Julia Lawall <julia@...u.dk> writes:
> From: Julia Lawall <julia@...u.dk>
>
> A call to cfg80211_get_bss hould be accompanied by a call to
> cfg80211_put_bss in error-handling code.
[...]
> ---
> I don't really understand the use of the bss variable later. Afterwards,
> along the normal execution path, there is also a call to cfg80211_put_bss,
> but at this point bss has been redefined, and I don't have the impression
> that it still points to the same value.
The original code looks buggy to me:
/* Before informing the join/connect event, make sure that
* bss entry is present in scan list, if it not present
* construct and insert into scan list, otherwise that
* event will be dropped on the way by cfg80211, due to
* this keys will not be plumbed in case of WEP and
* application will not be aware of join/connect status. */
bss = cfg80211_get_bss(ar->wdev->wiphy, NULL, bssid,
ar->wdev->ssid, ar->wdev->ssid_len,
((ADHOC_NETWORK & networkType) ?
WLAN_CAPABILITY_IBSS : WLAN_CAPABILITY_ESS),
((ADHOC_NETWORK & networkType) ?
WLAN_CAPABILITY_IBSS : WLAN_CAPABILITY_ESS));
But, as you point out, the bss is not used for anything. I think the
call and the comment should be just removed.
--
Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists