Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05e361ca authored by Pavel Machek's avatar Pavel Machek Committed by Greg Kroah-Hartman
Browse files

Staging: w35und: fix registration with wlan stack



Initialize few more fields in wireless device structure so that
wireless core actually accepts our registration.

Signed-off-by: default avatarPavel Machek <pavel@suse.cz>
Acked-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5789813e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -369,9 +369,11 @@ static int wb35_probe(struct usb_interface *intf, const struct usb_device_id *id
	}

	dev->extra_tx_headroom = 12;	/* FIXME */
	dev->flags = 0;
	dev->flags = IEEE80211_HW_SIGNAL_UNSPEC;
	dev->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION);

	dev->channel_change_time = 1000;
	dev->max_signal = 100;
	dev->queues = 1;

	dev->wiphy->bands[IEEE80211_BAND_2GHZ] = &wbsoft_band_2GHz;