Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184099
b: refs/heads/master
c: f323383
h: refs/heads/master
i:
  184097: 889b127
  184095: 54d49fa
v: v3
  • Loading branch information
Deepak Saxena authored and John W. Linville committed Feb 10, 2010
1 parent deeb798 commit 1738ad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ac2927a953a01c83df255118922cce1523d1a18
refs/heads/master: f32338319f10c4ca5499c19edc5b3618896920ba
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/libertas_tf/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ struct lbtf_private *lbtf_add_card(void *card, struct device *dmdev)
priv->band.n_channels = ARRAY_SIZE(lbtf_channels);
priv->band.channels = priv->channels;
hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &priv->band;
hw->wiphy->interface_modes =
BIT(NL80211_IFTYPE_STATION) |
BIT(NL80211_IFTYPE_ADHOC);
skb_queue_head_init(&priv->bc_ps_buf);

SET_IEEE80211_DEV(hw, dmdev);
Expand Down

0 comments on commit 1738ad5

Please sign in to comment.