Michael Buesch wrote:
> On Saturday 14 April 2007 20:13, Larry Finger wrote:
>> Index: wireless-dev/net/mac80211/ieee80211.c
>> ===================================================================
>> --- wireless-dev.orig/net/mac80211/ieee80211.c
>> +++ wireless-dev/net/mac80211/ieee80211.c
>> @@ -4211,7 +4211,7 @@ void ieee80211_rx_irqsafe(struct ieee802
>> {
>> struct ieee80211_local *local = hw_to_local(hw);
>>
>> - BUILD_BUG_ON(sizeof(struct ieee80211_rx_status) > sizeof(skb->cb));
>> +// BUILD_BUG_ON(sizeof(struct ieee80211_rx_status) > sizeof(skb->cb));
>
> Whoops?
Yes, the BUILD_BUG_ON killed the compilation with both old and new names in the
structs. Patch 4/4
restores the statement.
Larry
_______________________________________________
Bcm43xx-dev mailing list
[EMAIL PROTECTED]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev