diff mbox

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

Message ID 1421631852-8071-6-git-send-email-ilan.peer@intel.com
State Accepted
Headers show

Commit Message

Peer, Ilan Jan. 19, 2015, 1:44 a.m. UTC
From: Eyal Shapira <eyal@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@intel.com>
---
 wpa_supplicant/ap.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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) {