On Sun, 2011-09-25 at 20:06 +0300, Eliad Peller wrote: > tx params should be configured per interface. > Add ieee80211_vif param to the conf_tx callback, > and update all the drivers that use this callback. > > The following spatch was used: > @rule1@ > struct ieee80211_ops ops; > identifier conf_tx_op; > @@ > ops.conf_tx = conf_tx_op; > > @rule2@ > identifier rule1.conf_tx_op; > identifier hw, queue, params; > @@ > conf_tx_op ( > - struct ieee80211_hw *hw, > + struct ieee80211_hw *hw, struct ieee80211_vif *vif, > u16 queue, > const struct ieee80211_tx_queue_params *params) {...} Nice :-) Looks good to me. (all 3) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html