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
-
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