[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#344036: Unresolved symbol ALIGN in orinoco.o module



tags 344036 +pending
thanks

I believe that the following patch, which will be included in 
2.4.27-13 and 2.4.27-10sarge2 trivially resolves this problem.

-- 
Horms


--- a/drivers/net/wireless/hermes.c
+++ b/drivers/net/wireless/hermes.c
@@ -2312,6 +2312,8 @@ orinoco_stat_gather(struct net_device *d
 	}
 }
 
+#define ALIGN(x,a) (((x)+(a)-1)&~((a)-1))
+
 static int
 orinoco_xmit(struct sk_buff *skb, struct net_device *dev)
 {



Reply to: