Staging: w35und: fix config build warnings
the wireless config function has changed with commit
e8975581f6
so fix up the wbusb driver to
work properly with that change.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
310d465d83
commit
f02466fc19
|
@ -134,11 +134,12 @@ static int wbsoft_start(struct ieee80211_hw *dev)
|
||||||
return 0;
|
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 wbsoft_priv *priv = dev->priv;
|
||||||
|
struct ieee80211_conf *conf = &dev->conf;
|
||||||
ChanInfo ch;
|
ChanInfo ch;
|
||||||
|
|
||||||
printk("wbsoft_config called\n");
|
printk("wbsoft_config called\n");
|
||||||
|
|
||||||
ch.band = 1;
|
ch.band = 1;
|
||||||
|
|
Loading…
Reference in New Issue