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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to