[PATCH 1/1] Print hexdumps with offset instead of address

Mikael Kanstrup mikael.kanstrup at gmail.com
Wed Jun 26 07:02:42 EDT 2013


Ah sorry for that. Patch is updated on github. I don't re-send it to
the list since the only change is the sign-off line.

/Mikael

2013/6/26 Eugene Krasnikov <k.eugene.e at gmail.com>:
> By the way just noticed that signed-off is missing. Also please run
> the patch through checkpatch.pl just in case;)
>
> 2013/6/25 Eugene Krasnikov <k.eugene.e at gmail.com>:
>> Looks go to me.
>>
>> 2013/6/25 Mikael Kanstrup <mikael.kanstrup at gmail.com>:
>>> Print hexdumps with offset instead of address. This change is
>>> done to be able to use the wcn36xx-dissector wireshark plugin
>>> available here:
>>> https://github.com/kanstrup/wcn36xx-dissector
>>> ---
>>>  wcn36xx.h | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/wcn36xx.h b/wcn36xx.h
>>> index a81ef84..76b229c 100644
>>> --- a/wcn36xx.h
>>> +++ b/wcn36xx.h
>>> @@ -71,7 +71,7 @@ enum wcn36xx_debug_mask {
>>>  #define wcn36xx_dbg_dump(mask, prefix_str, buf, len) do {      \
>>>         if (debug_mask & mask)                                  \
>>>                 print_hex_dump(KERN_DEBUG, prefix_str,          \
>>> -                              DUMP_PREFIX_ADDRESS, 32, 1,      \
>>> +                              DUMP_PREFIX_OFFSET, 32, 1,       \
>>>                                buf, len, false);                \
>>>  } while (0)
>>>
>>> --
>>> 1.8.2.2
>>>
>>> _______________________________________________
>>> wcn36xx mailing list
>>> wcn36xx at lists.infradead.org
>>> http://lists.infradead.org/mailman/listinfo/wcn36xx
>>
>>
>>
>> --
>> Best regards,
>> Eugene
>
>
>
> --
> Best regards,
> Eugene



More information about the wcn36xx mailing list