Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219735
b: refs/heads/master
c: 2a4724a
h: refs/heads/master
i:
  219733: c62e333
  219731: 44b742c
  219727: 416fbb2
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Sep 5, 2010
1 parent 22aca5d commit 62aedb9
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: ff7d368ed98b27405197a1d3e76d8032ecbe6194
refs/heads/master: 2a4724a76d73b3888d2e12780a7181fbe6e0766a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ath6kl/wmi/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ wmi_bssInfo_event_rx(struct wmi_t *wmip, A_UINT8 *datap, int len)
* The average value of RSSI give end-user better feeling for instance value of scan result
* It also sync up RSSI info in GUI between scan result and RSSI signal icon
*/
if (bss && IEEE80211_ADDR_EQ(wmip->wmi_bssid, bih->bssid)) {
if (IEEE80211_ADDR_EQ(wmip->wmi_bssid, bih->bssid)) {
bih->rssi = bss->ni_rssi;
bih->snr = bss->ni_snr;
}
Expand Down

0 comments on commit 62aedb9

Please sign in to comment.