From owner-freebsd-wireless@FreeBSD.ORG Wed Apr 15 10:03:08 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C71B099D for ; Wed, 15 Apr 2015 10:03:08 +0000 (UTC) Received: from mail-oi0-x231.google.com (mail-oi0-x231.google.com [IPv6:2607:f8b0:4003:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 810741D5 for ; Wed, 15 Apr 2015 10:03:08 +0000 (UTC) Received: by oiko83 with SMTP id o83so15869772oik.1 for ; Wed, 15 Apr 2015 03:03:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9NEsJuQ9o86eT/kV3MKxNV6EEZpoGR4hf8LY45hd5Bo=; b=blj0nlexjsvLyVS902f1DXrEMtUnlU3X11G2ixjPgxeBLIn+EneJiSU5/2eQ/ZftgD NvgFetHtquIt6VD28ufcTW85Luxg6pgO0tDwV/aLIc5b1HxlvbgBTaqU19B5jPUsSQlq BhptSQFxnoPlef8fgxjWPcPk8TsOA/V/POJI+hmPKDJMx6fXmE2rMdAepE2TZuxaEL1S bP3n3v8WQC+mASjFfk5rzxkOzIqPDsF5mtC05wszFHkNm/cnZgv2ibK3KucWF4SgGpIq Md6bta24fIX9GvOdHc1IKLTnhRKW0CvbwOcpQh7/Ldy/dTyJDZWDQ7yBkpP3JpkHdI1c 7jzw== MIME-Version: 1.0 X-Received: by 10.42.27.14 with SMTP id h14mr29747681icc.19.1429092187750; Wed, 15 Apr 2015 03:03:07 -0700 (PDT) Received: by 10.36.51.16 with HTTP; Wed, 15 Apr 2015 03:03:07 -0700 (PDT) In-Reply-To: <87d235u733.fsf@npa.gooddata.com> References: <23F804A9-F1FA-4F37-B653-1B6AB81DAE35@gmail.com> <0AEE4AAC-5C53-4767-B783-B66EFB1CCC35@gmail.com> <87d235u733.fsf@npa.gooddata.com> Date: Wed, 15 Apr 2015 13:33:07 +0330 Message-ID: Subject: Re: Broadcom BCM4318 From: Mohammad BadieZadegan To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 10:03:09 -0000 I try your command but nothing changed! On Wed, Apr 15, 2015 at 12:00 PM, Nikola Pajkovsky wrote: > mbzadegan@gmail.com writes: > > > Hi, I'm try your hint but I get : > > > > > > Hmm... Looks like a unified diff to me... > > The text leading up to this was: > > -------------------------- > > |diff -u 1/Makefile 2/Makefile > > |--- 1/Makefile 2015-04-14 07:14:31.000000000 +1000 > > |+++ 2/Makefile 2015-04-14 07:19:58.000000000 +1000 > > -------------------------- > > File to patch: > > it complains, that dir 1/ does not contain Makefile (same for > 2/Makefile), which is true, unless you have dir 1/ and 2/ in directory, > where you applying patch > > use patch -p1 < your.patch in root dir. > > -- > Nikola > --