Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314049
b: refs/heads/master
c: 554c36b
h: refs/heads/master
i:
  314047: 84e2dcb
v: v3
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent c920c5e commit 3fb377c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 197c62832b1a347f933fea286fc70266026ef5fb
refs/heads/master: 554c36b7373ffcbe9c752ad779402f8cf3a44b48
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
#include "../wlcore/wlcore.h"
#include "../wlcore/debug.h"

static struct wlcore_ops wl18xx_ops = {
};

int __devinit wl18xx_probe(struct platform_device *pdev)
{
struct wl1271 *wl;
Expand All @@ -37,6 +40,7 @@ int __devinit wl18xx_probe(struct platform_device *pdev)
}

wl = hw->priv;
wl->ops = &wl18xx_ops;

return wlcore_probe(wl, pdev);
}
Expand Down

0 comments on commit 3fb377c

Please sign in to comment.