commit | 1441e769b2767e212a3d905bee2fd3535b484ff2 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Thu May 07 11:37:10 2009 -0700 |
committer | San Mehat <san@google.com> | Sat May 09 10:33:18 2009 -0700 |
tree | 726f46620c2e9c4063ed9ecdd7e0cafcb6b6005e | |
parent | b3779558dcfbe99f0b9c1ef796e3728edad25672 [diff] [blame] |
nexus: Implement wifi scanner and fix a lot of bugs Signed-off-by: San Mehat <san@google.com>
diff --git a/nexus/TiwlanWifiController.h b/nexus/TiwlanWifiController.h index a93d610..f17ef51 100644 --- a/nexus/TiwlanWifiController.h +++ b/nexus/TiwlanWifiController.h
@@ -27,5 +27,6 @@ virtual int powerDown(); virtual bool isPoweredUp(); virtual int loadFirmware(); + virtual bool isFirmwareLoaded(); }; #endif