Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237420
b: refs/heads/master
c: 9bf8ab3
h: refs/heads/master
v: v3
  • Loading branch information
Henry Ptasinski authored and John W. Linville committed Feb 18, 2011
1 parent 499b9bb commit ca46221
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: 83bdf2a17279bd6ee3d0f5c0f086ebe06644109d
refs/heads/master: 9bf8ab35f269d66e507de2b1ccc67a02d8284db5
4 changes: 3 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,9 @@ static s32 wl_inform_single_bss(struct wl_priv *wl, struct wl_bss_info *bi)
notif_bss_info->frame_len =
offsetof(struct ieee80211_mgmt,
u.beacon.variable) + wl_get_ielen(wl);
freq = ieee80211_channel_to_frequency(notif_bss_info->channel);
freq = ieee80211_channel_to_frequency(notif_bss_info->channel,
band->band);

channel = ieee80211_get_channel(wiphy, freq);

WL_DBG("SSID : \"%s\", rssi %d, channel %d, capability : 0x04%x, bssid %pM\n",
Expand Down

0 comments on commit ca46221

Please sign in to comment.