[PATCH 6/9] P2P: enable HT Tx STBC for GO if supported by driver

Ilan Peer ilan.peer
Sun Jan 18 17:44:09 PST 2015


From: Eyal Shapira <eyal at wizery.com>

Publish support for Tx STBC in the HT capabilities of a GO
in case the hardware supports it.

Signed-off-by: Eyal Shapira <eyalx.shapira at intel.com>
---
 wpa_supplicant/ap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wpa_supplicant/ap.c b/wpa_supplicant/ap.c
index 2ebc7f6..65532e3 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) {
-- 
1.8.3.2




More information about the Hostap mailing list