Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210245
b: refs/heads/master
c: aff3ea4
h: refs/heads/master
i:
  210243: 75a31a0
v: v3
  • Loading branch information
Karl Relton authored and Greg Kroah-Hartman committed Sep 4, 2010
1 parent 605aa92 commit 8048c2d
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: 95c46ed9c99f9a3fc4954fc1b7cc1509a359efbb
refs/heads/master: aff3ea4e5d4b0280d1c631fcce048e7f009bc3e5
3 changes: 3 additions & 0 deletions trunk/drivers/staging/wlan-ng/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ int prism2_get_key(struct wiphy *wiphy, struct net_device *dev,
return -ENOENT;
params.key_len = len;
params.key = wlandev->wep_keys[key_index];
params.seq_len = 0;

callback(cookie, &params);

Expand Down Expand Up @@ -735,6 +736,8 @@ struct wiphy *wlan_create_wiphy(struct device *dev, wlandevice_t *wlandev)
priv->band.n_channels = ARRAY_SIZE(prism2_channels);
priv->band.bitrates = priv->rates;
priv->band.n_bitrates = ARRAY_SIZE(prism2_rates);
priv->band.band = IEEE80211_BAND_2GHZ;
priv->band.ht_cap.ht_supported = false;
wiphy->bands[IEEE80211_BAND_2GHZ] = &priv->band;

set_wiphy_dev(wiphy, dev);
Expand Down

0 comments on commit 8048c2d

Please sign in to comment.