Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237005
b: refs/heads/master
c: 43d1364
h: refs/heads/master
i:
  237003: 259b44e
v: v3
  • Loading branch information
David Gnedt authored and John W. Linville committed Feb 3, 2011
1 parent d90fefd commit aa617ee
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8964e492b5740dae0f4f68e08f4a9a45d4b57620
refs/heads/master: 43d136442a0af3b26df3f16c7b935b5ea12e493f
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/wl1251/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,8 @@ int wl1251_init_ieee80211(struct wl1251 *wl)
IEEE80211_HW_SUPPORTS_UAPSD |
IEEE80211_HW_SUPPORTS_CQM_RSSI;

wl->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION);
wl->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
BIT(NL80211_IFTYPE_ADHOC);
wl->hw->wiphy->max_scan_ssids = 1;
wl->hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &wl1251_band_2ghz;

Expand Down

0 comments on commit aa617ee

Please sign in to comment.