Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275701
b: refs/heads/master
c: d929bbc
h: refs/heads/master
i:
  275699: 80a268f
v: v3
  • Loading branch information
Steven Miao authored and John W. Linville committed Nov 9, 2011
1 parent 6c23904 commit 928f868
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: 58ebacc66bd11be2327edcefc79de94bd6f5bb4a
refs/heads/master: d929bbc63069396e723a180cde9cb71adc9f76ac
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 @@ -634,7 +634,7 @@ static int lbs_ret_scan(struct lbs_private *priv, unsigned long dummy,
if (channel &&
!(channel->flags & IEEE80211_CHAN_DISABLED))
cfg80211_inform_bss(wiphy, channel,
bssid, le64_to_cpu(*(__le64 *)tsfdesc),
bssid, get_unaligned_le64(tsfdesc),
capa, intvl, ie, ielen,
LBS_SCAN_RSSI_TO_MBM(rssi),
GFP_KERNEL);
Expand Down

0 comments on commit 928f868

Please sign in to comment.