From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull request: wireless 2011-12-15 Date: Thu, 15 Dec 2011 17:54:57 -0500 (EST) Message-ID: <20111215.175457.1993211580046983211.davem@davemloft.net> References: <20111215191523.GA2561@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: In-Reply-To: <20111215191523.GA2561@tuxdriver.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "John W. Linville" Date: Thu, 15 Dec 2011 14:15:24 -0500 > Here are a few more fixes intended for the 3.2 release. They are > all small and narrowly focused. > > First is a one liner fix for a signedness problem in NFC that could > lead to an incorrect return code being propogated. Next are two > iwlwifi regression fixes that received some recent attention on the > linux-wireless mailing list. A third iwlwifi fix corrects a sequence > numbering error, which can cause a lot of bad behaviour in the wireless > network. The ath9k fix corrects a potential for an array underrun. > Finally, the mwifiex fix corrects a double list deletion. > > Please let me know if there are problems! Pulled, thanks John.