On Mon, 2010-11-29 at 16:51 +0100, Johannes Stezenbach wrote: > -void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) > +void __ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb, > + int (*netif_rx_func)(struct sk_buff *skb)) This seems weird to me -- why not just do static inline void ieee80211_tx_status_ni(...) { local_bh_disable(); ieee80211_tx_status(...); local_bh_enable(); } 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