From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull request: wireless-2.6 2009-10-13 Date: Tue, 13 Oct 2009 11:42:06 -0700 (PDT) Message-ID: <20091013.114206.00578027.davem@davemloft.net> References: <20091013150558.GC2747@tuxdriver.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: linville@tuxdriver.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:49312 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754156AbZJMSmK (ORCPT ); Tue, 13 Oct 2009 14:42:10 -0400 In-Reply-To: <20091013150558.GC2747@tuxdriver.com> Sender: netdev-owner@vger.kernel.org List-ID: From: "John W. Linville" Date: Tue, 13 Oct 2009 11:05:58 -0400 > Here are a few (almost-)one-liners for 2.6.32. Included are fixes for > a use-after-free, a missing "!" in front of a memcmp when comparing > BSSIDs, a race when using hardware-based scanning, the ieee80211_rx > context problem, a related documentation change, and a minor build > issue. > > Please let me know if there are problems! Pulled, thanks a lot!