Revert "wlan: Don't overwrite the channel configured in hostapd.conf"
This reverts commit 2addd175cc.
Change-Id: I1b4a145bc1b491d65f49dfc0f5990e52de8a4f37
CRs-Fixed: 589261
This commit is contained in:
@@ -12,10 +12,6 @@ LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_CFLAGS += -DSDK_VERSION=\"0.0.1.0\"
|
||||
|
||||
ifeq ($(PLATFORM_VERSION),4.4)
|
||||
LOCAL_CFLAGS += -DANDROID_VERSION_KITKAT
|
||||
endif
|
||||
|
||||
ifdef WIFI_DRIVER_MODULE_PATH
|
||||
LOCAL_CFLAGS += -DWIFI_DRIVER_MODULE_PATH=\"$(WIFI_DRIVER_MODULE_PATH)\"
|
||||
endif
|
||||
|
||||
@@ -3094,7 +3094,6 @@ int qsapsetSoftap(int argc, char *argv[])
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
#ifndef ANDROID_VERSION_KITKAT
|
||||
/** channel */
|
||||
rlen = RECV_BUF_LEN;
|
||||
if(argc > 5) {
|
||||
@@ -3106,7 +3105,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