summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorBrian Williammee <bwill@google.com>2014-03-31 17:18:03 -0700
committerBrian Williammee <bwill@google.com>2014-03-31 17:18:03 -0700
commit137ff532ebb062ea513d6ea0dd894b91f373d1a3 (patch)
tree0befd82b90535c4db69b70823ce89ea0a054428d /wifi
parent28e68c6a78c72d1fa419eae578440add369c0d42 (diff)
downloadframeworks_base-137ff532ebb062ea513d6ea0dd894b91f373d1a3.zip
frameworks_base-137ff532ebb062ea513d6ea0dd894b91f373d1a3.tar.gz
frameworks_base-137ff532ebb062ea513d6ea0dd894b91f373d1a3.tar.bz2
Clean up two wifi javadoc comments
Remove references to TI drivers, and unnecessary uncertainty. Change-Id: I74a01357264338df7c513684c6c752d1edb4ea4d
Diffstat (limited to 'wifi')
-rw-r--r--wifi/java/android/net/wifi/ScanResult.java3
-rw-r--r--wifi/java/android/net/wifi/WifiInfo.java5
2 files changed, 3 insertions, 5 deletions
diff --git a/wifi/java/android/net/wifi/ScanResult.java b/wifi/java/android/net/wifi/ScanResult.java
index 12729d2..d7ecaff 100644
--- a/wifi/java/android/net/wifi/ScanResult.java
+++ b/wifi/java/android/net/wifi/ScanResult.java
@@ -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;
/**
diff --git a/wifi/java/android/net/wifi/WifiInfo.java b/wifi/java/android/net/wifi/WifiInfo.java
index 4a6821c..f44cb0a 100644
--- a/wifi/java/android/net/wifi/WifiInfo.java
+++ b/wifi/java/android/net/wifi/WifiInfo.java
@@ -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;