Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752865AbdHXJ5u (ORCPT ); Thu, 24 Aug 2017 05:57:50 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:39518 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbdHXJ5s (ORCPT ); Thu, 24 Aug 2017 05:57:48 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org D80A5605A5 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [1/3] net: rtlwifi: constify rate_control_ops From: Kalle Valo In-Reply-To: <1503482375-19983-2-git-send-email-arvind.yadav.cs@gmail.com> References: <1503482375-19983-2-git-send-email-arvind.yadav.cs@gmail.com> To: Arvind Yadav Cc: davem@davemloft.net, Larry.Finger@lwfinger.net, chaoming_li@realsil.com.cn, jon.maloy@ericsson.com, ying.xue@windriver.com, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20170824095748.41364606B7@smtp.codeaurora.org> Date: Thu, 24 Aug 2017 09:57:48 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 619 Lines: 17 Arvind Yadav wrote: > rate_control_ops are not supposed to change at runtime. All functions > working with rate_control_ops provided by work with > const rate_control_ops. So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav 2 patches applied to wireless-drivers-next.git, thanks. 28b75415ad19 wireless: ipw2200: Replace PCI pool old API 9ea792a48cdd net: rsi: mac80211: constify ieee80211_ops -- https://patchwork.kernel.org/patch/9917001/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches