Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224620
b: refs/heads/master
c: 458fafd
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Nov 18, 2010
1 parent a0e6ace commit 94cc67a
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: 8befba6f2262a6e31d6e3bcf7d07ff46da444ec0
refs/heads/master: 458fafdd579dcb58c8288c55c9cd92d6816ba094
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rndis_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,7 @@ static void rndis_wlan_craft_connected_bss(struct usbnet *usbdev, u8 *bssid,
/* Get signal quality, in case of error use rssi=0 and ignore error. */
len = sizeof(rssi);
rssi = 0;
rndis_query_oid(usbdev, OID_802_11_RSSI, &rssi, &len);
ret = rndis_query_oid(usbdev, OID_802_11_RSSI, &rssi, &len);
signal = level_to_qual(le32_to_cpu(rssi));

netdev_dbg(usbdev->net, "%s(): OID_802_11_RSSI -> %d, "
Expand Down

0 comments on commit 94cc67a

Please sign in to comment.