diff options
author | Janusz Dziedzic <janusz.dziedzic@tieto.com> | 2014-01-17 08:08:08 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-01-20 04:17:43 -0500 |
commit | 542fb17400a752c4be2e221857a42f35acc1a1cc (patch) | |
tree | 2e3e1f47fe64fd7746085c70a3a106d03446dd8d /drivers/net/wireless/ath/ath10k/wmi.c | |
parent | 61118fbf5ba01a88d7f7b2210f44b6278f4a597f (diff) |
ath10k: enable wmi ps peer param command for 10.x FW
Enable ap_ps_peer_param_cmdid for 10.x FW.
This is used mainly for AP UAPSD.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c index 712a606a080a..f49a84276b9b 100644 --- a/drivers/net/wireless/ath/ath10k/wmi.c +++ b/drivers/net/wireless/ath/ath10k/wmi.c | |||
@@ -213,7 +213,7 @@ static struct wmi_cmd_map wmi_10x_cmd_map = { | |||
213 | .p2p_go_set_beacon_ie = WMI_10X_P2P_GO_SET_BEACON_IE, | 213 | .p2p_go_set_beacon_ie = WMI_10X_P2P_GO_SET_BEACON_IE, |
214 | .p2p_go_set_probe_resp_ie = WMI_10X_P2P_GO_SET_PROBE_RESP_IE, | 214 | .p2p_go_set_probe_resp_ie = WMI_10X_P2P_GO_SET_PROBE_RESP_IE, |
215 | .p2p_set_vendor_ie_data_cmdid = WMI_CMD_UNSUPPORTED, | 215 | .p2p_set_vendor_ie_data_cmdid = WMI_CMD_UNSUPPORTED, |
216 | .ap_ps_peer_param_cmdid = WMI_CMD_UNSUPPORTED, | 216 | .ap_ps_peer_param_cmdid = WMI_10X_AP_PS_PEER_PARAM_CMDID, |
217 | .ap_ps_peer_uapsd_coex_cmdid = WMI_CMD_UNSUPPORTED, | 217 | .ap_ps_peer_uapsd_coex_cmdid = WMI_CMD_UNSUPPORTED, |
218 | .peer_rate_retry_sched_cmdid = WMI_10X_PEER_RATE_RETRY_SCHED_CMDID, | 218 | .peer_rate_retry_sched_cmdid = WMI_10X_PEER_RATE_RETRY_SCHED_CMDID, |
219 | .wlan_profile_trigger_cmdid = WMI_10X_WLAN_PROFILE_TRIGGER_CMDID, | 219 | .wlan_profile_trigger_cmdid = WMI_10X_WLAN_PROFILE_TRIGGER_CMDID, |