From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753807AbbGXM4Q (ORCPT ); Fri, 24 Jul 2015 08:56:16 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:24052 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751897AbbGXM4O (ORCPT ); Fri, 24 Jul 2015 08:56:14 -0400 Date: Fri, 24 Jul 2015 15:56:09 +0300 From: Dan Carpenter To: Joshua Clayton Cc: Sudip Mukherjee , devel@driverdev.osuosl.org, Florian Schilhabel , Tapasweni Pathak , Vaishali Thakkar , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Larry Finger Subject: Re: [PATCH 3/5] staging: rtl8712: remove duplicate struct Message-ID: <20150724125609.GY5371@mwanda> References: <1563309.ulsDW4l8M4@diplodocus> <20150724083256.GA2965@sudip-PC> <2095967.H00XsRzejS@diplodocus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2095967.H00XsRzejS@diplodocus> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 24, 2015 at 05:39:29AM -0700, Joshua Clayton wrote: > On Friday, July 24, 2015 02:02:56 PM Sudip Mukherjee wrote: > > On Thu, Jul 23, 2015 at 09:57:50PM -0700, Joshua Clayton wrote: > > > struct ndis_wlan_bssid_ex is a dopelganger of > > > struct wlan_bssid_ex, and is used about a third as often > > > > > > Switch all instances to wlan_bssid_ex > > > > > > This also gets rid of a use of typedef NDIS_802_11_RATES_EX > > > > > > Signed-off-by: Joshua Clayton > > > --- > > > > This patch seems to be corrupted. Did you try to edit the patch? > > > > regards > > sudip > I did not manually edit it as far as I know. > However, git-send-email (which sent the cover letter and patches 1,2,4, and > 5), died every time I try to send this patch. > I opened it with kmail and it seemed to send successfully > Perhaps there is something in the patch, or its size that trips up the smtp > server. > kmail will screw up your patches. There is a Kmail section in Documentation/email-clients.txt. Anyway, just figure it out and resend the entire series. Don't send attachments. We are not in a rush. regards, dan carpenter