Skip to content

Commit

Permalink
wil6210: Remove local implementation of dynamic hexdump
Browse files Browse the repository at this point in the history
This functionality now integrated in kernel, local hack not needed any more

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Vladimir Kondratiev authored and John W. Linville committed Mar 13, 2013
1 parent d95f1d2 commit 3b0378a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
20 changes: 0 additions & 20 deletions drivers/net/wireless/ath/wil6210/dbg_hexdump.h

This file was deleted.

6 changes: 2 additions & 4 deletions drivers/net/wireless/ath/wil6210/wil6210.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <linux/wireless.h>
#include <net/cfg80211.h>

#include "dbg_hexdump.h"

#define WIL_NAME "wil6210"

/**
Expand Down Expand Up @@ -277,13 +275,13 @@ struct wil6210_priv {

#define wil_hex_dump_txrx(prefix_str, prefix_type, rowsize, \
groupsize, buf, len, ascii) \
wil_print_hex_dump_debug("DBG[TXRX]" prefix_str,\
print_hex_dump_debug("DBG[TXRX]" prefix_str,\
prefix_type, rowsize, \
groupsize, buf, len, ascii)

#define wil_hex_dump_wmi(prefix_str, prefix_type, rowsize, \
groupsize, buf, len, ascii) \
wil_print_hex_dump_debug("DBG[ WMI]" prefix_str,\
print_hex_dump_debug("DBG[ WMI]" prefix_str,\
prefix_type, rowsize, \
groupsize, buf, len, ascii)

Expand Down

0 comments on commit 3b0378a

Please sign in to comment.