mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-12 23:22:21 +00:00
brcm80211: Use brcmu_dbg_hex_dump
Convert a couple of pr_debug/print_hex_dump to the standard utility. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
18aad4f8e1
commit
c2e6d5abab
@ -5858,9 +5858,8 @@ void brcms_c_print_txdesc(struct d11txh *txh)
|
||||
struct ieee80211_rts rts = txh->rts_frame;
|
||||
|
||||
/* add plcp header along with txh descriptor */
|
||||
pr_debug("Raw TxDesc + plcp header:\n");
|
||||
print_hex_dump_bytes("", DUMP_PREFIX_OFFSET,
|
||||
txh, sizeof(struct d11txh) + 48);
|
||||
brcmu_dbg_hex_dump(txh, sizeof(struct d11txh) + 48,
|
||||
"Raw TxDesc + plcp header:\n");
|
||||
|
||||
pr_debug("TxCtlLow: %04x ", mtcl);
|
||||
pr_debug("TxCtlHigh: %04x ", mtch);
|
||||
@ -5986,9 +5985,7 @@ void brcms_c_print_rxh(struct d11rxhdr *rxh)
|
||||
{0, NULL}
|
||||
};
|
||||
|
||||
pr_debug("Raw RxDesc:\n");
|
||||
print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, rxh,
|
||||
sizeof(struct d11rxhdr));
|
||||
brcmu_dbg_hex_dump(rxh, sizeof(struct d11rxhdr), "Raw RxDesc:\n");
|
||||
|
||||
brcms_c_format_flags(macstat_flags, macstatus1, flagstr, 64);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user