Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131899
b: refs/heads/master
c: 05e361c
h: refs/heads/master
i:
  131897: cfe551a
  131895: 6dc1111
v: v3
  • Loading branch information
Pavel Machek authored and Greg Kroah-Hartman committed Feb 27, 2009
1 parent 30c129b commit be7cf4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 5789813e73220a0bfd85a44bc565a6ae624e8745
refs/heads/master: 05e361cae5e633c2b58967d1444cf6ae56662e5c
4 changes: 3 additions & 1 deletion trunk/drivers/staging/winbond/wbusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit be7cf4e

Please sign in to comment.