From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iQ7CO-0006jX-GE for ath11k@lists.infradead.org; Thu, 31 Oct 2019 09:57:02 +0000 From: Kalle Valo Subject: Re: [PATCH 1/2] nl80211: add Wide Band Scan support References: <1572349405-4653-1-git-send-email-murugana@codeaurora.org> <1572349405-4653-2-git-send-email-murugana@codeaurora.org> <877e4m2t09.fsf@kamboji.qca.qualcomm.com> <9a59444a57a898ec26e5824aa22db081@codeaurora.org> Date: Thu, 31 Oct 2019 11:56:55 +0200 In-Reply-To: <9a59444a57a898ec26e5824aa22db081@codeaurora.org> (Sathishkumar Muruganandam's message of "Thu, 31 Oct 2019 15:23:56 +0530") Message-ID: <87lft11bmg.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: Sathishkumar Muruganandam Cc: ath11k@lists.infradead.org Sathishkumar Muruganandam writes: > On 2019-10-30 20:13, Kalle Valo wrote: >> Sathishkumar Muruganandam writes: >> >>> New nl80211 ext_feature and scan_flag added to support wide band >>> scan which >>> allows driver to scan on requested channel with corresponding >>> phy mode/bandwidth (40Mhz, 80Mhz). >>> >>> To handle center frequency of 80Mhz channel, struct >>> cfg80211_chan_def is >>> included in cfg80211_scan_request. >>> >>> Signed-off-by: Sathishkumar Muruganandam >>> --- >>> include/net/cfg80211.h | 2 ++ >>> include/uapi/linux/nl80211.h | 7 +++++ >>> net/mac80211/scan.c | 2 ++ >>> net/wireless/nl80211.c | 68 >>> ++++++++++++++++++++++++++++---------------- >>> 4 files changed, 55 insertions(+), 24 deletions(-) >> >> I don't apply nl80211 patches. So you need to submit this to >> linux-wireless like all other nl80211 patches. >> >> I'll also drop the ath11k patch, please resend once the nl80211 >> patch is >> applied. > > Here both nl80211 and ath11k patches are inter-related to Wide band > scan and hence I had sent them as single patch series like the other > previous ath11k patches. Sure. > If I need to submit nl80211 patch to linux-wireless first, whether I > can send ath11k patch also in series ? Yeah, I think that's the best as then people can see how a driver would be using the feature. But make sure that nl80211/mac80211 patch applies to mac80211-next. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches _______________________________________________ ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k