[PATCH] wireless: WE-20 compatibility for ESSID and NICKN ioctls
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Oct 2006 14:54:36 +0000 (10:54 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 19 Oct 2006 21:08:19 +0000 (17:08 -0400)
commit98978edb6278f0fb30c8d636c6a79a28f9164cb9
tree60cf0da6277e7deccd2a00591361e56dde75e88e
parent51018b0a3160d253283173c2f54f16746cee5852
[PATCH] wireless: WE-20 compatibility for ESSID and NICKN ioctls

WE-21 changed the ABI for the SIOC[SG]IW{ESSID,NICKN} ioctls by dropping
NULL termination.  This patch adds compatibility code so that WE-21 can
work properly with WE-20 (and older) tools.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/core/wireless.c