From: Jiri Benc <jbenc@xxxxxxx> Date: Wed, 18 Jul 2007 17:10:44 +0200 > - local->tx_headroom = max(local->hw.extra_tx_headroom, > - sizeof(struct ieee80211_tx_status_rtap_hdr)); > + local->tx_headroom = max_t(unsigned, local->hw.extra_tx_headroom, > + sizeof(struct ieee80211_tx_status_rtap_hdr)); Please spell out the complete type, "unsigned int". - 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