OSDN Git Service

Clean up two wifi javadoc comments
authorBrian Williammee <bwill@google.com>
Tue, 1 Apr 2014 00:18:03 +0000 (17:18 -0700)
committerBrian Williammee <bwill@google.com>
Tue, 1 Apr 2014 00:18:03 +0000 (17:18 -0700)
Remove references to TI drivers, and unnecessary uncertainty.

Change-Id: I74a01357264338df7c513684c6c752d1edb4ea4d

wifi/java/android/net/wifi/ScanResult.java
wifi/java/android/net/wifi/WifiInfo.java

index 12729d2..d7ecaff 100644 (file)
@@ -40,8 +40,7 @@ public class ScanResult implements Parcelable {
      */
     public String capabilities;
     /**
-     * The detected signal level in dBm. At least those are the units used by
-     * the TI driver.
+     * The detected signal level in dBm.
      */
     public int level;
     /**
index 4a6821c..f44cb0a 100644 (file)
@@ -157,9 +157,8 @@ public class WifiInfo implements Parcelable {
 
     /**
      * Returns the received signal strength indicator of the current 802.11
-     * network.
-     * <p><strong>This is not normalized, but should be!</strong></p>
-     * @return the RSSI, in the range ??? to ???
+     * network, in dBm.
+     * @return the RSSI, in the range -110 to 10
      */
     public int getRssi() {
         return mRssi;