packages/modules/Wifi/service/java/com/android/server/wifi/SoftApManager.java
@@ -618,7 +618,7 @@ public class SoftApManager implements ActiveModeManager {
* @return integer result code
*/
private int startSoftAp() {
- Log.d(getTag(), "band " + mCurrentSoftApConfiguration.getBand() + " iface "
+ /** Log.d(getTag(), "band " + mCurrentSoftApConfiguration.getBand() + " iface "
+ mApInterfaceName + " country " + mCountryCode);
int result = setMacAddress();
@@ -670,6 +670,8 @@ public class SoftApManager implements ActiveModeManager {
Log.d(getTag(), "Soft AP is started ");
return SUCCESS;
+ **/
+ return ERROR_GENERIC;
}
/**