Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223616
b: refs/heads/master
c: 4a55d58
h: refs/heads/master
v: v3
  • Loading branch information
Sven Neumann authored and John W. Linville committed Dec 13, 2010
1 parent 9ad19a9 commit 2f6e46e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 10c38c3306c04ec26b1536d30b8b11ccab32faa5
refs/heads/master: 4a55d5852adbe66722fb1636c82c7864cd5be441
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ static int lbs_ret_scan(struct lbs_private *priv, unsigned long dummy,
print_ssid(ssid_buf, ssid, ssid_len),
LBS_SCAN_RSSI_TO_MBM(rssi)/100);

if (channel ||
if (channel &&
!(channel->flags & IEEE80211_CHAN_DISABLED))
cfg80211_inform_bss(wiphy, channel,
bssid, le64_to_cpu(*(__le64 *)tsfdesc),
Expand Down

0 comments on commit 2f6e46e

Please sign in to comment.