Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757382Ab1DHOyC (ORCPT ); Fri, 8 Apr 2011 10:54:02 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:34805 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756418Ab1DHOyA (ORCPT ); Fri, 8 Apr 2011 10:54:00 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=Q+apa1WFLnJtTr7ZI65Wb608/r0fVmv7wnZ0OCxGLXcs8Axp59Mh1dh6ZIivTLuyuc J0BS42d8NuwwdH8MV2c7l+BtTybNuhj/67kzQ1TodRWLQpVA1+Mh1I3D2nxOj73JI5Qn sduu560uvficX40Z8xR3bfD+mQ1eSTS3WnIbA= Message-ID: <4D9F2185.10108@lwfinger.net> Date: Fri, 08 Apr 2011 09:53:57 -0500 From: Larry Finger User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8 MIME-Version: 1.0 To: Greg Kroah-Hartman CC: wireless , LKML Subject: Removal of staging/rt2860sta (and rt2870sta) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1145 Lines: 26 Greg, When I looked again at the removal of rt2860sta from staging, it was quickly obvious that unless rt2870sta was also removed, very little of the code could be removed. As I have no experience with rt2800usb, the mainline driver for that device, I went to the wireless mailing list with the question. There was one objection to the removal, but the maintainers were in favor, thus I will be submitting a patch to delete both drivers. I did the changes on my local git tree, committed them, and used 'git format-patch'. I expected that 'git rm' statements would be used to delete the files, but I got normal patch format. As a result, the resulting patch is over 2.4 GB, and has over 75,000 lines. Obviously, I'm reluctant to dump a patch of this size on the lists. Is there a way to force git to use "rm" statements, or is there some way to handle this large patch? Thanks, Larry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/