Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81B4CC282E0 for ; Fri, 19 Apr 2019 18:19:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F043222AD for ; Fri, 19 Apr 2019 18:19:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727641AbfDSST1 convert rfc822-to-8bit (ORCPT ); Fri, 19 Apr 2019 14:19:27 -0400 Received: from rtits2.realtek.com ([211.75.126.72]:45907 "EHLO rtits2.realtek.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727631AbfDSST1 (ORCPT ); Fri, 19 Apr 2019 14:19:27 -0400 X-SpamFilter-By: BOX Solutions SpamTrap 5.62 with qID x3J8N2tI013498, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtitcasv01.realtek.com.tw[172.21.6.18]) by rtits2.realtek.com.tw (8.15.2/2.57/5.78) with ESMTPS id x3J8N2tI013498 (version=TLSv1 cipher=AES256-SHA bits=256 verify=NOT); Fri, 19 Apr 2019 16:23:02 +0800 Received: from RTITMBSVM04.realtek.com.tw ([fe80::e404:880:2ef1:1aa1]) by RTITCASV01.realtek.com.tw ([::1]) with mapi id 14.03.0415.000; Fri, 19 Apr 2019 16:23:02 +0800 From: Tony Chuang To: Kalle Valo CC: Brian Norris , Johannes Berg , linux-wireless , Greg Kroah-Hartman , Pkshih , Andy Huang , Larry Finger , Stanislaw Gruszka Subject: RE: [PATCH v8 00/14] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips Thread-Topic: [PATCH v8 00/14] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips Thread-Index: AQHU9e5wEReeqABCnk+3CCLJUuyzo6ZDJDDQ Date: Fri, 19 Apr 2019 08:23:00 +0000 Message-ID: References: <1552450443-351-1-git-send-email-yhchuang@realtek.com> <20190325143611.sjwwjqtrftxntwyk@penguin> <20190326075414.GA8598@redhat.com> <20190327102623.GA20943@redhat.com> <87zhp0g2a5.fsf@codeaurora.org> <87ftqf2za7.fsf@kamboji.qca.qualcomm.com> In-Reply-To: <87ftqf2za7.fsf@kamboji.qca.qualcomm.com> Accept-Language: zh-TW, en-US Content-Language: zh-TW X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.21.68.183] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org > -----Original Message----- > From: Kalle Valo [mailto:kvalo@codeaurora.org] > Sent: Thursday, April 18, 2019 9:56 PM > To: Tony Chuang > Cc: Brian Norris; Johannes Berg; linux-wireless; Greg Kroah-Hartman; Pkshih; > Andy Huang; Larry Finger; Stanislaw Gruszka > Subject: Re: [PATCH v8 00/14] rtw88: mac80211 driver for Realtek 802.11ac > wireless network chips > > Tony Chuang writes: > > >> From: Kalle Valo [mailto:kvalo@codeaurora.org] > >> Sent: Monday, April 08, 2019 7:33 PM > >> To: Tony Chuang > >> Cc: Brian Norris; Johannes Berg; linux-wireless; Greg Kroah-Hartman; Pkshih; > >> Andy Huang; Larry Finger; Stanislaw Gruszka > >> Subject: Re: [PATCH v8 00/14] rtw88: mac80211 driver for Realtek 802.11ac > >> wireless network chips > >> > >> Tony Chuang writes: > >> > >> > Hi Kalle > >> > > >> >> From: Stanislaw Gruszka [mailto:sgruszka@redhat.com] > >> >> Sent: Wednesday, March 27, 2019 6:26 PM > >> >> To: Tony Chuang > >> >> Cc: Brian Norris; Kalle Valo; Johannes Berg; linux-wireless; Greg > >> Kroah-Hartman; > >> >> Pkshih; Andy Huang; Larry Finger > >> >> Subject: Re: [PATCH v8 00/14] rtw88: mac80211 driver for Realtek > 802.11ac > >> >> wireless network chips > >> >> > >> > > >> > It's just a gentle reply to ask if rtw88 is getting merged. > >> > Are you still reviewing or is there anything I can help. > >> > >> I just have been busy with other stuff, sorry. I'll try find time for > >> this soon. > >> > > > > It's OK. If you need any help just let me know. :) > > Sorry, still haven't been able to review the driver. But something what > I found strange was "default y" in Kconfig, is that really necessary? > > > BTW, I want to change the license from GPL to Dual BSD/GPL. > > Would you want to change them in the initial patch set, or I send a separate > > one after it got merged? > > Please submit a new version with the new license. But don't any other > changes than change the license and possibly remove the default line in > Kconfig. > Hi Kalle, I have sent PATCH v9 with license change and remove default y. But for somehow reason the patches did not reach linux-wireless. So I can not see them appear on the patchwork. I do not know if there is anything wrong, should I resend? I am sure I've CCed linux-wireless, just checked by Ping-Ke. Yan-Hsuan