Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340911
b: refs/heads/master
c: f575f65
h: refs/heads/master
i:
  340909: 28e8004
  340907: 96b50ca
  340903: 7f5b457
  340895: a97d30e
v: v3
  • Loading branch information
Bing Zhao authored and John W. Linville committed Oct 19, 2012
1 parent 41f8b5e commit abffd2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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: 7a66205a218c4b22ced8b3326ab925136b160b01
refs/heads/master: f575f65897e84018ee7163407ca5514272e11223
11 changes: 7 additions & 4 deletions trunk/drivers/net/wireless/mwifiex/cmdevt.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,20 +918,23 @@ mwifiex_cmd_timeout_func(unsigned long function_context)
dev_err(adapter->dev, "last_cmd_index = %d\n",
adapter->dbg.last_cmd_index);
print_hex_dump_bytes("last_cmd_id: ", DUMP_PREFIX_OFFSET,
adapter->dbg.last_cmd_id, DBG_CMD_NUM);
adapter->dbg.last_cmd_id,
sizeof(adapter->dbg.last_cmd_id));
print_hex_dump_bytes("last_cmd_act: ", DUMP_PREFIX_OFFSET,
adapter->dbg.last_cmd_act, DBG_CMD_NUM);
adapter->dbg.last_cmd_act,
sizeof(adapter->dbg.last_cmd_act));

dev_err(adapter->dev, "last_cmd_resp_index = %d\n",
adapter->dbg.last_cmd_resp_index);
print_hex_dump_bytes("last_cmd_resp_id: ", DUMP_PREFIX_OFFSET,
adapter->dbg.last_cmd_resp_id,
DBG_CMD_NUM);
sizeof(adapter->dbg.last_cmd_resp_id));

dev_err(adapter->dev, "last_event_index = %d\n",
adapter->dbg.last_event_index);
print_hex_dump_bytes("last_event: ", DUMP_PREFIX_OFFSET,
adapter->dbg.last_event, DBG_CMD_NUM);
adapter->dbg.last_event,
sizeof(adapter->dbg.last_event));

dev_err(adapter->dev, "data_sent=%d cmd_sent=%d\n",
adapter->data_sent, adapter->cmd_sent);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/mwifiex/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ enum {
#define MWIFIEX_TYPE_DATA 0
#define MWIFIEX_TYPE_EVENT 3

#define DBG_CMD_NUM 5

#define MAX_BITMAP_RATES_SIZE 10

#define MAX_CHANNEL_BAND_BG 14
Expand Down

0 comments on commit abffd2a

Please sign in to comment.