From: Dan Williams Date: Fri, 14 Jul 2006 15:41:47 +0000 (-0400) Subject: [PATCH] orinoco: fix setting transmit key only X-Git-Tag: v2.6.18-rc3~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe397d469fa3fbc678383ffbd0630e4849cca688;p=pandora-kernel.git [PATCH] orinoco: fix setting transmit key only When determining whether there's a key to set or not, orinoco should be looking at the key length, not the key data. Otherwise confusion reigns when trying to set TX key only, passing in zero-length key, but non-NULL pointer. Key length takes precedence over non-NULL key data. Signed-off-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed