Merge "Revert "wlan: Don't overwrite the channel configured in hostapd.conf""
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
0ecf7a3d93
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user