Skip to content

Commit

Permalink
Staging: w35und: fix config build warnings
Browse files Browse the repository at this point in the history
the wireless config function has changed with commit
e897558 so fix up the wbusb driver to
work properly with that change.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent 310d465 commit f02466f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 f02466f

Please sign in to comment.