Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126592
b: refs/heads/master
c: f02466f
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent fe5d7ba commit 7150661
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 310d465d8365dbb1258b972c8a7c35f8d9dc68a3
refs/heads/master: f02466fc19f77fc47a0573d5c246b3333e076894
5 changes: 3 additions & 2 deletions trunk/drivers/staging/winbond/wbusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,12 @@ static int wbsoft_start(struct ieee80211_hw *dev)
return 0;
}

static int wbsoft_config(struct ieee80211_hw *dev, struct ieee80211_conf *conf)
static int wbsoft_config(struct ieee80211_hw *dev, u32 changed)
{
struct wbsoft_priv *priv = dev->priv;

struct ieee80211_conf *conf = &dev->conf;
ChanInfo ch;

printk("wbsoft_config called\n");

ch.band = 1;
Expand Down

0 comments on commit 7150661

Please sign in to comment.