Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353898
b: refs/heads/master
c: c4cda30
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Hahn authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent a5aa1ed commit 32032ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: fdc64a9eda15535076cc7e97fcfab3dc7d432f11
refs/heads/master: c4cda304692ce6e6610b4302ea69a08a5070e4f2
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void free_ieee80211(struct net_device *dev)

#ifdef CONFIG_IEEE80211_DEBUG

u32 ieee80211_debug_level = 0;
u32 ieee80211_debug_level;
static int debug = \
// IEEE80211_DL_INFO |
// IEEE80211_DL_WX |
Expand All @@ -241,7 +241,7 @@ static int debug = \
//IEEE80211_DL_DATA |
IEEE80211_DL_ERR //awayls open this flags to show error out
;
struct proc_dir_entry *ieee80211_proc = NULL;
struct proc_dir_entry *ieee80211_proc;

static int show_debug_level(char *page, char **start, off_t offset,
int count, int *eof, void *data)
Expand Down

0 comments on commit 32032ca

Please sign in to comment.