Change the type of the size argument in islsm_outofband_msg() to
size_t in the header file. This had already happened in the .c file
which implements it.

Signed-off-by: Carlos Martin <[EMAIL PROTECTED]>

---

diff --git a/drivers/net/wireless/prism54usb/isl_sm.h 
b/drivers/net/wireless/prism54usb/isl_sm.h
index 9e41587..c39bb48 100644
--- a/drivers/net/wireless/prism54usb/isl_sm.h
+++ b/drivers/net/wireless/prism54usb/isl_sm.h
@@ -249,7 +249,7 @@ extern int              islsm_wait_timeo
 
 /* now the helper functions, for sending packets */
 int                     islsm_outofband_msg(struct net_device *netdev,
-                                           void *buf, unsigned int size);
+                                           void *buf, size_t size);
 
 int                     islsm_stats_readback(struct net_device *netdev);
 

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to