Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289172
b: refs/heads/master
c: da3e6ec
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Greg Kroah-Hartman committed Mar 1, 2012
1 parent 34ba001 commit a51d5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 2080913e017ab9f88379d93fd09546ad95faf87b
refs/heads/master: da3e6ec2f443ac00aa623c5921e3521f5f38efe4
8 changes: 1 addition & 7 deletions trunk/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2380,13 +2380,7 @@ static struct iw_statistics *r871x_get_wireless_stats(struct net_device *dev)
tmp_qual = padapter->recvpriv.signal;
tmp_noise = padapter->recvpriv.noise;
piwstats->qual.level = tmp_level;
/*piwstats->qual.qual = tmp_qual;
* The NetworkManager of Fedora 10, 13 will use the link
* quality for its display.
* So, use the fw_rssi on link quality variable because
* fw_rssi will be updated per 2 seconds.
*/
piwstats->qual.qual = tmp_level;
piwstats->qual.qual = tmp_qual;
piwstats->qual.noise = tmp_noise;
}
piwstats->qual.updated = IW_QUAL_ALL_UPDATED;
Expand Down

0 comments on commit a51d5de

Please sign in to comment.