From patchwork Fri Jan 8 08:12:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emmanuel Grumbach X-Patchwork-Id: 7983161 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4CB93BEEE5 for ; Fri, 8 Jan 2016 08:12:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8234A201B9 for ; Fri, 8 Jan 2016 08:12:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8E7162017E for ; Fri, 8 Jan 2016 08:12:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751787AbcAHIMI (ORCPT ); Fri, 8 Jan 2016 03:12:08 -0500 Received: from mga03.intel.com ([134.134.136.65]:43522 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbcAHIMH convert rfc822-to-8bit (ORCPT ); Fri, 8 Jan 2016 03:12:07 -0500 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 08 Jan 2016 00:12:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,537,1444719600"; d="scan'208";a="877149458" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 08 Jan 2016 00:12:06 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 8 Jan 2016 00:12:05 -0800 Received: from HASMSX109.ger.corp.intel.com (10.184.198.21) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 8 Jan 2016 00:12:05 -0800 Received: from hasmsx107.ger.corp.intel.com ([169.254.6.231]) by hasmsx109.ger.corp.intel.com ([169.254.3.71]) with mapi id 14.03.0248.002; Fri, 8 Jan 2016 10:12:03 +0200 From: "Grumbach, Emmanuel" To: Kalle Valo CC: "linux-wireless@vger.kernel.org" Subject: Re: pull request: iwlwifi-next 2016-01-07 Thread-Topic: pull request: iwlwifi-next 2016-01-07 Thread-Index: AQHRSY+BpexdY+EqRsao721j1mNWKw== Date: Fri, 8 Jan 2016 08:12:02 +0000 Message-ID: <0BA3FCBA62E2DC44AF3030971E174FB32E984F12@hasmsx107.ger.corp.intel.com> References: <0BA3FCBA62E2DC44AF3030971E174FB32E9836B4@hasmsx107.ger.corp.intel.com> <0BA3FCBA62E2DC44AF3030971E174FB32E9844E2@hasmsx107.ger.corp.intel.com> <87oacxjdxj.fsf@kamboji.qca.qualcomm.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.204.213] MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On 01/07/2016 11:08 PM, Kalle Valo wrote: > "Grumbach, Emmanuel" writes: > >> Me again, >> >> On 01/07/2016 02:46 PM, Grumbach, Emmanuel wrote: >>> Hi Kalle, >>> >>> Here is the last round of patches for 4.5. Most of them are small and / or fixes. >>> Let me know if you have issues. >>> FYI - I scripted a few checks so that I hope that the internal tags that leaked >>> in the previous pull request won't leak any more. >>> >>> The following changes since commit e5d15cb530082cc13a6c9457eddd6f75b0f4de65: >> I had to edit one commit. I re-pushed to the same tag and added another >> _2 tag if you prefer to be sure. > Heh, you sent this just in the last minute (if Linus releases 4.4 this > weekend as planned). I pulled iwlwifi-next-for-kalle-2016-01-07_2 now, > thanks. Right, OTOH, most of the patches here are really fixes. > BTW, I would prefer that you don't change the tag after you have sent a > pull request for it, instead just create a new tag and leave the old one > intact. This way it's easy for me to check what has changed etc. > FWIW: $ git diff ccecff6..iwlwifi-next-for-kalle-2016-01-07_2 } --- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/lib.c b/drivers/net/wireless/intel/iwlwifi/dvm/lib.c index fd409ad..4841be2 100644 --- a/drivers/net/wireless/intel/iwlwifi/dvm/lib.c +++ b/drivers/net/wireless/intel/iwlwifi/dvm/lib.c @@ -1250,7 +1250,6 @@ int iwlagn_suspend(struct iwl_priv *priv, struct cfg80211_wowlan *wowlan) ret = iwlagn_send_patterns(priv, wowlan); out: - iwl_trans_stop_device(priv->trans); kfree(key_data.rsc_tsc); return ret;