Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225315
b: refs/heads/master
c: 43a598d
h: refs/heads/master
i:
  225313: 46aa057
  225311: 506f478
v: v3
  • Loading branch information
Luciano Coelho committed Dec 2, 2010
1 parent d16da1a commit 550ab2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d60080ae06b98790036104f07fa897cfc151ce12
refs/heads/master: 43a598d5e40485fcfbebe0700077e83afd803ed5
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ static int wl1271_debugfs_add_files(struct wl1271 *wl)

void wl1271_debugfs_reset(struct wl1271 *wl)
{
if (!wl->rootdir)
return;

memset(wl->stats.fw_stats, 0, sizeof(*wl->stats.fw_stats));
wl->stats.retry_count = 0;
wl->stats.excessive_retries = 0;
Expand Down

0 comments on commit 550ab2a

Please sign in to comment.