Re: [PATCH] zd1211rw: changed GFP_NOFS to GFP_KERNEL

2007-02-18 Thread Daniel Drake
Daniel Drake wrote: From: Ulrich Kunitz <[EMAIL PROTECTED]> Michael Buesch commented that GFP_NOFS should not be used in a network driver. This patch implements it for zd1211rw-d80211. Forgot to update the description. As you might have figured, this version of the patch is for wireless-2.6,

[PATCH] zd1211rw: changed GFP_NOFS to GFP_KERNEL

2007-02-18 Thread Daniel Drake
From: Ulrich Kunitz <[EMAIL PROTECTED]> Michael Buesch commented that GFP_NOFS should not be used in a network driver. This patch implements it for zd1211rw-d80211. Signed-off-by: Ulrich Kunitz <[EMAIL PROTECTED]> Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> --- zd_chip.c |4 ++-- zd_usb.