On Saturday 19 January 2008, Jussi Kivilinna wrote: > rndis_command requires the caller to pass in a buffer of at least 1KB. > > Signed-off-by: Jussi Kivilinna <jussi.kivilinna@xxxxxxxx> > Signed-off-by: Bjorge Dijkstra <bjd@xxxxxxxx> Acked-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> > --- > > drivers/net/usb/rndis_host.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/usb/rndis_host.c b/drivers/net/usb/rndis_host.c > index 96ef6a9..42b161c 100644 > --- a/drivers/net/usb/rndis_host.c > +++ b/drivers/net/usb/rndis_host.c > @@ -577,7 +577,7 @@ static void rndis_unbind(struct usbnet *dev, struct usb_interface *intf) > struct rndis_halt *halt; > > /* try to clear any rndis state/activity (no i/o from stack!) */ > - halt = kzalloc(sizeof *halt, GFP_KERNEL); > + halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); > if (halt) { > halt->msg_type = RNDIS_MSG_HALT; > halt->msg_len = ccpu2(sizeof *halt); > - 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