Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368499
b: refs/heads/master
c: 3b0378a
h: refs/heads/master
i:
  368497: e7cfacb
  368495: 5b84676
v: v3
  • Loading branch information
Vladimir Kondratiev authored and John W. Linville committed Mar 13, 2013
1 parent f70212f commit cb81d52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d95f1d20ab217eb4c2f1c1a0abb2320f0c38954b
refs/heads/master: 3b0378a88be2f85f495d557ac096291b0b54a163
20 changes: 0 additions & 20 deletions trunk/drivers/net/wireless/ath/wil6210/dbg_hexdump.h

This file was deleted.

6 changes: 2 additions & 4 deletions trunk/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 cb81d52

Please sign in to comment.