mwifiex: add support for Marvell sd8797 device
[deliverable/linux.git] / drivers / net / wireless / mwifiex / sta_cmdresp.c
index 7a16b0c417afc58a0d7a23cf5aadd6151d2b7fd6..e812db8b695cabdfa294c19d9ab08e92b4cb88b7 100644 (file)
@@ -508,7 +508,7 @@ static int mwifiex_ret_802_11_tx_rate_query(struct mwifiex_private *priv,
        priv->tx_htinfo = resp->params.tx_rate.ht_info;
        if (!priv->is_data_rate_auto)
                priv->data_rate =
-                       mwifiex_index_to_data_rate(priv->tx_rate,
+                       mwifiex_index_to_data_rate(priv, priv->tx_rate,
                                                   priv->tx_htinfo);
 
        return 0;
This page took 0.030176 seconds and 5 git commands to generate.