From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932093AbbCFWNY (ORCPT ); Fri, 6 Mar 2015 17:13:24 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:32981 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754118AbbCFWNU (ORCPT ); Fri, 6 Mar 2015 17:13:20 -0500 Message-ID: <54FA2675.7010505@gmail.com> Date: Sat, 07 Mar 2015 00:13:09 +0200 From: =?UTF-8?B?R2llZHJpdXMgU3RhdGtldmnEjWl1cw==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Nicholas Krause , gregkh@linuxfoundation.org CC: devel@driverdev.osuosl.org, gdonald@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iee80211:Remove no longer required strutucre defintion, _STA_QOS in rtl819x_Qos.h References: <1425676809-21584-1-git-send-email-xerofoify@gmail.com> In-Reply-To: <1425676809-21584-1-git-send-email-xerofoify@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015.03.06 23:20, Nicholas Krause wrote: > Removes the no longer required structure definition,_STA_QOS due to > no functions using any structures of this type anymore. > > Signed-off-by: Nicholas Krause > --- > drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h | 48 ------------------------ [...] Why not remove the remaining commented definitions of variables or struct members with that type in drivers/staging/rtl8192u/ie80211/ieee80211.h (lines 2080, 1845) and drivers/staging/rtl8192u/ie80211/r8192U_dm.c (line 2218) together with this patch? -- Thanks, Giedrius