netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.18] WE-21 for ray_cs
@ 2006-08-30  1:04 Jean Tourrilhes
  0 siblings, 0 replies; only message in thread
From: Jean Tourrilhes @ 2006-08-30  1:04 UTC (permalink / raw)
  To: John W. Linville, netdev

        Hi,

        WE-21 for Raylink driver...

        Jean

Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com>

-----------------------------------------------------------

diff -u -p linux/drivers/net/wireless/ray_cs.20.c linux/drivers/net/wireless/ray_cs.c
--- linux/drivers/net/wireless/ray_cs.20.c	2006-08-28 17:39:54.000000000 -0700
+++ linux/drivers/net/wireless/ray_cs.c	2006-08-28 17:40:02.000000000 -0700
@@ -1173,7 +1173,7 @@ static int ray_set_essid(struct net_devi
 		return -EOPNOTSUPP;
 	} else {
 		/* Check the size of the string */
-		if(dwrq->length > IW_ESSID_MAX_SIZE + 1) {
+		if(dwrq->length > IW_ESSID_MAX_SIZE) {
 			return -E2BIG;
 		}
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-30  1:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-30  1:04 [PATCH 2.6.18] WE-21 for ray_cs Jean Tourrilhes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).