* [PATCH 8/14 linux-2.6.7-rc1] prism54: Fix prism54.org bugs 39, 73
@ 2004-05-24 8:33 Luis R. Rodriguez
0 siblings, 0 replies; only message in thread
From: Luis R. Rodriguez @ 2004-05-24 8:33 UTC (permalink / raw)
To: Jeff Garzik, Andrew Morton; +Cc: linux-kernel, netdev, prism54-devel
[-- Attachment #1.1: Type: text/plain, Size: 175 bytes --]
2004-04-07 Margit Schubert-While <margitsw@t-online.de>
* Bugs 39 and 73
--
GnuPG Key fingerprint = 113F B290 C6D2 0251 4D84 A34A 6ADD 4937 E20A 525E
[-- Attachment #1.2: 08-fix_bug_39_73.patch --]
[-- Type: text/plain, Size: 1336 bytes --]
2004-04-07 Margit Schubert-While <margitsw@t-online.de>
* Bugs 39 and 73
Index: linux-2.6.7-rc1/drivers/net/wireless/prism54/islpci_dev.c
===================================================================
RCS file: /var/lib/cvs/prism54-ng/ksrc/islpci_dev.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- linux-2.6.7-rc1/drivers/net/wireless/prism54/islpci_dev.c 20 Mar 2004 16:58:36 -0000 1.73
+++ linux-2.6.7-rc1/drivers/net/wireless/prism54/islpci_dev.c 7 Apr 2004 04:12:12 -0000 1.74
@@ -1,4 +1,4 @@
-/* $Header: /var/lib/cvs/prism54-ng/ksrc/islpci_dev.c,v 1.73 2004/03/20 16:58:36 mcgrof Exp $
+/* $Header: /var/lib/cvs/prism54-ng/ksrc/islpci_dev.c,v 1.74 2004/04/07 04:12:12 msw Exp $
*
* Copyright (C) 2002 Intersil Americas Inc.
* Copyright (C) 2003 Herbert Valerio Riedel <hvr@gnu.org>
@@ -425,9 +425,9 @@
/* reset the mgmt receive queue */
for (counter = 0; counter < ISL38XX_CB_MGMT_QSIZE; counter++) {
isl38xx_fragment *frag = &cb->rx_data_mgmt[counter];
- frag->size = MGMT_FRAME_SIZE;
+ frag->size = cpu_to_le16(MGMT_FRAME_SIZE);
frag->flags = 0;
- frag->address = priv->mgmt_rx[counter].pci_addr;
+ frag->address = cpu_to_le32(priv->mgmt_rx[counter].pci_addr);
}
for (counter = 0; counter < ISL38XX_CB_RX_QSIZE; counter++) {
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-24 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-24 8:33 [PATCH 8/14 linux-2.6.7-rc1] prism54: Fix prism54.org bugs 39, 73 Luis R. Rodriguez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®