Skip to content
Snippets Groups Projects
Commit a9aee857 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mac80211: force upper channel for HT40 when autochannel is enabled


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 40685
parent 4bd862a3
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ mac80211_hostapd_setup_base() {
esac
;;
esac
[ "$auto_channel" -gt 0 ] && ht_capab="[HT40+]"
;;
*) ieee80211n= ;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment