diff options
Diffstat (limited to 'drivers/net/wireless/mwifiex/sta_cmd.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/sta_cmd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/sta_cmd.c b/drivers/net/wireless/mwifiex/sta_cmd.c index a2ae690a0a67..b193e25977d2 100644 --- a/drivers/net/wireless/mwifiex/sta_cmd.c +++ b/drivers/net/wireless/mwifiex/sta_cmd.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include "main.h" | 24 | #include "main.h" |
25 | #include "wmm.h" | 25 | #include "wmm.h" |
26 | #include "11n.h" | 26 | #include "11n.h" |
27 | #include "11ac.h" | ||
27 | 28 | ||
28 | /* | 29 | /* |
29 | * This function prepares command to set/get RSSI information. | 30 | * This function prepares command to set/get RSSI information. |
@@ -1258,6 +1259,9 @@ int mwifiex_sta_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no, | |||
1258 | cpu_to_le16(sizeof(struct host_cmd_ds_remain_on_chan) + | 1259 | cpu_to_le16(sizeof(struct host_cmd_ds_remain_on_chan) + |
1259 | S_DS_GEN); | 1260 | S_DS_GEN); |
1260 | break; | 1261 | break; |
1262 | case HostCmd_CMD_11AC_CFG: | ||
1263 | ret = mwifiex_cmd_11ac_cfg(priv, cmd_ptr, cmd_action, data_buf); | ||
1264 | break; | ||
1261 | case HostCmd_CMD_P2P_MODE_CFG: | 1265 | case HostCmd_CMD_P2P_MODE_CFG: |
1262 | cmd_ptr->command = cpu_to_le16(cmd_no); | 1266 | cmd_ptr->command = cpu_to_le16(cmd_no); |
1263 | cmd_ptr->params.mode_cfg.action = cpu_to_le16(cmd_action); | 1267 | cmd_ptr->params.mode_cfg.action = cpu_to_le16(cmd_action); |