~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise-proposed

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8712/rtl871x_ioctl_linux.c

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Luke Yelavich, Upstream Kernel Changes
  • Date: 2012-04-04 18:49:36 UTC
  • Revision ID: package-import@ubuntu.com-20120404184936-tqu735914muv4wpg
Tags: 3.2.0-22.30
[ Luke Yelavich ]

* [Config] Update configs after rebase against Ubuntu-3.2.0-22.35

[ Upstream Kernel Changes ]

* Low-latency: Rebase against Ubuntu-3.2.0-22.35

Show diffs side-by-side

added added

removed removed

Lines of Context:
2380
2380
                tmp_qual = padapter->recvpriv.signal;
2381
2381
                tmp_noise = padapter->recvpriv.noise;
2382
2382
                piwstats->qual.level = tmp_level;
2383
 
                /*piwstats->qual.qual = tmp_qual;
2384
 
                 * The NetworkManager of Fedora 10, 13 will use the link
2385
 
                 * quality for its display.
2386
 
                 * So, use the fw_rssi on link quality variable because
2387
 
                 * fw_rssi will be updated per 2 seconds.
2388
 
                 */
2389
 
                piwstats->qual.qual = tmp_level;
 
2383
                piwstats->qual.qual = tmp_qual;
2390
2384
                piwstats->qual.noise = tmp_noise;
2391
2385
        }
2392
2386
        piwstats->qual.updated = IW_QUAL_ALL_UPDATED;