mac80211: pass vif param to conf_tx() callback
[deliverable/linux.git] / drivers / net / wireless / ath / carl9170 / main.c
index 8b780d6d470f4f4cfb9315382e82811d8cb5c3db..beca71073e9bdd6f786ac0f58e53c42e4e994d8f 100644 (file)
@@ -1305,7 +1305,8 @@ static int carl9170_op_sta_remove(struct ieee80211_hw *hw,
        return 0;
 }
 
-static int carl9170_op_conf_tx(struct ieee80211_hw *hw, u16 queue,
+static int carl9170_op_conf_tx(struct ieee80211_hw *hw,
+                              struct ieee80211_vif *vif, u16 queue,
                               const struct ieee80211_tx_queue_params *param)
 {
        struct ar9170 *ar = hw->priv;
This page took 0.039382 seconds and 5 git commands to generate.