Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754160AbcL3NjG (ORCPT ); Fri, 30 Dec 2016 08:39:06 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:57146 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753882AbcL3NjE (ORCPT ); Fri, 30 Dec 2016 08:39:04 -0500 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org D2B55602A8 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: rtlwifi: rtl_usb: Fix missing entry in USB driver's private data From: Kalle Valo In-Reply-To: <20161221171855.5056-1-Larry.Finger@lwfinger.net> References: <20161221171855.5056-1-Larry.Finger@lwfinger.net> To: Larry Finger Cc: Linus Torvalds , devel@driverdev.osuosl.org, linux-wireless@vger.kernel.org, Larry Finger , linux-kernel@vger.kernel.org, driver-devel@vger.kernel.org User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.3 Message-Id: <20161230133903.D082361481@smtp.codeaurora.org> Date: Fri, 30 Dec 2016 13:39:03 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 851 Lines: 21 Larry Finger wrote: > These drivers need to be able to reference "struct ieee80211_hw" from > the driver's private data, and vice versa. The USB driver failed to > store the address of ieee80211_hw in the private data. Although this > bug has been present for a long time, it was not exposed until > commit ba9f93f82aba ("rtlwifi: Fix enter/exit power_save"). > > Fixes: ba9f93f82aba ("rtlwifi: Fix enter/exit power_save") > Signed-off-by: Larry Finger Patch applied to wireless-drivers.git, thanks. 60f59ce02785 rtlwifi: rtl_usb: Fix missing entry in USB driver's private data -- https://patchwork.kernel.org/patch/9483579/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches