From: Eyal Shapira Date: Mon, 19 Jan 2015 01:44:09 +0000 (-0500) Subject: AP: Enable HT Tx STBC for AP/GO if supported by driver X-Git-Tag: hostap_2_4~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd83335f2964a451273e45921fd51856845c2ad3;p=thirdparty%2Fhostap.git AP: Enable HT Tx STBC for AP/GO if supported by driver Publish support for Tx STBC in the HT capabilities of a GO and AP controlled by wpa_supplicant in case the hardware supports it. Signed-off-by: Eyal Shapira --- diff --git a/wpa_supplicant/ap.c b/wpa_supplicant/ap.c index 2ebc7f628..65532e3cb 100644 --- a/wpa_supplicant/ap.c +++ b/wpa_supplicant/ap.c @@ -132,6 +132,7 @@ void wpa_supplicant_conf_ap_ht(struct wpa_supplicant *wpa_s, HT_CAP_INFO_SHORT_GI20MHZ | HT_CAP_INFO_SHORT_GI40MHZ | HT_CAP_INFO_RX_STBC_MASK | + HT_CAP_INFO_TX_STBC | HT_CAP_INFO_MAX_AMSDU_SIZE); if (mode->vht_capab && ssid->vht) {