Merge "Revert "wlan: Don't overwrite the channel configured in hostapd.conf""

This commit is contained in:
Linux Build Service Account
2014-01-07 12:04:43 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 1 additions and 6 deletions

View File

@@ -3097,7 +3097,6 @@ int qsapsetSoftap(int argc, char *argv[])
return -1;
}
}
#ifndef ANDROID_VERSION_KITKAT
/** channel */
rlen = RECV_BUF_LEN;
if(argc > 5) {
@@ -3109,7 +3108,7 @@ int qsapsetSoftap(int argc, char *argv[])
return -1;
}
}
#endif
/** Security */
rlen = RECV_BUF_LEN;
if(argc > 6) {