mac80211: pass vif param to conf_tx() callback
[pandora-kernel.git] / drivers / net / wireless / wl1251 / main.c
index a14a48c..ba3268e 100644 (file)
@@ -1158,7 +1158,8 @@ static struct ieee80211_channel wl1251_channels[] = {
        { .hw_value = 13, .center_freq = 2472},
 };
 
-static int wl1251_op_conf_tx(struct ieee80211_hw *hw, u16 queue,
+static int wl1251_op_conf_tx(struct ieee80211_hw *hw,
+                            struct ieee80211_vif *vif, u16 queue,
                             const struct ieee80211_tx_queue_params *params)
 {
        enum wl1251_acx_ps_scheme ps_scheme;