mac80211: pass vif param to conf_tx() callback
[pandora-kernel.git] / drivers / net / wireless / b43legacy / main.c
index 468d183..a3b72cd 100644 (file)
@@ -2466,7 +2466,8 @@ out:
        }
 }
 
-static int b43legacy_op_conf_tx(struct ieee80211_hw *hw, u16 queue,
+static int b43legacy_op_conf_tx(struct ieee80211_hw *hw,
+                               struct ieee80211_vif *vif, u16 queue,
                                const struct ieee80211_tx_queue_params *params)
 {
        return 0;