]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove CONFIG_IEEE80211N build option
authorJouni Malinen <j@w1.fi>
Sat, 22 Feb 2020 14:22:18 +0000 (16:22 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Feb 2020 17:20:44 +0000 (19:20 +0200)
commitf3bcd696034683f94300dd971865af7ed86aa180
tree5870f203e866358b21eae64b560d663b23a35202
parent640d59942bfe8742b288f3330d2ba21ee1c171b8
Remove CONFIG_IEEE80211N build option

Hardcoded CONFIG_IEEE80211N to be included to clean up implementation.
More or less all new devices support IEEE 802.11n (HT) and there is not
much need for being able to remove that functionality from the build.
Included this unconditionally to get rid of one more build options and
to keep things simpler.

Signed-off-by: Jouni Malinen <j@w1.fi>
26 files changed:
hostapd/Android.mk
hostapd/Makefile
hostapd/android.config
hostapd/config_file.c
hostapd/defconfig
src/ap/ap_config.c
src/ap/ap_list.c
src/ap/beacon.c
src/ap/ctrl_iface_ap.c
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/hw_features.c
src/ap/ieee802_11.c
src/ap/sta_info.c
src/drivers/driver_bsd.c
tests/build/build-hostapd-internal.config
tests/build/build-hostapd-minimal.config
tests/build/build-wpa_supplicant-internal.config
tests/hwsim/example-hostapd.config
tests/hwsim/example-wpa_supplicant.config
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/android.config
wpa_supplicant/ap.c
wpa_supplicant/defconfig
wpa_supplicant/mesh_mpm.c