Skip to content

Commit

Permalink
mac80211: permit vht_capab also for 2.4GHz 802.11n
Browse files Browse the repository at this point in the history
Permit to configure vht_capab also for 2.4GHz 802.11n mode to support
non-standard QAM-256 on 802.11n.

Signed-off-by: Christian Marangi <[email protected]>
Signed-off-by: Rui Salvaterra <[email protected]>
  • Loading branch information
rsalvaterra committed Jun 30, 2024
1 parent 836b04b commit 9b3df65
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ mac80211_hostapd_setup_base() {
esac
[ -n "$op_class" ] && append base_cfg "op_class=$op_class" "$N"
}
[ "$hwmode" = "a" ] || enable_ac=0

if [ "$enable_ac" != "0" ]; then
json_get_vars \
Expand Down

0 comments on commit 9b3df65

Please sign in to comment.