]> git.ipfire.org Git - thirdparty/hostap.git/commit
Support HT capability overrides
authorBen Greear <greearb@candelatech.com>
Sun, 29 Jan 2012 19:01:31 +0000 (21:01 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Jan 2012 19:01:31 +0000 (21:01 +0200)
commit80e8a5eef15cbca4e92037e6a92d75bdd0317700
tree0d3a58134894a9ebd25b457ea4fbe989474c8be3
parent499e7286b0a3ed02beb03bf0e6a4a4d0c5ed3cf9
Support HT capability overrides

This allows HT capabilities overrides on kernels that
support these features.

MCS Rates can be disabled to force to slower speeds when using HT.
Rates cannot be forced higher.

HT can be disabled, forcing an 802.11a/b/g/n station to act like
an 802.11a/b/g station.

HT40 can be disabled.

MAX A-MSDU can be disabled.
A-MPDU Factor and A-MPDU Density can be modified.

Please note that these are suggestions to the kernel. Only mac80211
drivers will work at all. The A-MPDU Factor can only be decreased and
the A-MPDU Density can only be increased currently.

Signed-hostap: Ben Greear <greearb@candelatech.com>
src/common/ieee802_11_defs.h
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/Makefile
wpa_supplicant/config.c
wpa_supplicant/config_ssid.h
wpa_supplicant/defconfig
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h