From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stanislaw Gruszka Subject: Re: [PATCH] rt2x00: remove redundant functions rt2x00mac_sta_{add/remove} Date: Fri, 27 Jul 2018 16:56:02 +0200 Message-ID: <20180727145602.GA5048@redhat.com> References: <20180727130549.12980-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, helmut.schaa@googlemail.com, kvalo@codeaurora.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org To: YueHaibing Return-path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:41492 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730561AbeG0QVI (ORCPT ); Fri, 27 Jul 2018 12:21:08 -0400 Content-Disposition: inline In-Reply-To: <20180727130549.12980-1-yuehaibing@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Jul 27, 2018 at 09:05:49PM +0800, YueHaibing wrote: > Only rt2800 subdriver of rt2x00 implement sta_add() and sta_remove(), > rt2x00mac_sta_add and rt2x00mac_sta_remove has no callers after > commit 9c87758cf089 ("rt2x00: call sta_add/remove directly in rt2800"). > So can be removed. > > Signed-off-by: YueHaibing Acked-by: Stanislaw Gruszka