mac80211: pass vif param to conf_tx() callback
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-core.c
index fc400bb2bdffa8b0c4e646b601a927d608534543..0725603dbf1d12064ddbf80136277b138805afa9 100644 (file)
@@ -1123,8 +1123,9 @@ int iwl_send_statistics_request(struct iwl_priv *priv, u8 flags, bool clear)
                                        &statistics_cmd);
 }
 
-int iwl_mac_conf_tx(struct ieee80211_hw *hw, u16 queue,
-                          const struct ieee80211_tx_queue_params *params)
+int iwl_mac_conf_tx(struct ieee80211_hw *hw,
+                   struct ieee80211_vif *vif, u16 queue,
+                   const struct ieee80211_tx_queue_params *params)
 {
        struct iwl_priv *priv = hw->priv;
        struct iwl_rxon_context *ctx;
This page took 0.02875 seconds and 5 git commands to generate.