From: Jiri Benc <[EMAIL PROTECTED]>
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 netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to