svn commit: r249800 - head/sys/dev/bwn

hiren panchasara hiren at FreeBSD.org
Mon Apr 29 00:06:25 UTC 2013


On Tue, Apr 23, 2013 at 9:46 AM, hiren panchasara <hiren at freebsd.org> wrote:
> On Tue, Apr 23, 2013 at 9:34 AM, Eitan Adler <eadler at freebsd.org> wrote:
>> On 23 April 2013 12:19, Adrian Chadd <adrian at freebsd.org> wrote:
>>> ... you know, even though it doesn't have an active maintainer, do you
>>> have test hardware, and why didn't you just bounce a patch to
>>> -wireless for review?
>
> My bad. I proposed this change initially.
>>>
>>> We don't bite you know!
>>
>> that you need to emphasize this does not comfort me. ;)
>>
>> reverted in 249812.
>
> Will look at john's suggestions and fix it correctly.

John,

Does this look okay?

% svn diff
Index: if_bwn.c
===================================================================
--- if_bwn.c    (revision 250036)
+++ if_bwn.c    (working copy)
@@ -9240,9 +9240,9 @@
            BUS_DMASYNC_PREWRITE);

        /*
-        * Setup RX buf descriptor
+        * Restore RX buf descriptor
         */
-       dr->setdesc(dr, desc, paddr, meta->mt_m->m_len -
+       dr->setdesc(dr, desc, meta->mt_paddr, meta->mt_m->m_len -
            sizeof(*hdr), 0, 0, 0);
        return (error);
 }

Thanks,
Hiren
>
> Hiren
>>
>> --
>> Eitan Adler
>> Source, Ports, Doc committer
>> Bugmeister, Ports Security teams


More information about the svn-src-all mailing list